You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like BYOD dynamically changes the parameter list, when it loads a preset model. We could implement the extension in aap-juce and verify the updates list using aap-juce-simple-host.
context: atsushieno/aap-core#130
Though aap-juce-byod does not seem to receive parameterInfoUpdated.
What it receives is programChanged when we change the preset selection.
BYOD, as of the revision when aap-juce-byod was created, does not seem to send parameter info updates to the change listeners. The latest version might work, but if it's not the case then we should try something else like monique-monosynth which indeed calls AudioProcessor::sendParamChangeMessageToListeners()
It is similar to #44, but while the issue was about ports it is about parameters this time.
It would be done by adding
on_parameter_list_changed(AndroidAudioPluginHost* host, AndroidAudioPlugin* plugin)
inparameters
host extension, like:... assuming that the host can retrieve these properties from
AndroidAudioPlugin*
:Especially for instanceId, we currently do not provide it by any way so we will have to add extra changes somewhere (maybe in
plugin-info
extension).The text was updated successfully, but these errors were encountered: