Skip to content

Type 0 MIDI files are parsed incorrectly #1

Open
@ScroogeD2

Description

@ScroogeD2

ToneJs/Midi assigns each track a channel while parsing, instead of giving each note a channel. Due to this, Type 0 MIDI files (where all notes are in a single track) will either sound wrong because percussion (channel 9) hasn't been removed, or will not be converted at all because the only track in the file gets ignored after being recognized as a percussion track.

As a workaround, the MIDI file can be loaded up in e.g. MuseScore and reexported as MIDI, which should separate the file into multiple tracks.

Tonejs/Midi#94

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Type 0 MIDI files are parsed incorrectly · Issue #1 · ScroogeD2/owmidiconverter