A suite of functions mapping Cairo Midi msgs to JSON object for web retrieval.
Functions that format the following messages to JSON:
NOTE_ON
NOTE_OFF
SET_TEMPO
TIME_SIGNATURE
CONTROL_CHANGE
PITCH_WHEEL
AFTER_TOUCH
POLY_TOUCH
These functions can then be used create a function 'midi_to_json' that iterates through Midi msgs and formats them to create the complete JSON object.
A suite of functions mapping Cairo Midi msgs to JSON object for web retrieval.
Functions that format the following messages to JSON:
These functions can then be used create a function 'midi_to_json' that iterates through Midi msgs and formats them to create the complete JSON object.