- Added a toggle for the current beat on the bar/measure screen and in the performance view
- Disabling this toggle will only show the current bar, e.g. 10 instead of 10.3
- Added support for defining delays in OSC tracks
- Like with lyrics, delays can be entered in milliseconds (
[-100ms]
) or beats ([+1n]
)
- Like with lyrics, delays can be entered in milliseconds (
- Added a real-time countdown for the setlist and the current song along with OSC events that you can subscribe to
- OSC events are
/setlist/remainingTimeInSong
and/setlist/remainingTimeInSet
- Clicking the remaining time opens a large display that can show the time remaining in the current song and the entire set
- OSC events are
- Added support for a delay of less than 50ms between OSC commands
- By default, there’s a 50ms delay between commands separated by semicolons, but you can define a lower value using the
//sleep
command, e.g./global/stop; //sleep 5; /notify/big all "Playback Stopped"
- By default, there’s a 50ms delay between commands separated by semicolons, but you can define a lower value using the
- Improved the reliability of receiving events and updates from Live when switching between multiple versions of Live while AbleSet is open
- Fixed unused songs still appearing in the setlist in multi-file projects when they’re not part of an imported setlist
- Fixed MIDI mapping not recognizing new commands when adding a mapping
- Fixed timing issues with lyrics tracks that use a delay when Live is in an active loop bracket
You can download this beta here:
Mac: https://ableset.app/download/mac/2.7.0-beta.7
Mac (ARM): https://ableset.app/download/mac-arm64/2.7.0-beta.7
Win: https://ableset.app/download/win/2.7.0-beta.7