Augmenta for Notch
Notch example (using the TUIO + OSC protocol) created by THEORIZ Studio
Notch block example download : https://github.com/Augmenta-tech/Augmenta-notch-example/releases
Receiving TUIO / OSC Data from INSIDE the Notch block
- Notch + Lightact tutorial
- Notch + Disguise tutorial
- Notch + TouchDesigner tutorial
- Notch + Smode tutorial
Receiving TUIO / OSC Data from OUTSIDE the Notch block
To start developping your application you probably need some Augmenta data. For that :
/!\ (The simulator is not yet supporting TUIO as output, so we will use Fusion for now.
- Get the latest version of Fusion
- Setup your scene by entering the size in meter and the resolution in pixel
- Create TUIO output
- Select Notch preset
Receive Data in Notch : TUIO / OSC
(These steps are already setup in the example)
- Enable TUIO in your project : go to Project / Settings / Protocols
- Enter the TUIO receive port
- Enter OSC receive port
(The example provided has a Spout and NDI video output)
- Project / Settings / Rendering : Output Width, Output Height
Your are ready now to make your own creation with Notch and Augmenta ! Enjoy and share it ;)
You can export a Notch block to use it inside a media server.
Notch block example download : https://github.com/Augmenta-tech/Augmenta-notch-example/releases
This example is designed to have two distincts workflows from the same block
Receiving TUIO / OSC Data INSIDE the Notch block
The TUIO and OSC data will be received from the ports already defined in the Notch. (Default to TUIO : 13000 and OSC : 13100)
/!\ It is not possible to expose these ports values in the Notch block so it's not possible to change those ports (at the time of writing) !
Receiving TUIO / OSC Data OUTSIDE the Notch block
The TUIO and OSC data will be received from the media server and then the resulting data (scene size and object position array) will be passed to the Notch block.
Note : This is useful when you intend to have several Augmenta Notch block in your media server composition. This workflow enables creating one OSC TUIO connection and pass the data to the different blocks instead of creating one connection per block.
/!\ Be careful that since we cannot expose or disable the Notch functionnality, the ports 13000 and 13100 will still be bound and reserved by the Notch block
- Touch Designer : repo Github
Augmenta Documentation
https://github.com/Augmenta-tech/Augmenta/wiki
Notch Builder 0.9.23.209