neodarque-stagetimer2
StageTimer2 Companion Module
This module allows control of Neodarqueβs StageTimer2 software via OSC.
Most actions require selecting the target Timer # (1 or 2). Be sure to configure the correct OSC IP and port in the module settings.
π§© Actions
π¬ Basic Timer Control
- Start Timer
- Stop Timer
- Reset Timer
- Enable Timer
- Disable Timer
π Navigation
- Next Entry β Moves to the next timer entry
- Previous Entry β Goes back to the previous entry
- Load Timer (by Index) β Loads a specific timer entry by index
β±οΈ Set Time
- Set Timer Time β Accepts time in formats like
SS
,MM:SS
, orHH:MM:SS
β Timer Adjustments
- Increase/Decrease Timer β Adjust time by X seconds, minutes, or hours
π₯οΈ Fullscreen
- Enter Fullscreen
- Exit Fullscreen
π¬ Message Display
- Set Message β Displays a custom message on screen
- Clear Message β Clears the currently displayed message
π Feedbacks
These change button colors based on timer states:
- Timer Enabled β Changes when timer is enabled
- Timer Running β Indicates when the timer is actively counting
- Timer Overtime β Changes when the timer has gone past zero
- Timer Ended β Indicates the timer reached its end
- Alert Time Reached β Changes when timer reaches alert threshold
π§ͺ Variables
Live variables you can use in button text:
$(timer:timer1_time)
β Timer 1 current time$(timer:timer2_time)
β Timer 2 current time$(timer:timer1_type)
β Timer 1 type$(timer:timer2_type)
β Timer 2 type$(timer:timer1_enabled)
β Timer 1 state (enabled/disabled)$(timer:timer2_enabled)
β Timer 2 state$(timer:timer1_isrunning)
β Timer 1 running state$(timer:timer2_isrunning)
β Timer 2 running state$(timer:timer1_isonalert)
β Timer 1 alert state$(timer:timer2_isonalert)
β Timer 2 alert state$(timer:timer1_isonend)
β Timer 1 ended$(timer:timer2_isonend)
β Timer 2 ended$(timer:timer1_isonovertime)
β Timer 1 overtime$(timer:timer2_isonovertime)
β Timer 2 overtime
π§° Presets
This module includes dynamic presets that show the current timer values with feedback coloring:
- Time Button (Timer 1 & 2)
Displays the live timer time and changes background color when running.
β Setup Notes
- Make sure OSC is enabled in StageTimer2.
- Set the correct IP and Port in the Companion module config.
- Most actions require selecting a timer (1 or 2).
Manufacturer
Neodarque
Neodarque
Product
StageTimer2
Issue (1)
To file a new issue, you need to sign up for a user on GitHub.