Home
last modified time | relevance | path

Searched defs:MIDI_IS_STATUS_NOTE_OFF (Results 1 – 2 of 2) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/includes/
H A DCarlaMIDI.h44 #define MIDI_IS_STATUS_NOTE_OFF(status) (MIDI_IS_CHANNEL_MESSAGE(status) && ((status… macro
/dports/audio/carla/Carla-2.4.1/source/frontend/widgets/
H A Dpianoroll.py60 def MIDI_IS_STATUS_NOTE_OFF(status): return MIDI_IS_CHANNEL_MESSAGE(status) and (statu… function