/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
opl3.h | 255 unsigned long note_off; /* note-off time */ member in struct:snd_opl3_voice
|
seq_midi_emul.h | 84 void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */ member in struct:snd_midi_op
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
opl3.h | 255 unsigned long note_off; /* note-off time */ member in struct:snd_opl3_voice
|
seq_midi_emul.h | 84 void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */ member in struct:snd_midi_op
|
/external/sonivox/jet_tools/JetCreator/ |
midifile.py | 49 NOTE_OFF = 0x80
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, PITCH_BEND):
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):
[all...] |