>But I am trying to investigate a solution which is still
>C compatible, and not only C++.
>Because C-only programs would have a hard job to
>run VST C++ plugins.

Its actually fairly easy with VST because there is a C "wrapper"
around the C++ plugins. A C-only host can call the C++ plugins easily.

Presumably, Steinberg thought about this. For example, to execute the
plugin, you can call:

        processClass (plugin, inputs, outputs, nframes)

and it works just fine. 

--p

Reply via email to