/external/chromium_org/media/midi/ |
usb_midi_descriptor_parser.cc | 5 #include "media/midi/usb_midi_descriptor_parser.h" 16 // and USB midi spec. 166 DVLOG(1) << "CS_INTERFACE (MIDI JACK) header size is incorrect."; 211 DVLOG(1) << "A non-existing MIDI jack is associated.";
|
usb_midi_device_android.h | 15 #include "media/midi/usb_midi_device.h"
|
usb_midi_device_android.cc | 5 #include "media/midi/usb_midi_device_android.h"
|
usb_midi_output_stream.cc | 5 #include "media/midi/usb_midi_output_stream.h" 8 #include "media/midi/midi_message_util.h" 9 #include "media/midi/usb_midi_device.h"
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_midi.h | 7 * Prototypes for MIDI stream parsing functions 38 * Initializes the MIDI stream state for parsing. 55 * Parses a MIDI input stream character by character. Characters are pushed (rather than pulled) 59 * c - character from MIDI stream
|
eas_midi.c | 7 * This file implements the MIDI stream parser. It is called by eas_smf.c to parse MIDI messages 8 * that are streamed out of the file. It can also parse live MIDI streams. 79 * Initializes the MIDI stream state for parsing. 102 * Parses a MIDI input stream character by character. Characters are pushed (rather than pulled) 106 * c - character from MIDI stream 210 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Received MIDI data without a valid status byte: %d\n",c); */ } 219 * This function processes a typical MIDI message. All of the data has been received, just need 315 * Process a SysEx character byte from the MIDI stream. Since we cannot 319 * these messages in a real-time MIDI stream [all...] |
eas_midictrl.h | 7 * MIDI controller definitions 39 and not in hexadecimal. The above midi messages are specified
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_midi.h | 7 * Prototypes for MIDI stream parsing functions 38 * Initializes the MIDI stream state for parsing. 55 * Parses a MIDI input stream character by character. Characters are pushed (rather than pulled) 59 * c - character from MIDI stream
|
eas_midi.c | 7 * This file implements the MIDI stream parser. It is called by eas_smf.c to parse MIDI messages 8 * that are streamed out of the file. It can also parse live MIDI streams. 79 * Initializes the MIDI stream state for parsing. 102 * Parses a MIDI input stream character by character. Characters are pushed (rather than pulled) 106 * c - character from MIDI stream 210 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Received MIDI data without a valid status byte: %d\n",c); */ } 219 * This function processes a typical MIDI message. All of the data has been received, just need 315 * Process a SysEx character byte from the MIDI stream. Since we cannot 319 * these messages in a real-time MIDI stream [all...] |
eas_midictrl.h | 7 * MIDI controller definitions 39 and not in hexadecimal. The above midi messages are specified
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_midi.h | 7 * Prototypes for MIDI stream parsing functions 38 * Initializes the MIDI stream state for parsing. 55 * Parses a MIDI input stream character by character. Characters are pushed (rather than pulled) 59 * c - character from MIDI stream
|
eas_midi.c | 7 * This file implements the MIDI stream parser. It is called by eas_smf.c to parse MIDI messages 8 * that are streamed out of the file. It can also parse live MIDI streams. 79 * Initializes the MIDI stream state for parsing. 102 * Parses a MIDI input stream character by character. Characters are pushed (rather than pulled) 106 * c - character from MIDI stream 210 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Received MIDI data without a valid status byte: %d\n",c); */ } 219 * This function processes a typical MIDI message. All of the data has been received, just need 315 * Process a SysEx character byte from the MIDI stream. Since we cannot 319 * these messages in a real-time MIDI stream [all...] |
eas_midictrl.h | 7 * MIDI controller definitions 39 and not in hexadecimal. The above midi messages are specified
|
dls.h | 101 /* Midi Controllers 0-127 */ 198 MIDILOCALE Locale; /* Intended MIDI locale of this instrument */ 247 USHORT usUnityNote; /* MIDI Unity Playback Note */
|
/frameworks/base/core/java/android/alsa/ |
AlsaDevicesParser.java | 69 // " 36: [ 2- 0]: raw midi" 75 final int kToken_Type1 = 4; // "audio", "midi" 121 } else if (token.equals("midi")) { 159 sb.append(" MIDI");
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_ikbdinterrupt.S | 189 | Check if source is IKBD or MIDI 273 | Call old MIDI interrupt 296 | Check if source is IKBD or MIDI 331 | Check if source is IKBD or MIDI 366 | Check if source is IKBD or MIDI
|
/frameworks/wilhelm/src/itf/ |
IEffectSend.c | 33 * - object is an audio player (MIDI player is not supported yet) 41 // Make sure this effect send is on an audio player, not a MIDI player 135 // note that if this was a MIDI player, getEnableLevel would have returned NULL 215 // MIDI player is silently not supported 239 // MIDI player is silently not supported
|
/external/chromium_org/content/browser/ |
DEPS | 6 "+media/midi", # For Web MIDI API
|
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
MIDIMessageEvent.idl | 32 // See also, https://github.com/WebAudio/web-midi-api/issues/1 .
|
MIDIOutput.idl | 32 // http://cwilso.github.io/web-midi-api/#idl-def-MIDIOutput
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebMIDIAccessor.h | 43 // |timeStamp| is measured in milliseconds as Web MIDI spec defines.
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/ |
t1afm.c | 333 FT_ULong midi; local 337 midi = KERN_INDEX( mid->index1, mid->index2 ); 339 if ( midi == idx ) 347 if ( midi < idx )
|
/external/chromium_org/content/renderer/media/ |
midi_message_filter.cc | 77 // to ask permission to talk to MIDI hardware. 178 TRACE_EVENT0("midi", "MidiMessageFilter::OnDataReceived"); 196 TRACE_EVENT0("midi", "MidiMessageFilter::HandleDataReceived");
|
/external/kernel-headers/original/uapi/sound/ |
sfnt_info.h | 128 short root; /* midi root key */ 145 unsigned char bank; /* midi bank number */ 146 unsigned char instr; /* midi preset number */
|
/external/sonivox/docs/ |
JET_Programming_Manual.html | 460 to include interactive music soundtracks, in <st1:place w:st="on">MIDI</st1:place>
466 Synthesizer (EAS) which is the <st1:place w:st="on">MIDI</st1:place> playback
493 Since JET uses <st1:place w:st="on">MIDI</st1:place> in a unique way, normal
499 <p class=MsoNormal><i style='mso-bidi-font-style:normal'>Channel</i>: MIDI data
500 associated with a specific <st1:place w:st="on">MIDI</st1:place> channel.
501 Standard MIDI allows for 16 channels of <st1:place w:st="on">MIDI</st1:place>
507 w:st="on">MIDI</st1:place> event consisting of a channel number, controller
508 number, and a controller value. The <st1:place w:st="on">MIDI</st1:place> spec
511 embedding special control information in a <st1:place w:st="on">MIDI</st1:place> [all...] |