Skip to content

v0.19.0 — MIDI mapping & timecode from imported audio

Choose a tag to compare

@one-soft-engineer one-soft-engineer released this 04 Aug 19:01
· 99 commits to dev since this release

Two new features since v0.18.1.

🎹 MIDI mapping (v1)

Map a hardware MIDI controller to OnlyCue. A new Settings ▸ MIDI pane with MIDI-learn binds any note or Control Change to actions like GO and Stop, with per-control discrete/continuous handling. A live MIDI monitor sheet shows incoming messages so you can see exactly what your controller sends, and CoreMIDI input is attached per document window. (#699#703)

🎬 Read timecode from imported audio (LTC)

OnlyCue now decodes LTC (linear timecode) striped onto an imported audio file — a progressive, cached per-channel scan — and shows the file's own timecode independently of LTC output. (#712, #713)

🧹 Fixes

  • File menu reordered so Save As is discoverable above the import/export block (#707)
  • Previous-cue stepping now steps relative to the active cue (#709)

Install

  1. Download OnlyCue-0.19.0.dmg.
  2. Open the DMG and drag OnlyCue into your Applications folder.
  3. First launch: macOS blocks the unsigned 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.

Unsigned / ad-hoc build — the app and DMG are unmodified but not signed with a paid Apple Developer ID. See docs/release.md for why, or build from source (instructions).