Audio VST Plugin UI Control Updates
Mostrar comentarios más antiguos
I'm looking to generate a VST plugin in Matlab and have a use case intended to update the slider UI. Rather than the user controlling the slider, the slider levels are updated regularly based off of internal plugin state. When I try to validate an example plugin, I get the following:
Running testbench...
Error using testbench_pluginname>checkForTampering
Running plugin changed parameter 'XX' from 0 to 0.1.
Error in testbench_pluginname (line 95)
checkForTampering(plugin, paramState, sampleRate, 'Running plugin');
Error in validateAudioPlugin
I am having trouble finding documentation checkForTampering(). Is this more of a warning or hard limit to the Audio System Toolbox's capabilities? I do understand in most use cases you would not want the UI updating itself, however, my project is looking for this exact functionality. Please let me know if there is a better way to update slider UI internally from the plugin itself.
1 comentario
David
el 28 de Ag. de 2023
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Audio Plugin Creation and Hosting en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!