VST 3 SDK VST 3.7
SDK for developing VST plug-in
|
This is the complete list of members for Handler, including all inherited members.
errorNoteDroppedBecauseNoNoteID(Pitch pitch)=0 | Handler | pure virtual |
errorNoteDroppedBecauseNoteStackFull(Channel channel, Pitch pitch)=0 | Handler | pure virtual |
errorNoteForNoteOffNotFound(Channel channel, Pitch pitch)=0 | Handler | pure virtual |
errorProgramChangeReceivedInMPEZone()=0 | Handler | pure virtual |
generateNewNoteID(NoteID &outNoteID)=0 | Handler | pure virtual |
onMPEControllerChange(NoteID noteID, Controller cc, NormalizedValue value)=0 | Handler | pure virtual |
onMPENoteOff(NoteID noteID, Pitch pitch, Velocity velocity)=0 | Handler | pure virtual |
onMPENoteOn(NoteID noteID, Pitch pitch, Velocity velocity)=0 | Handler | pure virtual |
onOtherInput(const uint8_t *data, size_t dataSize)=0 | Handler | pure virtual |
onSysexInput(const uint8_t *data, size_t dataSize)=0 | Handler | pure virtual |
releaseNoteID(NoteID noteID)=0 | Handler | pure virtual |