AbleSet 3.0.5

Setlist

  • Added a new “Jump to Song” dialog that can be opened with ⌘ ⇧ K
    • This allows you to search for a song that is in the setlist and jump to it
    • You can also replace the “Add Song” button on the bottom right with a button that opens this new dialog by opening the setlist settings and enabling “Show Song Search Button”
  • Addressed an alert that markers are unequal between projects in an AbleNet setup
  • Fixed active section not updating as expected when jumping out of a loop using the GO Button or /setlist/jumpToQueued while another section is queued

Canvas

  • Added a button to duplicate the current canvas
  • Added the ability change the size of a canvas to a connected device’s screen size
  • Added new presets for Play/Pause/Stop buttons, Next/Prev Song buttons, and Solo/Mute Click buttons
  • Added the ability to open the song dialogs from canvases with ⌘ K and ⌘ ⇧ K
  • Added the current canvas slug as a class name for targeted custom styling
  • Improved the way multi-touch works on buttons
    • Multiple buttons can now be highlighted at the same time
    • Multiple touches on the same button get ignored
  • Fixed selection rectangle appearing behind elements
  • Fixed settings in the canvas sidebar being stuck on old values when selecting different elements

Performance View

  • Fixed track group pills taking up too much space
  • Added the “Jump to Song” dialog, which can be opened using ⌘ ⇧ K

Lyrics

  • Fixed images not being displayed if the project path contains folders that start with a dot
    • This affected projects stored in Google Drive, for example

OSC

  • Added /setlist/songCount and /setlist/sectionCount OSC values
  • Added /devices/showSongAddDialog, /devices/showSongJumpDialog, and /devices/hideSongDialog for controlling the song dialogs programmatically

AbleNet

  • Fixed an issue that caused the same host to appear twice if the host’s own IP address was entered into its “Connect to Custom IPs” settings field

You can download this version here:
Mac (Intel): https://ableset.app/download/mac/3.0.5
Mac (Apple Silicon): https://ableset.app/download/mac-arm64/3.0.5
Win: https://ableset.app/download/win/3.0.5

2 Likes

Song Search works great, especially the ability to jump to a song. How would that work in the canvas on an iPad tho? I tried adding a button containing a OSC command on press /devices/pressKey all Command+Shift+K . that didn’t work.

Can you give me an advice how to add the Jump to Song

@TinoSchulz you can use /devices/showSongJumpDialog. To display it on the current device, set your Button type to Script and paste this script:

sendOsc("/devices/showSongJumpDialog", thisDevice);

Let me know if this works :slight_smile:

1 Like

Yeah, that works perfectly! Can’t thank you enough :folded_hands:

1 Like