Is it possible to build a prototype analysis/signal processor in simulink model builder, and convert it directly into a VST/plugin for a DAW

2 views (last 30 days)
Is it possible to build a prototype/functional audio analysis/signal processor in simulink model builder, and convert it directly into a VST/plugin for a DAW. Im new to Matlab and wondering if this is possible, i found instructions for doing it from the editor and command window but want to know if i can build it in the simulink model environment, using the stock blocks and function blocks with parameter adjustment knobs/sliders/etc, test it, and convert it directly into a VST/processor for my DAW environment, or stand alone application. also if it is possible to port it out of Matlab into another GUI building environment, by generating source code from the model itself. Thanks for your time and any constructive input you may be able to offer. Brent David Cartwright (Doc)

Answers (1)

Nikhil Sreekumar
Nikhil Sreekumar on 11 Jan 2017
Hi Brent,
I found some useful links that use Audio system Toolbox to generate VST plugins which then can be deployed on a DAW. Please refer to the below links.
Thanks
Nikhil
  2 Comments
Brent Cartwright
Brent Cartwright on 11 Jan 2017
Thank you sir And some info i got today was yes it can generate code from the simulink model with simulink coder, you first need a compiler, the blocks from the audio system toolbox you can right click and see the source code for them (under mask ) thanks again sir

Sign in to comment.

Categories

Find more on Audio Plugin Creation and Hosting in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!