Home
last modified time | relevance | path

Searched refs:getActiveInputChannels (Results 1 – 25 of 50) sorted by relevance

12

/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/audio/
H A Djuce-dsp.h43 … BigInteger activeInputChannels = deviceManager.getCurrentAudioDevice()->getActiveInputChannels(); in prepareToPlay()
113 …nputs() override { return deviceManager.getCurrentAudioDevice()->getActiveInputChannels().toIntege… in get_num_inputs()
/dports/audio/faust/faust-2.37.3/architecture/faust/audio/
H A Djuce-dsp.h42 …::BigInteger activeInputChannels = deviceManager.getCurrentAudioDevice()->getActiveInputChannels(); in prepareToPlay()
112 …nputs() override { return deviceManager.getCurrentAudioDevice()->getActiveInputChannels().toIntege… in getNumInputs()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/native/
H A Djuce_ios_Audio.h60 BigInteger getActiveInputChannels() const override;
H A Djuce_mac_CoreAudio.cpp1035 BigInteger getActiveInputChannels() const override { return internal->activeInputChans; } in getActiveInputChannels() function in juce::CoreAudioClasses::CoreAudioIODevice
1483 BigInteger getActiveInputChannels() const override in getActiveInputChannels() function in juce::CoreAudioClasses::AudioIODeviceCombiner
1494 chans |= (d->device->getActiveInputChannels() << start); in getActiveInputChannels()
1818 … numInputChans = useInputs ? device->getActiveInputChannels().countNumberOfSetBits() : 0; in open()
H A Djuce_android_Audio.cpp283 BigInteger getActiveInputChannels() const override { return activeInputChans; } in getActiveInputChannels() function in juce::AndroidAudioIODevice
H A Djuce_linux_Bela.cpp373 …BigInteger getActiveInputChannels() const override { BigInteger b; b.setRange (0, actualNumberO… in getActiveInputChannels() function in juce::BelaAudioIODevice
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_devices/native/
H A Djuce_ios_Audio.h60 BigInteger getActiveInputChannels() const override;
H A Djuce_mac_CoreAudio.cpp1035 BigInteger getActiveInputChannels() const override { return internal->activeInputChans; } in getActiveInputChannels() function in juce::CoreAudioClasses::CoreAudioIODevice
1483 BigInteger getActiveInputChannels() const override in getActiveInputChannels() function in juce::CoreAudioClasses::AudioIODeviceCombiner
1494 chans |= (d->device->getActiveInputChannels() << start); in getActiveInputChannels()
1808 … numInputChans = useInputs ? device->getActiveInputChannels().countNumberOfSetBits() : 0; in open()
H A Djuce_android_Audio.cpp283 BigInteger getActiveInputChannels() const override { return activeInputChans; } in getActiveInputChannels() function in juce::AndroidAudioIODevice
H A Djuce_linux_Bela.cpp373 …BigInteger getActiveInputChannels() const override { BigInteger b; b.setRange (0, actualNumberO… in getActiveInputChannels() function in juce::BelaAudioIODevice
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_devices/native/
H A Djuce_ios_Audio.h60 BigInteger getActiveInputChannels() const override;
H A Djuce_mac_CoreAudio.cpp1040 BigInteger getActiveInputChannels() const override { return internal->activeInputChans; } in getActiveInputChannels() function in juce::CoreAudioClasses::CoreAudioIODevice
1488 BigInteger getActiveInputChannels() const override in getActiveInputChannels() function in juce::CoreAudioClasses::AudioIODeviceCombiner
1499 chans |= (d->device->getActiveInputChannels() << start); in getActiveInputChannels()
1813 … numInputChans = useInputs ? device->getActiveInputChannels().countNumberOfSetBits() : 0; in open()
H A Djuce_android_Audio.cpp283 BigInteger getActiveInputChannels() const override { return activeInputChans; } in getActiveInputChannels() function in juce::AndroidAudioIODevice
H A Djuce_linux_Bela.cpp373 …BigInteger getActiveInputChannels() const override { BigInteger b; b.setRange (0, actualNumberO… in getActiveInputChannels() function in juce::BelaAudioIODevice
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/audio_io/
H A Djuce_AudioIODevice.h265 virtual BigInteger getActiveInputChannels() const = 0;
H A Djuce_AudioDeviceManager.cpp163 currentSetup.inputChannels = currentAudioDevice->getActiveInputChannels(); in audioDeviceListChanged()
625 currentSetup.inputChannels = currentAudioDevice->getActiveInputChannels(); in setAudioDeviceSetup()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_devices/audio_io/
H A Djuce_AudioIODevice.h265 virtual BigInteger getActiveInputChannels() const = 0;
H A Djuce_AudioDeviceManager.cpp163 currentSetup.inputChannels = currentAudioDevice->getActiveInputChannels(); in audioDeviceListChanged()
625 currentSetup.inputChannels = currentAudioDevice->getActiveInputChannels(); in setAudioDeviceSetup()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_devices/audio_io/
H A Djuce_AudioIODevice.h265 virtual BigInteger getActiveInputChannels() const = 0;
H A Djuce_AudioDeviceManager.cpp152 currentSetup.inputChannels = currentAudioDevice->getActiveInputChannels(); in audioDeviceListChanged()
613 currentSetup.inputChannels = currentAudioDevice->getActiveInputChannels(); in setAudioDeviceSetup()
/dports/devel/juce/JUCE-f37e9a1/examples/Audio/
H A DAudioSettingsDemo.h124 … logMessage ("Active input channels: " + getListOfActiveBits (device->getActiveInputChannels())); in dumpDeviceInfo()
H A DPluckedStringsDemo.h265 …auto numInputChannels = (audioDevice != nullptr ? audioDevice->getActiveInputChannels() .countNum… in PluckedStringsDemo()
/dports/devel/juce/JUCE-f37e9a1/examples/DemoRunner/Source/Demos/
H A DJUCEDemos.cpp110 …numInputChannels = (currentDevice != nullptr ? currentDevice->getActiveInputChannels().countNumber… in getSharedAudioDeviceManager()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_utils/players/
H A Djuce_AudioProcessorPlayer.cpp306 auto numChansIn = device->getActiveInputChannels().countNumberOfSetBits(); in audioDeviceAboutToStart()
/dports/audio/faust/faust-2.37.3/architecture/juce/
H A Djuce-standalone.cpp171 const juce::BigInteger activeInputChannels = device->getActiveInputChannels(); in prepareToPlay()

12