HomeSort by relevance Sort by last modified time
    Searched refs:note_on (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h 83 void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan); member in struct:snd_midi_op
  /external/sonivox/jet_tools/JetCreator/
midifile.py 50 NOTE_ON = 0x90
90 NOTE_ON,
97 NOTE_ON,
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):
346 elif high_nibble == NOTE_ON:
416 self.WriteRunningStatus(stream, track, filters, NOTE_ON, self.note, self.velocity)
418 self.WriteRunningStatus(stream, track, filters, NOTE_ON, self.note, self.velocity)
420 self.WriteRunningStatus(stream, track, filters, NOTE_ON, self.note, 0)
430 self.msg_type = NOTE_ON
    [all...]

Completed in 91 milliseconds