Stereo Tool
https://forums.stereotool.com/

Bass library, VST with ST
https://forums.stereotool.com/viewtopic.php?f=4&t=32044
Page 1 of 1

Author:  hub73 [ Tue Mar 01, 2022 6:39 pm ]
Post subject:  Bass library, VST with ST

Hello.
StereoTool works very well as a VST with Bass library included into a Purebasic program.
Code:
Procedure Son_ouvrir_vst()
  
gParametres\IceCastVst = "C:\Users\Dell\Documents\Stereotool\vst_stereo_tool_64.dll"

  gParametres\FDSP  = BASS_VST_ChannelSetDSP(gParametres\Channel_cast, gParametres\IceCastVst, #BASS_Unicode, 0);
  OpenWindow_vst()
  BASS_VST_EmbedEditor(gParametres\FDSP, WindowID(Window_vst))
  If IsWindow (Window_vst)
    HideWindow (Window_vst, #True)
  EndIf  
  Ajouter_au_log ("Bass : Vst chargé.",#LOG_NORMAL)
  
EndProcedure
But how to load our webradio preset too (with BASS_VST) ?

Many Thanks !

Author:  hub73 [ Wed Mar 02, 2022 9:38 pm ]
Post subject:  Re: Bass library, VST with ST

if someone have an idea from this...
http://bass.radio42.com/help/html/ebb78 ... babccf.htm

Author:  hvz [ Sat Mar 12, 2022 12:09 am ]
Post subject:  Re: Bass library, VST with ST

For VST2: Loading presets will have to be done by filling all the parameters. There are about 8000 of them and you'll have to set all of them. (You can also fetch them from Stereo Tool, so the best way is to load the preset in Stereo Tool and then get all the parameter values from it. Certain settings (such as RDS texts) cannot be set in this way and require another calling mechanism.

For VST3: You can send all the settings as a binary blob, I'm not really sure though what the format of this is. (As far as Stereo Tool is concerned it's the full contents of a .sts or .ini file - and you can also read it from Stereo Tool just like with the VST2).

Alternatively, if you only need to talk to Stereo Tool and not to other plugins, we have our own plugin format that makes things a lot easier - it has a "load" function to load settings from a file. You can find the SDK and a whole bunch of binaries (Windows, Linux, Pi, Mac, even iOS) here - the .h file contains some example code: https://www.stereotool.com/download/Ste ... plugin.zip

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/