MIDIFuncSrcMessageMatcherNV:
Filter:
Classes | External Control > MIDI > Matchers

MIDIFuncSrcMessageMatcherNV : MIDIFuncSrcMessageMatcher : AbstractMessageMatcher : Object

Matches incoming MIDI messages to responder funcs based on message source

Description

This is used by MIDIMessageDispatcherNV to match incoming MIDI messages to instances of MIDIFunc or MIDIdef using message source. This class is private, and generally users should not need to address instances directly.

Class Methods

Inherited class methods

Instance Methods

.value(num, chan, testSrc)

Check to see if a message matches, and evaluate func if it does.

Arguments:

num

The message number (e.g. note number, etc.) of the MIDI message as an Integer. Note this should be in the range 0-127.

chan

The channel number of the MIDI message as an Integer. Note this should be in the range 0-15.

testSrc

The UID of the source of the MIDI message as an Integer.

Inherited instance methods