Skip to content

v0.9.0 — Show mode GO (walk the cues)

Choose a tag to compare

@one-soft-engineer one-soft-engineer released this 17 Jul 09:13
· 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/next keeps 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

  1. Download OnlyCue-0.9.0.dmg.
  2. Open the DMG and drag OnlyCue into your Applications folder.
  3. 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.app in 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.