Home
last modified time | relevance | path

Searched refs:isDefaultOutput (Results 1 – 25 of 51) sorted by path

123

/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/stream/RtAudio/
H A DRtAudio.cpp893 if ( getDefaultOutputDevice() == device ) info.isDefaultOutput = true; in getDeviceInfo()
2155 info.isDefaultOutput = true; in getDeviceInfo()
2941 if ( getDefaultOutputDevice() == device ) info.isDefaultOutput = true; in getDeviceInfo()
4402 info.isDefaultOutput = false; in getDeviceInfo()
4406 info.isDefaultOutput = info.name == defaultDeviceName; in getDeviceInfo()
4503 if ( getDeviceInfo( i ).isDefaultOutput ) { in getDefaultOutputDevice()
5709 info.isDefaultOutput = true; in getDeviceInfo()
7391 info.isDefaultOutput = true; in getDeviceInfo()
8480 info.isDefaultOutput = true; in getDeviceInfo()
H A DRtAudio.hpp305 bool isDefaultOutput; /*!< true if this is the default output device. */ member
314 isDefaultOutput(false), isDefaultInput(false), preferredSampleRate(0), nativeFormats(0) {} in DeviceInfo()
/dports/audio/carla/Carla-2.4.1/source/modules/
H A Drtaudio.diff228 + devInfo[0].isDefaultOutput = devInfo[1].isDefaultOutput = true;
258 - info.isDefaultOutput = true;
/dports/audio/carla/Carla-2.4.1/source/modules/rtaudio/
H A DRtAudio.cpp830 if ( getDefaultOutputDevice() == device ) info.isDefaultOutput = true; in getDeviceInfo()
1976 devInfo[0].isDefaultOutput = devInfo[1].isDefaultOutput = true; in getDeviceInfo()
2748 if ( getDefaultOutputDevice() == device ) info.isDefaultOutput = true; in getDeviceInfo()
3988 info.isDefaultOutput = false; in getDeviceInfo()
3992 info.isDefaultOutput = info.name == defaultDeviceName; in getDeviceInfo()
4086 if ( getDeviceInfo( i ).isDefaultOutput ) { in getDefaultOutputDevice()
5211 info.isDefaultOutput = true; in getDeviceInfo()
6887 info.isDefaultOutput = true; in getDeviceInfo()
7961 info.isDefaultOutput = true; in getDeviceInfo()
H A DRtAudio.h292 bool isDefaultOutput; /*!< true if this is the default output device. */ member
301 isDefaultOutput(false), isDefaultInput(false), preferredSampleRate(0), nativeFormats(0) {} in DeviceInfo()
/dports/audio/din/din-52/src/
H A DRtAudio.cpp797 if ( getDefaultOutputDevice() == device ) info.isDefaultOutput = true; in getDeviceInfo()
2024 info.isDefaultOutput = true; in getDeviceInfo()
2798 if ( getDefaultOutputDevice() == device ) info.isDefaultOutput = true; in getDeviceInfo()
4070 info.isDefaultOutput = false; in getDeviceInfo()
4074 info.isDefaultOutput = info.name == defaultDeviceName; in getDeviceInfo()
4170 if ( getDeviceInfo( i ).isDefaultOutput ) { in getDefaultOutputDevice()
5317 info.isDefaultOutput = true; in getDeviceInfo()
6993 info.isDefaultOutput = true; in getDeviceInfo()
8059 info.isDefaultOutput = true; in getDeviceInfo()
H A DRtAudio.h286 bool isDefaultOutput; /*!< true if this is the default output device. */ member
294 isDefaultOutput(false), isDefaultInput(false), nativeFormats(0) {} in DeviceInfo()
H A Daudio.cc244 …put << "], output[default?] = " << info.outputChannels << br << info.isDefaultOutput << "] duplex … in probe()
/dports/audio/giada/giada-0.17.1/src/core/
H A DkernelAudio.cpp357 return static_cast<RtAudio::DeviceInfo>(rtSystem->getDeviceInfo(dev)).isDefaultOutput; in isDefaultOut()
/dports/audio/giada/giada-0.17.1/src/deps/rtaudio/
H A DRtAudio.cpp884 if ( getDefaultOutputDevice() == device ) info.isDefaultOutput = true; in getDeviceInfo()
2173 info.isDefaultOutput = true; in getDeviceInfo()
2959 if ( getDefaultOutputDevice() == device ) info.isDefaultOutput = true; in getDeviceInfo()
4428 info.isDefaultOutput = false; in getDeviceInfo()
4432 info.isDefaultOutput = info.name == defaultDeviceName; in getDeviceInfo()
4529 if ( getDeviceInfo( i ).isDefaultOutput ) { in getDefaultOutputDevice()
5731 info.isDefaultOutput = true; in getDeviceInfo()
7413 info.isDefaultOutput = true; in getDeviceInfo()
8502 info.isDefaultOutput = true; in getDeviceInfo()
H A DRtAudio.h305 bool isDefaultOutput; /*!< true if this is the default output device. */ member
314 isDefaultOutput(false), isDefaultInput(false), preferredSampleRate(0), nativeFormats(0) {} in DeviceInfo()
H A Drtaudio_c.cpp90 result.is_default_output = info.isDefaultOutput; in rtaudio_get_device_info()
/dports/audio/giada/giada-0.17.1/src/deps/rtaudio/contrib/python/pyrtaudio/
H A Drtaudiomodule.cpp478 if (info.isDefaultOutput) { in RtAudio_getDeviceInfo()
/dports/audio/giada/giada-0.17.1/src/deps/rtaudio/tests/
H A Daudioprobe.cpp57 if ( info.isDefaultOutput ) std::cout << "This is the default output device.\n"; in main()
/dports/audio/jacktrip/jacktrip-d5e110c/src/
H A DRtAudioInterface.cpp168 if (info.isDefaultOutput) { in printDeviceInfo()
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/external/rtaudio/
H A DRtAudio.cpp884 if ( getDefaultOutputDevice() == device ) info.isDefaultOutput = true; in getDeviceInfo()
2166 info.isDefaultOutput = true; in getDeviceInfo()
2952 if ( getDefaultOutputDevice() == device ) info.isDefaultOutput = true; in getDeviceInfo()
4421 info.isDefaultOutput = false; in getDeviceInfo()
4425 info.isDefaultOutput = info.name == defaultDeviceName; in getDeviceInfo()
4522 if ( getDeviceInfo( i ).isDefaultOutput ) { in getDefaultOutputDevice()
5724 info.isDefaultOutput = true; in getDeviceInfo()
7404 info.isDefaultOutput = true; in getDeviceInfo()
8530 inf.info.isDefaultOutput = (rt_pa_info.default_sink_name == i->name); in rt_pa_sink_info_cb()
8545 rt_pa_info.dev[i].info.isDefaultOutput = inf.info.isDefaultOutput; in rt_pa_sink_info_cb()
[all …]
H A DRtAudio.h305 bool isDefaultOutput; /*!< true if this is the default output device. */ member
314 isDefaultOutput(false), isDefaultInput(false), preferredSampleRate(0), nativeFormats(0) {} in DeviceInfo()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/milkyplay/drivers/generic/
H A DRtAudio4Impl.cpp125 if (deviceInfo.isDefaultOutput) in initDevice()
/dports/audio/oaml/oaml-1.3.4/include/
H A DRtAudio.h298 bool isDefaultOutput; /*!< true if this is the default output device. */ member
307 isDefaultOutput(false), isDefaultInput(false), preferredSampleRate(0), nativeFormats(0) {} in DeviceInfo()
/dports/audio/oaml/oaml-1.3.4/src/
H A DRtAudio.cpp827 if ( getDefaultOutputDevice() == device ) info.isDefaultOutput = true; in getDeviceInfo()
2082 info.isDefaultOutput = true; in getDeviceInfo()
2862 if ( getDefaultOutputDevice() == device ) info.isDefaultOutput = true; in getDeviceInfo()
4102 info.isDefaultOutput = false; in getDeviceInfo()
4106 info.isDefaultOutput = info.name == defaultDeviceName; in getDeviceInfo()
4200 if ( getDeviceInfo( i ).isDefaultOutput ) { in getDefaultOutputDevice()
5325 info.isDefaultOutput = true; in getDeviceInfo()
6999 info.isDefaultOutput = true; in getDeviceInfo()
8071 info.isDefaultOutput = true; in getDeviceInfo()
/dports/audio/rtaudio/rtaudio-5.1.0/
H A DRtAudio.cpp884 if ( getDefaultOutputDevice() == device ) info.isDefaultOutput = true; in getDeviceInfo()
2146 info.isDefaultOutput = true; in getDeviceInfo()
2932 if ( getDefaultOutputDevice() == device ) info.isDefaultOutput = true; in getDeviceInfo()
4393 info.isDefaultOutput = false; in getDeviceInfo()
4397 info.isDefaultOutput = info.name == defaultDeviceName; in getDeviceInfo()
4494 if ( getDeviceInfo( i ).isDefaultOutput ) { in getDefaultOutputDevice()
5700 info.isDefaultOutput = true; in getDeviceInfo()
7382 info.isDefaultOutput = true; in getDeviceInfo()
8471 info.isDefaultOutput = true; in getDeviceInfo()
H A DRtAudio.h305 bool isDefaultOutput; /*!< true if this is the default output device. */ member
314 isDefaultOutput(false), isDefaultInput(false), preferredSampleRate(0), nativeFormats(0) {} in DeviceInfo()
H A Drtaudio_c.cpp90 result.is_default_output = info.isDefaultOutput; in rtaudio_get_device_info()
/dports/audio/rtaudio/rtaudio-5.1.0/contrib/python/pyrtaudio/
H A Drtaudiomodule.cpp412 if (info.isDefaultOutput) { in RtAudio_getDeviceInfo()
/dports/audio/rtaudio/rtaudio-5.1.0/tests/
H A Daudioprobe.cpp57 if ( info.isDefaultOutput ) std::cout << "This is the default output device.\n"; in main()

123