AbleSet 3.0.0-beta.3

  • Added the ability to double-click faders in the mixer to reset them to 0 dB
  • Added a new /mixer/**/adjust OSC endpoint to adjust the volume of a group
    • 0.025 is equal to 1 dB, so /mixer/vox/adjust -0.025 would turn down the vox group by 1 dB
  • Added the ability to define a sections track using the +SECTIONS flag
  • Fixed canvas template descriptions and contents
  • Fixed canvas buttons double-firing on touch screens in some cases
  • Fixed the Ableton plugin not being recognized in Live 10

You can download this beta here:
Mac: https://ableset.app/download/mac/3.0.0-beta.3
Mac (ARM): https://ableset.app/download/mac-arm64/3.0.0-beta.3
Win: https://ableset.app/download/win/3.0.0-beta.3

I’m trying to set up the volume adjust for groups but I cannot get it to work.
Is this right?



@agustinvolpe could you try writing the group name in lowercase? For example, /mixer/pista/adjust -0.025 should work.

I’ll make this case-insensitive in the next beta :slight_smile:

That was it!
Thanks Léo!

I feel like such a pain for even bringing this up :sweat_smile:, but would 0.5dB increments/decrements be doable? No worries if not, just thought I’d ask!

No worries! You should be able to just divide the value by two, so 0.0125 should be 0.5 dB :blush:

1 Like

Ahhh, that makes sense! Thanks, Léo.
Glad I asked before requesting something that was already possible :joy:.

1 Like

Finally, the update is here! Let me express my gratitude once again, genius Leo!

Now that we have so many features, would it be possible to make ‘Mixer’ MIDI mappable, as well as ‘Canvas,’ ‘Lyrics,’ and ‘Performance’?

Another idea—would it be possible to monitor the green status icon in real-time on the canvas, like floating window?

Additionally, would it be possible for the canvas to output MIDI notes?I would really love to use the canvas to trigger other applications, as it would open up more possibilities and use cases.

To help you better understand what I mean, I’ve attached some pictures below.
Thank u!Leo!


The mixer double-click works a treat, thanks Léo!

1 Like

Hey @GOODSHOW,

That’s already possible using the /devices/showPage OSC command (docs). For example, if you’d like to open the mixer view on all devices, you could send /devices/showPage all mixer.

You might already be able to build a basic button that displays the status of your audio interfaces and allows you to toggle between them, but adding the status indicator itself, that allows you to open the detail view of interfaces, is a good idea.

That’s something I’d love to see as well, and it’s already on my todo list. My plan is to offer OSC endpoints that allow you to send MIDI to any device. For example, sending a note could be triggered like this:

/midi/note "Output Port" 1 C3 127 100

With 1 being the channel, C3 being the note, 127 being the velocity, and 100 being an optional delay between the note on and note off commands in milliseconds.

In addition, sending CC and PC could also be interesting:

/midi/cc "Output Port" 1 64 100

With 1 being the channel, 64 being the CC number, and 100 being the CC value. For PC, this would be:

/midi/pc "Output Port" 1 15

With 1 being the channel, and 15 being the program number.

Does this sound good to you?

I’m looking forward to your feedback! :slight_smile:

2 Likes

Hey Leo Thank you for your patient responses!

This is amazing! I didn’t realize that Ableset had already implemented this feature!

However, I ran into some issues while setting it up. The command /devices/showPage [devices] [page] doesn’t seem to trigger correctly. I’ve attached some pictures below—did I set something up incorrectly?

I also have another question. On the same computer, my desktop displays both a floating window and a Safari browser. I’d like to use the iPhone canvas to trigger each of them separately. Is there a way to direct them to their corresponding destinations? (Other than using an IP address, since it changes frequently.)

Can you provide me with a reference setup? I am currently trying to achieve this using the settings shown in the photo below.

Sounds amazing! I’m sure I’m not the only one excited to use this feature!

Thank you, Leo—you’re the best!

1 Like