https://github.com/dimfeld/x32-shows
Show Builder for the Behringer X32 Mixer
https://github.com/dimfeld/x32-shows
Last synced: over 1 year ago
JSON representation
Show Builder for the Behringer X32 Mixer
- Host: GitHub
- URL: https://github.com/dimfeld/x32-shows
- Owner: dimfeld
- License: mit
- Created: 2022-12-10T02:32:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T18:25:15.000Z (over 1 year ago)
- Last Synced: 2025-02-08T07:44:19.838Z (over 1 year ago)
- Language: TypeScript
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This utility is designed to work with the Behringer X32 sound mixer board. It reads in an X32 scene file, extracts the names on the channels, and then reads a `cues.txt`
file to generate cues that mute and unmute those channels at the appropriate time.
You can also reference preset snippets.
The output is a X32 show which contains the originally referenced scene and cues and snippets that correspond to the
settings in `cues.txt`.
This is intentionally simple, but there's a lot more you could probably do with this given the easy-to-read format of
the snippets.
Requirements:
- Node.js 16 or greater
- An X32 sound board
- A USB drive to copy files between your computer and the board.