Home
last modified time | relevance | path

Searched refs:NOTE_OFF (Results 1 – 1 of 1) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
Dmidifile.py49 NOTE_OFF = 0x80 variable
89 NOTE_OFF,
96 NOTE_OFF,
314 if event.msg_type in (NOTE_ON, NOTE_OFF):
324 …if event.msg_type in (NOTE_ON, NOTE_OFF, POLY_KEY_PRESSURE, CONTROL_CHANGE, CHANNEL_PRESSURE, PITC…
344 if high_nibble == NOTE_OFF:
397 self.msg_type = NOTE_OFF
409 if msg_type & 0xf0 != NOTE_OFF:
417 if track.running_status == (NOTE_OFF + self.channel):
1068 if event.msg_type == NOTE_OFF: