Hello all,
I am the author of BASS_VST - and you all are right, currently, BASS_VST only supports VST
effect plugins and does not support VST
instrument plugins (VSTi).
However, I have looked at this stuff, and at a first glance, it seems as if VSTi can be added to BASS_VST easily.
So, with a 90% chance, BASS_VST will support VST instrument plugins the next days
For this purpose, there will be a new function for creating a channel:
vstHandle = BASS_VST_ChannelCreate(DWORD freq, DWORD chans, const void* dllFile, DWORD flags);
The returned handle can be used with any other useful BASS_Channel*() and BASS_VST_*() function then.
Finally, another function to trigger MIDI events should be implemented - but that should be all, shouldn't it?
Any comments to this are welcome.
Regards - and a good night from Hamburg,
Bjoern