binasc | converts files into ASCI byte values, and can convert back to the origninal form, similar to a hex editor. [src] |
createmidifile | Demonstration of how to create a MIDI file. [src] |
drumtab | Demonstration of how to create a MIDI file with percussion tracks. [src] |
henonfile | Outputs a MIDI files with pitches generated from the Henon fractal sequence. [src] |
mid2hum | Converts a MIDI file into a Humdrum file. [src] |
mid2mat | Converts a MIDI file into an ASCII text format which is readable in Matlab. [src] |
midi2binasc | Converts a MIDI file into an ASCII text format which is readable in Matlab. [src] |
midi2melody | Converts a single melody MIDI file/track into an ASCII text format with starting time and pitch. [src] |
midi2notes | Converts a MIDI file into Melisma note file format which is readable in the Melisma Music Analyzer. [src] |
midi2skini | Converts a MIDI file into an ASCII text format. [src] |
midi2text | Converts a MIDI file into an ASCII text format. [src] |
midicat | Concatenate multiple MIDI files into a single type-0 MIDI file. [src] |
midiexcerpt | Extract a time region from a MIDI file. [src] |
midimixup | Reads a standard MIDI file, adjusts the timing of the events in a random manner, then writes the file back out to a standard MIDI file. [src] |
miditime | List the absolute tick times and absolute time in seconds for MIDI file data. [src] |
peep2midi | Convert Performance Expression Extraction Program output data into a Standard MIDI file (with SMPTE timing). [src] |
perfid | Identify if a MIDI File is a live performance or if it is a step-edited file. [src] |
text2midi | Converts a MIDI file into an ASCII text format. [src] |
textmidi | Reads a MIDI file and converts data to/from ASCII text. [src] |
tobin | Converts an input number into binary form. Parameters can be either decimal or hex (if 0x is prepended). [src] |
todec | Converts an input number into decimal form. Parameters can be either decimal or hex (if 0x is prepended). [src] |
tohex | Converts an input number into hexadecimal form. Parameters can be either decimal or hex (if 0x is prepended). [src] |
vlv | Converts/creates variable length values which are used in Standard MIDI Files to store the duration between MIDI message events in the file. [src] |