Hello,
I'm glad that now it is possible to keep many VST effect simultaneously ! Good work !
Now a little feature request, I don't know if I should ask here or to the Bass creator.
Could it be possible to have 2 little functions to get and set the priority, without having to recreate all the vst handles ?
It could be great to have the possibility to change the order of many effect, after they are created.
I propose :
int BASS_VST_GetDSPPriority( int vstHandle )
bool BASS_VST_SetDSPPriority( int vstHandle, int newPriority )
or maybe that's not possible, in this case it would be :
int BASS_GetDSPPriority( int chan )
bool BASS_SetDSPPriority( int chan, int newPriority )