fourthline / mmlTools

MabiIcco - マビノギ用MMLエディタ (MML editor for Mabinogi)
https://fourthline.jp/mabiicco/
50 stars 19 forks source link

When importing a MIDI, "track 1" remains #75

Closed kernighan closed 2 years ago

kernighan commented 2 years ago

When I import a MIDI file, the default "track 1" remains in the editor, and then I have to manually remove it. When importing from a MIDI, it should (probably by default) only have tracks after import that reflect the imported MIDI tracks, and not extraneous tracks from prior to import.

fourthline commented 2 years ago

The import function is a specification that adds data to the current Score.

kernighan commented 2 years ago

When would it ever make sense that you would want to keep the default track 1 when importing a MIDI? I'd at least make that behavior optional

fourthline commented 2 years ago

The import keeps the existing score information and reads additionally. If you don't need "Track1", you can use the Open function.

fourthline commented 2 years ago

If importing into an empty score, change it to remove existing tracks.

fourthline commented 2 years ago

Released in v1.2.80