Note-taking utility for ETC Eos Family lighting consoles
Report Bug
·
Request Feature
Warning
This project is under active development and breaking changes are likely. Use at your own risk!
CueNote is a desktop utility to remotely add and edit notes in an Eos show file.
CueNote is available for Windows and macOS. Download the latest binary for your platform from the Releases page.
-
Clone this repository
git clone [email protected]:douglasfinlay/cue-note.git
-
Install dependencies
yarn
-
Run
yarn start
Connect to an Eos console by entering its IP address or hostname.
Please ensure Third Party OSC is enabled in the Interface Protocols section of the Eos Shell.
CueNote does not currently support connection using a custom port. To work around this:
- In the Eos Shell, under Network > Interface Protocols:
- Enable UDP Strings & OSC
- Set the OSC TCP mode to TCP format for OSC 1.1 (SLIP).
- In Eos, under Setup > System > Show Control > OSC:
- Enable both OSC RX and OSC TX.
- Ensure OSC TCP Server Ports contains 3037.
Right-click on a quick note button to change its text. This will automatically be saved to your local machine without modifying the Eos show file.
- Button to filter cue list to noted cues only
- Automatically reconnect after connection loss
- Re-sync when a different show file is loaded
- Improve UI state management
- Quick note in-place edit
- Quick note keyboard shortcuts
- Styling overhaul
- Move Eos/OSC functionality into a separate library (node-eos-console)
All contributions are greatly appreciated. Please feel free to open issues to help this project develop.
CueNote is licensed under the MIT license. See LICENSE
for details.
This project is in no way affiliated with ETC.