/external/sonivox/jet_tools/logic_templates/ |
README.txt | 1 This directory contains Apple Logic template files to facilitate the creation of MIDI files to import in JetCreator
|
/external/chromium_org/media/midi/ |
midi_manager_android.cc | 6 #include "media/midi/midi_manager_usb.h" 7 #include "media/midi/usb_midi_device_factory_android.h"
|
usb_midi_output_stream.h | 12 #include "media/midi/usb_midi_jack.h" 16 // UsbMidiOutputStream converts MIDI data to USB-MIDI data. 17 // See "USB Device Class Definition for MIDI Devices" Release 1.0, 18 // Section 4 "USB-MIDI Event Packets" for details. 23 // Converts |data| to USB-MIDI data and send it to the jack.
|
midi_message_queue.h | 16 // A simple message splitter for possibly unsafe/corrupted MIDI data stream. 18 // - maintain fragmented MIDI message. 20 // - reorder MIDI messages so that "System Real Time Message", which can be 22 // complete MIDI messages. 23 // - (Optional) reconstruct complete MIDI messages from data stream where 24 // MIDI status byte is abbreviated (a.k.a. "running status"). 44 // "MIDI running status" reconstruction. 52 // Fills the next complete MIDI message into |message|. If |message| is 54 // MIDI message. 60 // |message| is empty if there is no complete MIDI message any more [all...] |
usb_midi_input_stream.h | 15 #include "media/midi/usb_midi_jack.h" 21 // UsbMidiInputStream converts USB-MIDI data to MIDI data. 22 // See "USB Device Class Definition for MIDI Devices" Release 1.0, 23 // Section 4 "USB-MIDI Event Packets" for details. 29 // This function is called when some data arrives to a USB-MIDI jack. 30 // An input USB-MIDI jack corresponds to an input MIDIPortInfo. 52 // This function should be called when some data arrives to a USB-MIDI 53 // endpoint. This function converts the data to MIDI data and call 66 // Processes a USB-MIDI Event Packet [all...] |
midi_manager.h | 17 #include "media/midi/midi_port_info.h" 18 #include "media/midi/midi_result.h" 26 // A MidiManagerClient registers with the MidiManager to receive MIDI data. 37 // ReceiveMidiData() is called when MIDI data has been received from the 38 // MIDI system. 40 // |data| represents a series of bytes encoding one or more MIDI messages. 55 // Manages access to all MIDI hardware. 67 // A client calls StartSession() to receive and send MIDI data. 68 // If the session is ready to start, the MIDI system is lazily initialized 69 // and the client is registered to receive MIDI data [all...] |
midi_manager_mac.h | 16 #include "media/midi/midi_manager.h" 17 #include "media/midi/midi_port_info.h" 34 // CoreMIDI callback for MIDI data. 36 // multiple MIDI messages. 72 // |send_thread_| is used to send MIDI data.
|
midi_manager_usb.h | 18 #include "media/midi/midi_manager.h" 19 #include "media/midi/usb_midi_device.h" 20 #include "media/midi/usb_midi_input_stream.h" 21 #include "media/midi/usb_midi_jack.h" 22 #include "media/midi/usb_midi_output_stream.h" 26 // MidiManager for USB-MIDI.
|
midi_message_util.h | 16 // Returns the length of a MIDI message in bytes. Never returns 4 or greater. 19 // - the MIDI System Exclusive message.
|
usb_midi_device.h | 26 // Called when USB-MIDI data arrives at |device|. 34 // UsbMidiDevice represents a USB-MIDI device. 41 // Factory class for USB-MIDI devices. 49 // Devices that have no USB-MIDI interfaces can be omitted.
|
usb_midi_jack.h | 15 // UsbMidiJack represents an EMBEDDED MIDI jack. 17 // The direction of the endpoint associated with an EMBEDDED MIDI jack. 18 // Note that an IN MIDI jack associated with an OUT endpoint has
|
midi_manager_usb.cc | 5 #include "media/midi/midi_manager_usb.h" 12 #include "media/midi/usb_midi_descriptor_parser.h" 13 #include "media/midi/usb_midi_device.h" 14 #include "media/midi/usb_midi_input_stream.h" 15 #include "media/midi/usb_midi_jack.h" 16 #include "media/midi/usb_midi_output_stream.h" 99 // Port ID must be unique in a MIDI manager. This (and the below) ID
|
midi_message_queue.cc | 5 #include "media/midi/midi_message_queue.h" 10 #include "media/midi/midi_message_util.h" 55 // "System Real Time Messages" is a special kind of MIDI messages, which can 56 // appear at arbitrary byte position of MIDI stream. Here we reorder 58 // can be clearly separated as a complete MIDI message. 79 // MIDI protocol doesn't provide any error correction mechanism in
|
/external/chromium_org/content/browser/media/ |
midi_host.h | 17 #include "media/midi/midi_manager.h" 46 // Start session to access MIDI hardware. 49 // Data to be sent to a MIDI output port. 63 // - |data| must be any number of complete MIDI messages (data abbreviation 65 // - 1-byte MIDI realtime messages can be placed at any position of |data|. 70 // Represents if the renderer has a permission to send/receive MIDI SysEX 74 // |midi_manager_| talks to the platform-specific MIDI APIs. 76 // does not support MIDI. If not supported then a call to 81 // Buffers where data sent from each MIDI input port is stored. 84 // The number of bytes sent to the platform-specific MIDI sendin [all...] |
/external/kernel-headers/original/uapi/linux/ |
sound.h | 12 synthesizer and MIDI output) */ 13 #define SND_DEV_MIDIN 2 /* Raw midi access */ 27 #define SND_DEV_AMIDI 13 /* Like /dev/midi (obsolete) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
sound.h | 10 synthesizer and MIDI output) */ 11 #define SND_DEV_MIDIN 2 /* Raw midi access */ 25 #define SND_DEV_AMIDI 13 /* Like /dev/midi (obsolete) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
sound.h | 10 synthesizer and MIDI output) */ 11 #define SND_DEV_MIDIN 2 /* Raw midi access */ 25 #define SND_DEV_AMIDI 13 /* Like /dev/midi (obsolete) */
|
/external/kernel-headers/original/uapi/linux/usb/ |
midi.h | 2 * <linux/usb/midi.h> -- USB MIDI definitions. 12 * by the USB Device Class Definition for MIDI Devices. 32 /* A.3 MS MIDI IN and OUT Jack Types */ 47 /* 6.1.2.2 MIDI IN Jack Descriptor */ 64 /* 6.1.2.3 MIDI OUT Jack Descriptor */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/usb/ |
midi.h | 2 * <linux/usb/midi.h> -- USB MIDI definitions. 12 * by the USB Device Class Definition for MIDI Devices. 32 /* A.3 MS MIDI IN and OUT Jack Types */ 47 /* 6.1.2.2 MIDI IN Jack Descriptor */ 64 /* 6.1.2.3 MIDI OUT Jack Descriptor */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/ |
midi.h | 2 * <linux/usb/midi.h> -- USB MIDI definitions. 12 * by the USB Device Class Definition for MIDI Devices. 32 /* A.3 MS MIDI IN and OUT Jack Types */ 47 /* 6.1.2.2 MIDI IN Jack Descriptor */ 64 /* 6.1.2.3 MIDI OUT Jack Descriptor */
|
/external/chromium_org/content/renderer/media/ |
midi_message_filter.h | 14 #include "media/midi/midi_port_info.h" 15 #include "media/midi/midi_result.h" 24 // MessageFilter that handles MIDI messages. 30 // Each client registers for MIDI access here. 63 // MIDI hardware. 69 // Called when the browser process has sent MIDI data containing one or 106 // Keeps track of all MIDI clients. 109 // the client, allowing it to actually receive and send MIDI data.
|
/external/chromium_org/content/common/media/ |
midi_messages.h | 5 // IPC messages for access to MIDI hardware. 12 #include "media/midi/midi_port_info.h" 13 #include "media/midi/midi_result.h" 50 // Renderer request to browser for access to MIDI services.
|
/external/sonivox/jet_tools/JetCreator/ |
JetCreatorhlp.dat | 4 midi file = Displays the MIDI file associated with the segment. This is pulled in from the segment attributes.
15 channel = Selects the MIDI channel for the event.
20 track = Selects the MIDI track (not the channel) for the event.
46 midi file = Selects the source MIDI file from which the segment will be created.
56 play midi file =
74 chase controllers = This option will force JET to chase controllers up to the beginning of a given segment. This help keep a segment in sync with its parent MIDI file.
94 chase controllers = If on, MIDI CC messages and program changes will be read from the beginning of the segment when playing or triggering events in the middle of the segment. This should almost always be checked.
96 export = Export will collect all the source MIDI, DLS and JET files into a single .ZIP file. [all...] |
/frameworks/base/docs/html/guide/topics/media/jet/ |
jetcreator_manual.jd | 17 include interactive music soundtracks, in MIDI 22 Embedded Audio Synthesizer (EAS) which is the MIDI 33 first involves gathering all the source data (MIDI 48 terms to minimize confusion. Since JET uses MIDI 54 <p><i>Channel</i>: MIDI data associated with a specific MIDI 55 channel. Standard MIDI allows for 16 channels of MIDI 60 <p><i>Controller</i>: A MIDI event consisting of a 61 channel number, controller number, and a controller value. The MIDI [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/ |
MediaPlayerApiTest.java | 86 int duration = CodecTest.getDuration(MediaNames.MIDI); 88 assertTrue("MIDI getDuration", duratoinWithinTolerence); 121 boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.MIDI); 122 assertTrue("MIDI GetCurrentPosition", currentPosition); 152 boolean isPaused = CodecTest.pause(MediaNames.MIDI); 153 assertTrue("MIDI Pause", isPaused); 176 CodecTest.prepareStopRelease(MediaNames.MIDI); 177 assertTrue("MIDI prepareStopRelease", true); 195 CodecTest.preparePauseRelease(MediaNames.MIDI); 196 assertTrue("MIDI preparePauseRelease", true); [all...] |