Is there a way to extract MIDI data directly from a project file?
I need to be able to access MIDI data from a project without exporting a MIDI file. Is there a way to do this?
From my exploration, MIDI data is saved in the project file in some sort of proprietary binary and the MIDI data is not obviously accessible.
The goal is to be able to send the MIDI data to another computer every time a project is saved, rather than having to export the MIDI every time. It's only a difference of one extra step (save project vs export MIDI) but when I do it a hundred times a day it becomes very cumbersome.