AbleSet 3.2.0-beta.1

Cues

  • Added support for custom ElevenLabs voices when bringing your own API key

Canvas

  • Please note that Canvases edited with 3.2.0 can’t necessarily be opened by older versions
  • You can now write templates as scripts that return a value

Setlist

  • You can now queue songs and sections while playing in multi-file projects
    • The jump mode needs to be set to “End of Song”, “Dynamic”, or “Manual” for this to work

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

4 Likes

Can you give me an example?
I’m not sure I understand this correctly.
Can I save a script as a template so I can reuse it?

Hey @Tabora,

Here’s a an example you can apply to a Label:

1 - Click on the Template button on the right, and it’ll switch to Script.

2 - Then you could try something like this:

const song = osc("/setlist/activeSongName");
const isPlaying = osc("/global/isPlaying");

if (isPlaying) {
  return `Playing: ${song}`;
} else {
  return `Paused: ${song}`;
}

This works the same way in Button Labels, Icons, or Colors, anywhere you had a template field before, you can now write a full script with regular if/else logic instead of squeezing everything into one expression.

Give it a run and let me know how it goes!

2 Likes

After installing the latest version, I always get the following error message when I start AbleSet:




What should I do?

Hey @Tabora,

Could you try the following steps?

  1. Close AbleSet and Ableton Live completely.
  2. Go to C:\Users\mario\AppData\Local\Programs\Common\VST3\
  3. Delete the old AbleSetCues.vst3 file (the single file).
  4. Reinstall AbleSet.
  5. Open Ableton Live and click “Rescan Plug-Ins” in the Plug-Ins preferences if AbleSet Cues doesn’t show up right away.

Let me know how this goes, I’m looking forward to your reply!

1 Like

I followed the steps and the error hasn’t happened again.
Thank you! :folded_hands:

1 Like