Log InCreate An Account
  1. Plugins
  2. »
  3. Steinberg
  4. »
  5. VST Audio Plug-ins SDK (C++)
  6. »
  7. Reviews

VST Audio Plug-ins SDK (C++)

Comments & Discussion for Steinberg VST Audio Plug-ins SDK (C++)

Discussion
Discussion: Active
olivier75
olivier75
15 February 2013 at 1:31am

Hi,

I am developping a VST plugin, it works well with cubase but I cannot debug it with cubase, I can only debug it with a small VST host (SAVIhost), but i'dd like to debug it with my cubase 6 element. How can i do this?

(I work with visual express C++)

thank you if you can help me

msmaocong
msmaocong
16 February 2013 at 9:38am

Hi, olivier75,

I'm learning VSTi plugin program, you said your VST plugin works well but I can not. I tested the examples, again, pitchnames and get again.dll, pitchnams.dll, they can be recognized by VST3plugintesthost(menu view->Open Plug-In Information Windows) but can not be recognized by cubase(menu Devices->VST Instruments). How did you do it?

olivier75
olivier75
16 February 2013 at 11:31am

Hi msmaocong
Did you try with the example vstxsynth?
again should be a VST effect, not a VST instrument.
If you want to specify that your plugin is an instrument, and not an effect, you should add
isSynth();
in the constructor of the main class (like it is in vstxsynth)

olivier75
olivier75
16 February 2013 at 11:31am

Hi msmaocong

Did you try with the example vstxsynth?

again should be a VST effect, not a VST instrument.

If you want to specify that your plugin is an instrument, and not an effect, you should add

isSynth();

in the constructor of the main class (like it is in vstxsynth)

msmaocong
msmaocong
17 February 2013 at 12:40pm

Thanks olivier75,

I tried vstxsynth, it can be recognized by cubase now, thanks!

olivier75
olivier75
17 February 2013 at 8:11pm

You're welcome!

again is an effect, you should see it in cubase in the list of VST effects when you want to assign an effect on an audio track.

Please log in to join the discussion