atsushieno / augene

MML compiler connected to "audio plugin based" music player / deprecated. Switch to augene-ng.
GNU General Public License v3.0
3 stars 0 forks source link

map audiograph from META Event 04h (Instrument Name) #7

Closed atsushieno closed 3 years ago

atsushieno commented 3 years ago

Now we can assign an audiograph from program/bank MIDI events, but it's not very intuitive. We have to remember which number an audiograph has.

An alternative way that we currently support is TRACKNAME-based mappings. But it also requires additional markup in the project *.augene file, which is annoying.

Therefore, an alternative idea to give a meaningful and easy-to-remember mapping is to use INSTRUMENTNAME. This way, we can skip project-based track mappings and yet describe meaningful name on MML.

atsushieno commented 3 years ago

implemented as of c7f12fd.