Home
last modified time | relevance | path

Searched refs:checkBusesLayoutSupported (Results 1 – 7 of 7) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/processors/
H A Djuce_AudioProcessor.cpp145 if (! checkBusesLayoutSupported (request)) in setBusesLayoutWithoutEnabling()
214 bool AudioProcessor::checkBusesLayoutSupported (const BusesLayout& layouts) const in checkBusesLayoutSupported() function in juce::AudioProcessor
231 if (checkBusesLayoutSupported (desiredLayout)) in getNextBestLayout()
266 if (checkBusesLayoutSupported (currentState)) in getNextBestLayout()
280 if (checkBusesLayoutSupported (currentState)) in getNextBestLayout()
289 if (checkBusesLayoutSupported (currentState)) in getNextBestLayout()
301 if (checkBusesLayoutSupported (allTheSame)) in getNextBestLayout()
315 if (checkBusesLayoutSupported (currentState)) in getNextBestLayout()
1029 if (! owner.checkBusesLayoutSupported (*ioLayout)) in isLayoutSupported()
H A Djuce_AudioProcessor.h657 bool checkBusesLayoutSupported (const BusesLayout&) const;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_processors/processors/
H A Djuce_AudioProcessor.cpp147 if (! checkBusesLayoutSupported (request)) in setBusesLayoutWithoutEnabling()
216 bool AudioProcessor::checkBusesLayoutSupported (const BusesLayout& layouts) const in checkBusesLayoutSupported() function in juce::AudioProcessor
233 if (checkBusesLayoutSupported (desiredLayout)) in getNextBestLayout()
268 if (checkBusesLayoutSupported (currentState)) in getNextBestLayout()
282 if (checkBusesLayoutSupported (currentState)) in getNextBestLayout()
291 if (checkBusesLayoutSupported (currentState)) in getNextBestLayout()
303 if (checkBusesLayoutSupported (allTheSame)) in getNextBestLayout()
317 if (checkBusesLayoutSupported (currentState)) in getNextBestLayout()
1011 if (! owner.checkBusesLayoutSupported (*ioLayout)) in isLayoutSupported()
H A Djuce_AudioProcessor.h655 bool checkBusesLayoutSupported (const BusesLayout&) const;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/AAX/
H A Djuce_AAX_Wrapper.cpp1271 bool success = p.checkBusesLayoutSupported (currentLayout); in fullBusesLayoutFromMainLayout()
1307 if (p.checkBusesLayoutSupported (onlyMains)) in fullBusesLayoutFromMainLayout()
1359 if (p.checkBusesLayoutSupported (onlyMainsAndSidechain)) in fullBusesLayoutFromMainLayout()
1377 if (p.checkBusesLayoutSupported (copy)) in fullBusesLayoutFromMainLayout()
1685 … canDisableSidechain = audioProcessor.checkBusesLayoutSupported (disabledSidechainLayout); in preparePlugin()
1700 if (! audioProcessor.checkBusesLayoutSupported (newLayout)) in preparePlugin()
1987 if (! p.checkBusesLayoutSupported (defaultLayout)) in getDefaultLayout()
1991 jassert (p.checkBusesLayoutSupported (defaultLayout)); in getDefaultLayout()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_utils/players/
H A Djuce_AudioProcessorPlayer.cpp148 return proc.checkBusesLayoutSupported (chans.toLayout()); in findMostSuitableLayout()
/dports/devel/juce/JUCE-f37e9a1/extras/AudioPluginHost/Source/Plugins/
H A DInternalPlugins.cpp94 …onst BusesLayout& layout) const override { return inner->checkBusesLayoutSupported (layout)… in isBusesLayoutSupported()