1. Open the OSC node from the p5js-osc installation directory:
1. Open the OSC node from the p5js-osc installation directory:
```
```
node .\bridge.js
node .\bridge.js
```
```
This will ensure the OSC connectivity between the P5.js script and the other system apps. Whenever an app connects to the OSC port, the console window will write the "connection" message.
This will ensure the OSC connectivity between the P5.js script and the other system apps. Whenever an app connects to the OSC port, the console window will write the "connection" message.
2. Open the `FrozenBush_p5osc.js` script via the Processing IDE and run it -- it should open a browser window
2. Open the `FrozenBush_p5osc.js` script via the Processing IDE and run it -- it should open a browser window
3. Open the VST host, set up an ambisonic track and add EnergyVisualizer VST plugin. Set up EnergyVisualizer OSC to send messages to the listening port in the Processing script (the default port number for this script is `12001`)
3. Open the VST host, set up an ambisonic track and add EnergyVisualizer VST plugin. Set up EnergyVisualizer OSC to send messages to the listening port in the Processing script (the default port number for this script is `12001`)