Skip to content
Snippets Groups Projects
Commit e77efac9 authored by Bartłomiej Mróz's avatar Bartłomiej Mróz
Browse files

Update README.md

parent 651bf576
Branches
No related merge requests found
...@@ -43,23 +43,23 @@ npm install ...@@ -43,23 +43,23 @@ npm install
## Getting started ## Getting started
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.
<img src="https://i.ibb.co/jv77ZkJ/2024-04-14-10-51-17-Power-Shell.png" width="500" /> <img src="https://i.ibb.co/jv77ZkJ/2024-04-14-10-51-17-Power-Shell.png" width="500" />
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`)
<img src="https://i.ibb.co/x7L9vTW/2024-04-10-14-46-43-unsaved-project-REAPER-v7-14-Registered-to-Bart-omiej-Mr-z-Licensed-for-p.png" width="500" /> <img src="https://i.ibb.co/x7L9vTW/2024-04-10-14-46-43-unsaved-project-REAPER-v7-14-Registered-to-Bart-omiej-Mr-z-Licensed-for-p.png" width="500" />
4. Play the audio and observe the animation! :slightly_smiling_face: 4. Play the audio and observe the animation! :slightly_smiling_face:
<img src="https://git.pg.edu.pl/p829296/processing-frozenbush-ambisonic-energy-visualizer-via-p5-osc/-/raw/main/frozenbush_animation_example.mp4" /> <img src="https://git.pg.edu.pl/p829296/processing-frozenbush-ambisonic-energy-visualizer-via-p5-osc/-/raw/main/frozenbush_animation_example.mp4" />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment