-
Notifications
You must be signed in to change notification settings - Fork 0
VST Plugin
marc365 edited this page Oct 14, 2025
·
2 revisions
in FxBox.VST/bin/debug you will find these three libraries ready to install:
Bridge.FxBox.VST.dll
FxBox.VST.dll
SharpSoundDevice.dll
they all need copying into your VST plugin folder.
FxBox.VST.exe
is a debug version that just opens the socket and gives some information to help confirm connectivity. using 127.0.0.1 in the fxbox.cfg works but sometimes the connection didn't happen, when using a static ip such as 192.168.0.1 it works more consistently.
the fxbox.cfg file contains the configuration, currently the vst plugin is hard coded for port 7002. This has been tested with Audiomulch as host.