v0.9.0 — Show mode GO (walk the cues)
·
298 commits
to main
since this release
Highlights
▶️ Show mode GO — walk the cues
Show mode gains a GO action for calling a show cue-by-cue. Press GO and OnlyCue seeks to the next cue and keeps (or starts) playing — so you advance through the cue list one hit at a time while the audio and timecode keep running.
- Three ways to fire: a GO button in the transport, the Return key (Show mode only — the space bar stays play/pause), and the OSC address
/onlycue/cue/go(for foot-pedals / external control; the existing/onlycue/cue/nextkeeps its seek-only meaning). - Timecode keeps flowing: because GO plays continuously, the existing LTC output streams to your lighting desk the whole time — no extra setup beyond enabling LTC in Settings.
- Scoped to the current clip; no next cue → no-op.
Under the hood
- New end-to-end integration test covering GO + playback + LTC together in Show mode (the behaviour a show caller relies on).
Install
- Download
OnlyCue-0.9.0.dmg. - Open the DMG and drag OnlyCue into your Applications folder.
- First launch: macOS blocks the app ("Apple could not verify 'OnlyCue' is free of malware…"). Open System Settings → Privacy & Security, scroll to Security, and click Open Anyway next to the OnlyCue notice; confirm and authenticate. (Or run
xattr -dr com.apple.quarantine /Applications/OnlyCue.appin Terminal.) Future launches are silent.
Why the extra step? OnlyCue is currently distributed without a paid Apple Developer ID signature. The app and DMG are unsigned but otherwise unmodified. You can also build from source (see the README).
Requires macOS 14.0 or later.