Setlist
- The new jump buttons are now located to the right of the screen, and are disabled when the web app is locked
- Added support for Liobox’s (STOP) locators
Canvas
- Added a toggle to the editor to disallow the canvas from scaling beyond 100%
- Moved the logs button all the way to the left
- Added a warning to make the browser bigger if it’s too small for the editor
- Added a click track volume slider template
- Added a “Value” setting to input fields to sync them to an external value
- Added a
thisDeviceglobal variable that contains the IP address of the current device- This is useful for running device-specific commands only on the current device, e.g.
sendOsc("/notify/toast", thisDevice, "Hey there!")
- This is useful for running device-specific commands only on the current device, e.g.
- Fixed some settings in the sidebar being stuck when switching between canvases
- Fixed duplicate “Label” input in slider settings
- Fixed setlist scroll sometimes scrolling the entire page on iPadOS
- Fixed element order changing unexpectedly when distributing multiple elements on the canvas
- Fixed ⌘ key being stuck when switching browser tabs while the key is pressed
Mixer
- Added a new
fadeToOSC function that replacesfadeInandfadeOut, and allows you to fade a group to any volume (docs)/mixer/click/fadeTo 0fades the click track to -Inf dB/mixer/click/fadeTo 0.85fades it to 0 dB/mixer/click/fadeTo previousfades it to the previous volume, in this case -Inf dB- You can provide a 2nd argument, which is the fade speed. When set to 1, fading from +6 to -Inf dB takes 5 seconds. Higher values lead to faster fades
- The mute/solo buttons are now enabled even while fading
- You can now fade multiple groups at the same time, and starting a fade for a group that is currently fading cancels the last fade
Scripting
- Added missing
resetSharedfunction to reset a shared variable - Fixed the typing of
sendMidiNoteso it allows any string to be passed
You can download this beta here:
Mac (Intel): https://ableset.app/download/mac/3.0.0-beta.21
Mac (Apple Silicon): https://ableset.app/download/mac-arm64/3.0.0-beta.21
Win: https://ableset.app/download/win/3.0.0-beta.21