v0.19.0 — MIDI mapping & timecode from imported audio
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
- Download
OnlyCue-0.19.0.dmg. - Open the DMG and drag OnlyCue into your Applications folder.
- 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.appin 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).