Midi icon indicating copy to clipboard operation
Midi copied to clipboard

Ability to edit `track.instrument` info (read-only for now)

Open kimchouard opened this issue 2 years ago • 0 comments

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...) };
CleanShot 2023-11-13 at 11 33 19@2x

Any ways we could make that possible? :)

kimchouard avatar Nov 13 '23 10:11 kimchouard