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

Program Change + Bank Select to resolve target filtergraph #5

Closed atsushieno closed 3 years ago

atsushieno commented 3 years ago

Now that audiograph presets via <Include> element is implemented (see https://github.com/atsushieno/augene/issues/4), the next step is to provide a program change / bank select style of filtergraph mappings.

With this resolver, the tracks don't have to specify TRACKNAME anymore and only @0, 1, 2 will be required, which will significantly reduce the <AugeneTrack> markups in .augene project files.

atsushieno commented 3 years ago

done as of c5b1f9e.