AbleSet 3.0.0-beta.10

  • Added a new app icon in the style of macOS Tahoe
  • Added a warning message when running the Intel version of AbleSet on an Apple Silicon Mac which heavily impacts the app’s performance
  • Added more settings-related commands to the OSC autocomplete list
  • Added an option to restart AbleSet in debug mode, accessible by holding or Alt while clicking the settings icon
  • Added more logging around jumping between songs in multi-file projects
  • Fixed queued sections being unset immediately when jumping without a count-in
  • Fixed an issue with parsing project files when the file path contains " characters

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

Here’s a preview of the new app icons:

For now, only the first app icon is available, but I’ll add the others as well as soon as it’s possible.

6 Likes

Hey Leo! With the mixer, is there a way to fade all track groups at once? I’ve tried using the OSC command for fadeout, and using individual group names works, but I tried replacing the group name with “all”, and that doesn’t seem to work.

Hey @JoshList,

As of now, you can’t fade all groups at once, but you could assign all tracks that are assigned to a group to an additional “main” group, e.g. “Bass +G:BASS +G:MAIN” and “Guitar 1 +G:GIT +G:MAIN”. This would allow you to fade out the main group which also fades out all tracks assigned to other groups.

Would that work for your use case? :slight_smile:

Thanks, Leo! I actually already figured that method out and have implemented it. Sorry, forgot to come back and mention that. It’s working just fine!