- Added a new way to target devices based on the page they’re currently viewing
- For example, you can now send a notification to all devices on a specific canvas using
/notify/big page:canvas/canvas-name "Test Notification" - All available target names are now also shown on the OSC settings page
- For example, you can now send a notification to all devices on a specific canvas using
- Added the ability to define a specific lyrics or canvas page as a default view when opening AbleSet
- Added a bit of space between the countdown icon and the remaining time in the setlist
- Added an OSC function to wait until an OSC value matches a given value
- You can use this to wait for a state to be achieved before continuing:
await waitForOscValue("/global/playing", false);
- You can use this to wait for a state to be achieved before continuing:
- Added a debug option to inspect the script runner
- Improved the sizing and positioning of the next section icon in the performance view
- Fixed script runner being restarted after a few hours, without the project script being started again
- Fixed automatic jumps to the next song not working when Safe Mode is enabled
- Fixed loop escape not respecting automatic section transitions
- Fixed sending multiple OSC commands from canvas not working, executing only the first one
- Fixed lyrics jumping unexpectedly when looping a section
- Fixed playback info box shrinking when there’s not enough space, making some of its contents unreadable
- Fixed Floating Action Buttons still being clickable when a popover is open
You can download this beta here:
Mac (Intel): https://ableset.app/download/mac/3.0.0-beta.25
Mac (Apple Silicon): https://ableset.app/download/mac-arm64/3.0.0-beta.25
Win: https://ableset.app/download/win/3.0.0-beta.25

