Skip to content

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

@kimchouard

Description

@kimchouard

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? :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions