Page 1 of 1
vst question.
Posted: Wed Mar 05, 2014 4:56 pm
by tester
May sound silly, and is not FS related. But... is it difficult to incorporate VST support in an application? Not necessairly DAW, but something that could use some sound processing for incoming signals.
Re: vst question.
Posted: Sat Mar 08, 2014 2:46 pm
by billv
This may help tester.....
It's based on DAW building...but it shows how to get vst set up and working with your app.
Looks easy
if you know C/C+......
http://teragonaudio.com/article/How-to-make-your-own-VST-host.html
Re: vst question.
Posted: Sat Mar 08, 2014 10:38 pm
by tester
Thanks.
This "if" is not for me.
They know C/C++ quite well.
Re: vst question.
Posted: Sat Mar 08, 2014 11:56 pm
by nix
MAX/msp programming environment hosts VSTs,
I have built a simple host with it.
Here is the demo->
http://www.sendspace.com/pro/dl/jwsoi1it's kinda like FS in many ways- but perhaps more idiosyncratic in terminology and structure.
It has some advantages over FS IMO