This will prevent spacebar being sent to the BIAB Plugin Standalone
but allow it to other applications.

Install https://www.autohotkey.com/
The script will run in the System Tray green icon "H"

Save As "Disable spacebar Biab Standalone.ahk"
Code:
#SingleInstance force

SetTitleMatchMode, 3

#IfWinActive, Band-in-a-Box DAW Plugin Standalone
space::

#IfWinNotActive