Page 1 of 1
No info about Creating VST
Posted: Wed May 04, 2016 9:52 am
by nezvers
I made nice 2 osc synth that I want to test in my DAW, but Schematic-> Create VST/VSTi button is gray. I can only export EXE.
I googled info for few hours and no single mentions about why it's like that or what I have to do.
Re: No info about Creating VST
Posted: Wed May 04, 2016 10:43 am
by billv
"All you need is a module with an acceptable combination of MIDI and/or Mono inputs and outputs."
Quote:User Guide...p114
Re: No info about Creating VST
Posted: Wed May 04, 2016 11:30 am
by KG_is_back
nezvers wrote:I made nice 2 osc synth that I want to test in my DAW, but Schematic-> Create VST/VSTi button is gray. I can only export EXE.
I googled info for few hours and no single mentions about why it's like that or what I have to do.
The module needs to have correct number of correct inputs and outputs. Namely, in case of VSTi, it needs to have midi input (and only that midi input) and at least one stream/mono output.
Also I recommend putting in a preset manager. That will make the knobs/sliders available for automation and also allow your DAW to save the settings with the projects. Otherwise the plugin will reset to default every time you load it.
Re: No info about Creating VST
Posted: Wed May 04, 2016 1:04 pm
by nezvers
Thanks, It helped a lot!