macOS — .pkg installs SimpleCue into /Applications; .dmg lets you drag it
yourself; the .zip is the bare app. All three are universal (Intel + Apple Silicon).
Windows — -setup.exe installs with Start Menu and Desktop shortcuts and an
Add/Remove Programs entry; the .zip is portable.
Linux — portable .tar.gz.
Builds are unsigned.
macOS — the app is not notarised, so Gatekeeper will refuse it on first
open. Either right-click the app and choose Open, or clear the quarantine flag:
xattr -dr com.apple.quarantine "/Applications/SimpleCue.app"
Windows — SmartScreen will warn on first run: More info, then Run anyway.
ASIO is not included, because Steinberg's licence forbids redistributing the
SDK; these builds have WASAPI (shared and exclusive) and DirectSound. To get
ASIO, build from source with -DSIMPLECUE_ASIO_SDK_PATH=<path to the SDK>.
Linux — built against glibc 2.35 (Ubuntu 22.04) with ALSA and JACK. PipeWire
works through its ALSA and JACK compatibility layers.
No MIDI, lighting or streaming hardware has been connected to this software yet.
See the README for what is and is not verified.
What's Changed
- Add built-in logging and crash diagnostics by @stoatworks-labs in #1
New Contributors
- @stoatworks-labs made their first contribution in #1
Full Changelog: v0.3.0...v0.3.1