Adding audio file user input when creating VST audio plugin

1 回表示 (過去 30 日間)
Bethany
Bethany 2023 年 6 月 30 日
回答済み: Narvik 2023 年 8 月 25 日
I'm trying to create a VST plugin in MATLAB to use with a DAW. When using the VST plugin, I want the the user to be able to input their own media file (used to add reverb to the incoming signal). Overall, the user inputs a media file (an impulse response) with which the plugin does some computations with to change the output signal. How can I code that into the audioPlugin class in MATLAB? How can I ask for the user's input from the plugin code? So far MATLAB doesn't accept 'uigetfile' for code generation of the plugin :(

回答 (1 件)

Narvik
Narvik 2023 年 8 月 25 日
Hi,
I understand that you would like to add the user to input their media file while using your VST plugin. Please refer to the ‘main.m’ file in the following file exchange link :
The MATLAB script accepts a WAV audio file as input.
Hope this helps!

カテゴリ

Help Center および File ExchangeAudio Plugin Creation and Hosting についてさらに検索

製品


リリース

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by