Midi
Midi copied to clipboard
Ability to edit `track.instrument` info (read-only for now)
When creating a track, it's impossible to set a proper instrument value:
const midiData = new Midi();
const track = midiData.addTrack()
// Throws an error
track.instrument = { (new instrument data...) };
Any ways we could make that possible? :)