HomeSort by relevance Sort by last modified time
    Searched full:pitch_bend (Results 1 - 3 of 3) sorted by null

  /external/sonivox/jet_tools/JetCreator/
midifile.py 55 PITCH_BEND = 0xe0
93 PITCH_BEND)
101 PITCH_BEND,
324 if event.msg_type in (NOTE_ON, NOTE_OFF, POLY_KEY_PRESSURE, CONTROL_CHANGE, CHANNEL_PRESSURE, PITCH_BEND):
356 elif high_nibble == PITCH_BEND:
593 self.msg_type = PITCH_BEND
602 if msg_type & 0xf0 != PITCH_BEND:
612 self.WriteRunningStatus(stream, track, filters, PITCH_BEND, value >> 7, value & 0x7f)
758 elif event.msg_type == PITCH_BEND:
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 279 u8 pitch_bend:4; member in struct:wf_patch
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 279 u8 pitch_bend:4; member in struct:wf_patch

Completed in 2359 milliseconds