Home | History | Annotate | Download | only in lib_src

Lines Matching full:midi

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.
339 * { f0 7f 7f 0b 01 ch mip [ch mip ...] f7 } SP-MIDI
417 /* Process Master Volume and SP-MIDI */
458 /* process SP-MIDI MIP message */