Skip to content

Releases: pearcenuk/Segue

Segue 1.0.2

Choose a tag to compare

@pearcenuk pearcenuk released this 23 Jul 12:18

Two playback fixes.

Fixed

  • Trim in-point now honoured on play. Tracks with a trim start (e.g. 25s) were still starting from 0 — AVAudioPlayer on macOS silently drops seeks issued before play(). Applies to both direct play and crossfade transitions.
  • "In break" counter clears when a track starts. Advancing from a pause into a track (Space, Next, or auto-advance) left the break timer visible on subsequent tracks.

Installing

Unzip, drag Segue.app to Applications. First launch: right-click → Open (the app is not notarized; macOS asks once). See the README for details.

Requires macOS 26 (Tahoe) or later.

Segue 1.0.1

Choose a tag to compare

@pearcenuk pearcenuk released this 11 Jul 14:44

Fixes from a full pre-release code review.

Fixed

  • Missing tracks no longer stall the playlist. If a file can't be played (e.g. it lives on an unmounted network drive), Segue now logs it as skipped and advances to the next item instead of stopping silently — no more dead air mid-show.
  • Bed volume set to 0 in Settings now persists across relaunch (previously reset to 40%).
  • ⌘E (jump to near end) now respects the in point on tracks trimmed shorter than 10 seconds.
  • Keyboard shortcut listings corrected and synced across the in-app panel, Help window, and README (⌘E, ⌘N, ⌘, and ⌘/ were missing from the in-app panel; a non-functional "Delete" shortcut was removed).

Installing

Unzip, drag Segue.app to Applications. First launch: right-click → Open (the app is not notarized; macOS asks once). See the README for details.

Requires macOS 26 (Tahoe) or later.

Segue 1.0

Choose a tag to compare

@pearcenuk pearcenuk released this 11 Jul 14:16

First public release of Segue — broadcast audio playout for macOS.

Highlights

  • Playlist playback with automatic advance, crossfade (linear / equal-power), and per-track trim
  • Ramp timer: on-air countdown to a cue point for presenter talk-ups
  • Pause rows with looping bed music for live segments
  • Loudness normalisation to −23 dBFS RMS (EBU R128), applied automatically
  • Timestamped play log with CSV export for music licensing reports
  • Playlist auto-save and restore, JSON export/import, network drive (SMB/NAS) support

Installing

Unzip, drag Segue.app to Applications. First launch: right-click → Open (the app is not notarized; macOS asks once). See the README for details.

Requires macOS 26 (Tahoe) or later.