A domain-agnostic, audio-reactive application framework designed for musical live-coding environments. AURE is currently available only for Mac OS X systems.
Developers interested in extending the application with additional scenes should consult the developer documentation.
- Compile the app using openframeworks or download here for Mac.
- Open the AURE app and follow the instructions on startup.
- Open Sonic Pi or any other live-coding tool capable of sending OSC
- Set the OSC port 9333 to send messages. Run
use_osc "localhost", 9333on Sonic Pi. - Use osc "/par1" messages to morph scene content inside
live_loopsto sync audio with generative visuals. Refer to "List of Available OSC Commands" section. - Use osc "/fx_on" messages to morph scene content inside
live_loopsto apply post processing effects.
You can use the following OSC messages to adjust parameters of the generative visuals on the fly.
| OSC Command | Description |
|---|---|
| /par1 | Modifies a random parameter of the current scene. |
| /par2 | Modifies a random parameter of the current scene. |
| /par3 | Modifies a random parameter of the current scene. |
| /par4 | Modifies a random parameter of the current scene. |
| /par5 | Modifies a random parameter of the current scene. |
| /fx_on | Apply a random post-processing effect. |
| /fx_off | Disable all post-processing effects. |
| /w_full_on | Enable Full Screen Window Mode |
| /w_full_off | Disable Full Screen Window Mode |
| /scene1 | Switch to Scene 1 |
| /scene2 | Switch to Scene 2 |
- ofxContentsManager
- ofxDaseinCosmos
- ofxEasing
- ofxPostProcessing
- ofxTweenzor
- ofxGui (built-in version)
- ofxOsc (built-in version)

