atsushieno / aap-core

an Audio Plugin Format/Framework for Android
MIT License
92 stars 3 forks source link

support MIDNAMs #106

Closed atsushieno closed 1 year ago

atsushieno commented 2 years ago

It is extracted from https://github.com/atsushieno/android-audio-plugin-framework/issues/51.

MIDNAM provides program names, like some presets extensions on various plugin frameworks.

atsushieno commented 1 year ago

Since midnam is an XML document, it is a viable option to provide them as part of res/xml just like aap_metadata.xml. Then it will become even possible to provide without instantiating Service. Also we then we don't need any support implementation.

atsushieno commented 1 year ago

Closing as per d8bd1f0.