Home
last modified time | relevance | path

Searched refs:isForChannel (Results 1 – 13 of 13) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/water/midi/
H A DMidiMessageSequence.cpp264 if (mm.isForChannel (channelNumberToExtract) || (alsoIncludeMetaEvents && mm.isMetaEvent())) in extractMidiChannelMessages()
283 if (list.getUnchecked(i)->message.isForChannel (channelNumberToRemove)) in deleteMidiChannelMessages()
305 if (mm.isForChannel (channelNumber) && mm.getTimeStamp() <= time) in createControllerUpdatesForTime()
H A DMidiMessage.h176 bool isForChannel (int channelNumber) const noexcept;
H A DMidiMessage.cpp335 bool MidiMessage::isForChannel (const int channel) const noexcept in isForChannel() function in water::MidiMessage
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_basics/midi/
H A Djuce_MidiMessageSequence.cpp285 if (meh->message.isForChannel (channelNumberToExtract) in extractMidiChannelMessages()
300 if (list.getUnchecked(i)->message.isForChannel (channelNumberToRemove)) in deleteMidiChannelMessages()
322 if (mm.isForChannel (channelNumber) && mm.getTimeStamp() <= time) in createControllerUpdatesForTime()
H A Djuce_MidiMessage.h195 bool isForChannel (int channelNumber) const noexcept;
H A Djuce_MidiMessage.cpp386 bool MidiMessage::isForChannel (const int channel) const noexcept in isForChannel() function in juce::MidiMessage
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_basics/midi/
H A Djuce_MidiMessageSequence.cpp285 if (meh->message.isForChannel (channelNumberToExtract) in extractMidiChannelMessages()
300 if (list.getUnchecked(i)->message.isForChannel (channelNumberToRemove)) in deleteMidiChannelMessages()
322 if (mm.isForChannel (channelNumber) && mm.getTimeStamp() <= time) in createControllerUpdatesForTime()
H A Djuce_MidiMessage.h195 bool isForChannel (int channelNumber) const noexcept;
H A Djuce_MidiMessage.cpp369 bool MidiMessage::isForChannel (const int channel) const noexcept in isForChannel() function in juce::MidiMessage
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_basics/midi/
H A Djuce_MidiMessageSequence.cpp285 if (meh->message.isForChannel (channelNumberToExtract) in extractMidiChannelMessages()
300 if (list.getUnchecked(i)->message.isForChannel (channelNumberToRemove)) in deleteMidiChannelMessages()
322 if (mm.isForChannel (channelNumber) && mm.getTimeStamp() <= time) in createControllerUpdatesForTime()
H A Djuce_MidiMessage.h195 bool isForChannel (int channelNumber) const noexcept;
H A Djuce_MidiMessage.cpp369 bool MidiMessage::isForChannel (const int channel) const noexcept in isForChannel() function in juce::MidiMessage
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DSecurityBindingElement.cs1899 …elProtectionRequirements requirements, BindingElementCollection bindingElements, bool isForChannel) in AddBindingProtectionRequirements() argument