MIDI File to NRT Score

Hi there -

Was just curious if anyone knew of a simple way to convert a MIDI file to a set of OSC commands for an NRT score. If it’s in the documentation, I apologize for missing it. Thanks.

The biggest challenge is there isn’t a MIDI → OSC mapping. But, you can read a MIDIFile and loop over its events and use the data in each MIDI event to collect a score.

/*
Josh Parmenter
www.realizedsound.net/josh
*/

1 Like