✏️ This is a Public Alpha under active development
💾 TouchDesigner 2020.24520
🖥️ Windows 10 64-bit
I am building nodeo to enable everyone to display and/or perform an unlimited number of generative scenes for their streams, permanent installations and live events. The aim is stable, aesthetic and customizable 24/7 delivery of TouchDesigner components and Notch blocks to external displays and/or apps/platforms (such as OBS/Twitch) via NDI.
The name is a combination of node and video, as a good share of generative artwork is created in node-based environments.
Download or clone the entire repo. Inside of the server folder is the nodeo main toe file. Open it on a reasonably powerful computer. (Windows i7 / GTX 1080 eq. or better Desktop is recommended)
- Duration handling improvements
- Minor bug fixes
- Overhauled Engine + composite system so it is separately threaded from the UI. This greatly improves performance and enables UI interactions without impacting NDI output frame rates.
- Many minor bug fixes
- Various minor improvements
- Blackout button improved (thanks @drmbt)
- Audio options expanded (thanks @drmbt)
- Initial public release
(*) = on the roadmap but not implemented yet
(**) = in progress
It has four engine (COMP) cars.
Each Engine is composed of a rotor (Base COMP) that processes video, and a separate Snd Base COMP that processes audio.
An Engineer (Base COMP) drives the train.
Each carries a temporal fragments of a type of media.
Segment Types/Sub-types:
- Video (Scene) a. Generative (tox and dfx*) b. Movie (mov**) c. Stream** (NDI)
- Transition a. Generative (tox and dfx*) b. Movie (mov**)
- Audio (wav, aiff and stream)
- Text*
Three segments make up a Segment Cycle: Video (Gen/Mov/Stream), Transition (Gen/Mov), and Audio.
Each row in a Playlist is considered a Segment Cycle.
You may switch the Active Playlist by pulsing the Activate button (a small white play button directly to the right of the playlist tabs).
Segments may also be made Active to an Engine by dragging and dropping them onto an Engine Preview, from either a Playlist source or Media source.
- Nodeo
- SRC (Segments/Segment Cycles)
- Media *Segment Type [Gen, Mov, Trans, etc.] *Segment *Segment
- Playlist 1, 2, 3...
- Segment Cycle [Vid, Trans, Snd]
- Segment Cycle
- Segment Cycle
- IN (Engine Previews)
- A, B
- Playlist ABBA Channels
- C
- Stream (aux) Channel
- D
- Trans Channel
- A, B
- OUT (Engine Composite)
- NDI Out
- PAR
- VideoBar
- Basic video playback controls/monitoring
- MstrFX
- Basic color controls
- Modules
- Settings (Init)
- Folder location preferences
- Curves Advanced real-time color grading
- Encoder (Out) Basic output video recording
- Settings (Init)
- AudioBar Basic audio playback controls
- AudioLevels Basic audio monitoring
- VideoBar
- SRC (Segments/Segment Cycles)
Many thanks to the following devs and artists for their contributions, which made nodeo possible:
☢️ Full documentation is in progress.