RDMurray
RDMurray
Automatically making the master visible seems reasonable to me. If you don't want the master visible, why would you try to select it?
Interesting. The scrolling should be handled by the call to cmdMoveToTrack. Do you know if it works for the normal upArrow/downArrow commands?
Most of the contents of cmdMoveToTrack are unneeded. I would just copy the lines from my earlier comment and then call `postGoToTrack(0, track);`. I suspect that the action "Track: Vertical...
I looked through the Fastlane docs and came to the same conclusion. They recommend a dedicated apple id with the app manager role (needed by the fastlane match command), and...
To clarify the above, Xcode automatic signing is the only way to upload builds for Testflight or the Appstore without the app manager role, and Xcode automatic signing requires Xcode...
Yes and those logs are 99% useless information. They could definitely be cleaned up. I was looking at what the Scottish Tech Army did with [the backend](https://github.com/Scottish-Tech-Army/soundscape-backend). I like that...
The output from running the update script could be emailed, added to a web accessible directory, and when we decide on a monitoring service sent there.
This is strange. I honestly can't remember why I didn't just set MuteNextMessage to false before returning from outputMessage. I've got family visiting today, but I'll definitely take a look...
I just can't get my head around why I didn't do that instead of sprinkling `MuteNextMessage=false` all over `handleCommand`. 🤯 I also can't figure out how it would affect mac...
Okay I tested on mac and windows and got the same result on both. OSARA toggles don't work at all in custom actions. possibly because the custom action itself is...