How to access 'non-automatable' parameters in a AU/VST in MATLAB with `loadAudioPlugin()`?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi everyone,
I'm currently creating a test-suite for a plugin I'm working on, but there are non-automatable parameters (i.e. not exposed to the VST/AU parameter API, so do not show up in MATLAB). Is there any way to open the interface/GUI of the plugin to make tweaks before I run my tests or is this not possible?
Any other ideas are very welcome!
Thanks in advance,
Jamie
0 件のコメント
回答 (1 件)
Jimmy Lapierre
2022 年 2 月 9 日
Hi Jamie,
The ability to display the plugin's custom GUI is not currently available. If you'd like to share what's your affiliation and very small summary of your use-case, I will create or amend the request to add this feature in a future release.
Jimmy
2 件のコメント
Jimmy Lapierre
2022 年 2 月 13 日
If it's for testing a plugin that you are developping, I wonder if using OSC/UDP would work (having MATLAB send UPD messages to the plugin, to a "debugging" side-channel).
参考
カテゴリ
Help Center および File Exchange で Audio Plugin Creation and Hosting についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!