atsushieno / aap-core

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

default plugin app: let user pick up arbitrary sample audio #165

Open atsushieno opened 1 year ago

atsushieno commented 1 year ago

A remaining task from https://github.com/atsushieno/aap-core/issues/153 - the new app UI landed, but we still do not let user pick up an arbitrary audio file to test with the plugin.

I'm kind of indecisive of the actual UI design though - whether we let an app organize the samples and interact with each plugin app (complicated if the user just uses one plugin app), or each single app has storage for the loaded samples (user needs to store them on every app).