MidiMessage

It's the same abstraction that in IPlug. For VST raw Midi messages are passed. For AU Midi messages gets synthesized.

Constructors

this
this(int offset, ubyte status, ubyte data1, ubyte data2)
Undocumented in source.

Members

Functions

channel
int channel()
Undocumented in source. Be warned that the author may not have intended to support it.
isNoteOff
bool isNoteOff()
Undocumented in source. Be warned that the author may not have intended to support it.
isNoteOn
bool isNoteOn()
Undocumented in source. Be warned that the author may not have intended to support it.
noteNumber
int noteNumber()
Undocumented in source. Be warned that the author may not have intended to support it.
noteVelocity
int noteVelocity()
Undocumented in source. Be warned that the author may not have intended to support it.
offset
int offset()
Undocumented in source. Be warned that the author may not have intended to support it.
status
int status()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta