atsushieno / augene-ng

MML + MIDI + Tracktion Engine XML manipulation tool for real production
GNU General Public License v3.0
9 stars 2 forks source link

Switch to MIDI 2.0 song format model #12

Closed atsushieno closed 2 years ago

atsushieno commented 2 years ago

Currently in our main branch we use mugene-ng to generate MidiMusic i.e. MIDI 1.0 music data to further feed MidiToTracktionEditConverter. This ends up the input bound to various limitations such as 16 channels and various per-note features (controllers, pitch 7.9, per-note management etc.).

We are going to improve it. In midi2 branch we compile MMLs to Midi2Music. It's just started and not sure when it's verified to work, but it is a first step towards bigger improvements.

atsushieno commented 2 years ago

done at d2710508e8f47dfb9d689a1b2fa952549007346d.