Hello, I search to save Bass output channel after a VST effect pluggin !! I found, with an example, how to launch and play Bass VST pluggin. But i don't found how to save the result to a file (wav or mp3). >_< Can anybody help me, please ? #include <BassVST.au3>
#include <BassVSTConstants.au3>
#include <Bass.au3>
#include <BassConstants.au3>
$vst_dll = @ScriptDir & "\epicVerb.dll"
_BASS_STARTUP ( @ScriptDir & "\BASS.dll")
_BASS_VST_STARTUP ( @ScriptDir