AbleSet 3.1.0-beta.15

AbleSet Connect (build 14)

  • Added a button to connect to a custom host by its IP address
  • Added optional haptics for Canvas elements and toast notifications on iPhone
  • Added a button to the “connection lost” notification that restarts the discovery process

You can join the TestFlight beta to try it out.

Setlist

  • Addressed a bunch of hard to reproduce quirks that could lead to sections restarting a bar or two after AbleSet jumped to them, for example when using the +SKIP flag
  • Fixed loop not turning off when using the /loop/toggle command and the loop bracket didn’t fit the current section perfectly
  • Fixed AbleSet jumping to the next section when disabling a loop that didn’t match the current section

Canvas

  • Addressed song progress not scrolling back when jumping to a previous section

OSC

  • Added the current project file as a /global/projectName OSC value
  • Fixed potential spaces in the path of Mixer-related OSC values

General

  • Fixed connection error notifications not appearing
  • Fixed jumpy values while editing MIDI mappings
  • Fixed toast notifications not respecting the safe area at the top of the screen
  • Fixed tapping the instant jump button on the bottom right opening the setlist editor sometimes

You can download this beta here:
Mac (Apple Silicon): https://ableset.com/download/mac-arm64/3.1.0-beta.15
Mac (Intel): https://ableset.com/download/mac/3.1.0-beta.15
Windows: https://ableset.com/download/win/3.1.0-beta.15

2 Likes

@leolabs The wrong version is attached (beta.14)

Oh, you’re right! I’ll post the new links here in a few minutes :slight_smile:

2 Likes

Just updated the links :slight_smile:

2 Likes

Thanks for this !
Is there a way to Remove the “.als” at the end ?

Hey @Leolabs ,

I’m currently testing the latest AbleSet beta and I noticed an issue with the OSC command for looping in canva (/loop/toogle).

here is what happens:

The loop activates once, and i soon i turn it off, it wont loop anymore.

After that, the command gets completely stuck and won’t respond anymore on that song.

To fix it temporarily, I have to switch to another song, activate the loop there, and then come back to the previous song to make it work again (just once, before it gets stuck again).

It seems like the state isn’t resetting properly until a track change forces a refresh.

Here is a video showing the behavior :

If you’re using it in a script (like in a canvas), you could use something like

osc("/global/projectName").slice(0, -4)

Which just slices off the last 4 characters (.als).

We often have multiple instances of Ableset on the same network it would be awesome to implement at startup an option to choose which one you want to connect to instead of auto connecting. For example ableset connect opens searching begins. Popup “we have found multiple instances of ableset please select which one to connect to”

additionally we use an MdM. Will there be an editable plist file where we can change default settings to our preference so we don’t have to configure it each time.

1 Like

That’s two interesting ideas, thank you for your feedback!

AbleSet currently checks for the “Connected Scene” setting and prefers hosts that have set it to “Scene A”. I’ll also add a setting to choose a host that is always preferred, and it should be possible to make this setting available via MDM as well.

2 Likes