Searched refs:isForChannel (Results 1 – 13 of 13) sorted by relevance
264 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()
176 bool isForChannel (int channelNumber) const noexcept;
335 bool MidiMessage::isForChannel (const int channel) const noexcept in isForChannel() function in water::MidiMessage
285 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()
195 bool isForChannel (int channelNumber) const noexcept;
386 bool MidiMessage::isForChannel (const int channel) const noexcept in isForChannel() function in juce::MidiMessage
369 bool MidiMessage::isForChannel (const int channel) const noexcept in isForChannel() function in juce::MidiMessage
1899 …elProtectionRequirements requirements, BindingElementCollection bindingElements, bool isForChannel) in AddBindingProtectionRequirements() argument