/external/sonivox/arm-wt-22k/lib_src/ |
eas_miditypes.h | 7 * Contains declarations for the MIDI stream parser. 40 * Maintains parser state for the MIDI stream parser 84 S_MIDI_STREAM midiStream; /* MIDI stream state */ 109 EAS_U16 tickConv; /* current MIDI tick to msec conversion */ 125 * Interactive MIDI structure
|
eas_mididata.c | 7 * Data module for MIDI stream interface
|
dls2.h | 36 #define CONN_SRC_MONOPRESSURE 0x000a /* MIDI Mono pressure */ 39 /* Midi Controllers */
|
/frameworks/base/media/java/android/media/ |
JetPlayer.java | 38 * sequentially added to a playback FIFO queue. The rendering of the MIDI content stored in each 53 * <li>application controller events (CC80-83) to mark points in the MIDI segments.</li> 84 private static final int JET_EVENT_CHAN_SHIFT = 14; // shift to get MIDI channel to bit 0 194 * Returns the maximum number of simultaneous MIDI tracks supported by JetPlayer 260 * the General MIDI library. 265 * @param muteFlags a bitmask to specify which MIDI tracks will be muted during playback. Bit 0 288 * the General MIDI library. 293 * @param muteArray an array of booleans to specify which MIDI tracks will be muted during 317 * @param muteFlags a bitmask to specify which MIDI tracks are muted. Bit 0 affects track 0, 332 * @param muteArray an array of booleans to specify which MIDI tracks are muted. The value a [all...] |
/external/kernel-headers/original/linux/ |
soundcard.h | 162 int bankno; /* MIDI bank # (0=General MIDI) */ 163 int instrno; /* MIDI instrument number */ 228 short instr_no; /* Midi pgm# */ 355 * Midi controller numbers 360 * In the MIDI 1.0 these controllers are sent using 363 * are for the LSB. Note that just 7 bits are used in MIDI bytes. 425 /* Pseudo controllers (not midi compatible) */ 494 #define SYNTH_TYPE_MIDI 2 /* Midi interface */ 512 #define SYNTH_CAP_INPUT 0x00000004 /* Input (MIDI) device * [all...] |
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/ |
MidiDevice.java | 18 package javax.sound.midi;
|
Track.java | 18 package javax.sound.midi; 54 * See test org.apache.harmony.sound.tests.javax.sound.midi.TrackTest
|
MetaMessage.java | 18 package javax.sound.midi;
|
Sequence.java | 18 package javax.sound.midi;
|
Sequencer.java | 18 package javax.sound.midi;
|
SysexMessage.java | 18 package javax.sound.midi;
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_mididata.c | 7 * Data module for MIDI stream interface
|
eas_vm_protos.h | 97 * Initialize the SP-MIDI MIP table 116 * Sets the priority and MIP level for a MIDI channel 120 * channel - MIDI channel number 173 * nChannel - the MIDI channel 174 * nKeyNumber - the MIDI key number for this note 194 * nKeyNumber - new note's midi note number 214 * We only play at most 2 of the same note on a MIDI channel. 221 * nKeyNumber - new note's midi note number 244 * nChannel - the MIDI channel 283 * account SP-Midi channel priorities and polyphony allocation [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_mididata.c | 7 * Data module for MIDI stream interface
|
/frameworks/base/media/libmediaplayerservice/ |
MidiMetadataRetriever.cpp | 66 LOGE("Midi player is not initialized yet");
|
/cts/tools/spec-progress/etc/ |
spec-progress | 132 # javax.sound.midi \ 133 # javax.sound.midi.spi \
|
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/sampled/ |
AndroidClip.java | 167 * MIDI sequences. Since we don't really construct the MIDI sequence
|
/frameworks/base/docs/html/guide/appendix/ |
media-formats.jd | 70 <td>MIDI</td> 73 <td>MIDI Type 0 and 1. DLS Version 1 and 2. XMF and Mobile XMF. Support for ringtone formats RTTTL/RTX, OTA, and iMelody </td>
|
/frameworks/base/media/libstagefright/ |
StagefrightMediaScanner.cpp | 45 ".wav", ".amr", ".midi", ".xmf", ".rtttl", ".rtx", ".ota" 170 || !strcasecmp(extension, ".midi")
|
/external/sonivox/jet_tools/JetCreator/ |
JetDefs.py | 126 MIDI_FILE_SPEC = 'MIDI Files (*.mid)|*.mid|All Files (*.*)|*.*'
160 BUT_PLAYMIDI = 'Play MIDI File'
368 ('MIDI File', FILEPATH_GRIDWIDTH, F_MIDIFILE),
446 ('MIDI File', F_MIDIFILE, ROW2, COL1, FILEPATH_WIDTH+BGR, 0, 0, ID_MIDIFILE, MIDI_FILE_SPEC, "", False, ""),
494 ('MIDI File', F_MIDIFILE, ROW2, COL1, FILEPATH_WIDTH+BGR, 0, 0, ID_MIDIFILE, MIDI_FILE_SPEC, "", True, ""),
508 ('Play MIDI File', F_PLAYMIDI, BUTROW1+BUTOFF*5, COL3 + COLADD, BIGBUT, 0, 0, -1, [], "OnPlayMidi", True, ""),
511 ('Graph', F_RDOGRAPH, (BUTROW1+BUTOFF*10), COL3 + COLADD, (100,140), 0, 0, -1, ["MIDI File", "Segment"], "OnSetGraphType", True, ""),
|
JetUtils.py | 364 """ Plays a midi file """
538 errors.append(("Segment MIDI file not found", segment.filename))
585 """ Gets the length of a midi file via eas """
600 """ Gets midi file info """
606 """ Prints info about a midi file """
624 """ Midi file info saved in config file for speed """
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
MediaFrameworkTest.java | 75 //Get the midi fd
|
/external/sonivox/docs/ |
JET_Creator_User_Manual.html | [all...] |
/frameworks/base/core/java/com/google/android/mms/ |
ContentType.java | 47 public static final String AUDIO_MIDI = "audio/midi"; 54 public static final String AUDIO_X_MIDI = "audio/x-midi";
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
MediaMetadataTest.java | 51 THREE3GP, AMRNB, AMRWB, M4A1, M4V, MIDI, 164 validateMetatData(non_mp3_test_file.MIDI.ordinal(), MediaNames.META_DATA_OTHERS);
|