-
Posts
546 -
Joined
-
Last visited
Everything posted by Salvatore Sorice
-
Feature Request - Screenset Lock Icon
Salvatore Sorice replied to Salvatore Sorice's topic in Feedback Loop
@sjoens, I like yours better. 😁 -
Thanks Bakers! The Screenset Lock/Unlock binding is back! I've assigned it to CTRL+SHIFT+L: What would be great is a visual indication of the Lock/Unlock state of the Screenset - something like this:
-
Cool template icon Glenn! 👍
-
Not usually my type of music either but I really appreciate the musicianship and enjoyed the song. Bravo!
-
Really cool! I’m a keyboard player but found it fascinating. Guess we don’t need anymore violins, violas and celllos? 😛
-
How to rename multiple tracks at once
Salvatore Sorice replied to evanking345's topic in Cakewalk Sonar
FYI - this works for clips too. -
Thanks @Max Arwood - the fact that you (and likely many others) have way more knowledge than me regarding Auto Hotkey, I think it would be great if we could have a dedicated forum area/topic on it (unless one already exists and I didn't know). @sjoens and @Promidi - thanks for your insights as well. I'll let support know about the key binding weirdness. Seems like it should be more standardized / consistent? I'm pinging @msmcleod and @Noel Borthwick - maybe they could shed some light on this!
-
I'm no Auto Hotkey expert by any means and the scripts I've found (or compiled by trial and error) are real timesavers. I think it would be great to have a dedicated section of the Forum where users can post/share Auto Hotkey scripts - it seems like there are several knowledgeable Auto Hotkey folks on the Forum. I've got several and will post them. Example: Here's one that will Toggle the current Screenset between Locked and Unlocked - great timesaver! Script syntax: #SingleInstance Force #Requires AutoHotkey v1 ; Desgnate Hotkey Toggle Screenset Lock between On and Off (CTRL+ALT+L) ^!l:: ;Run as Administrator ;NO ERROR checking included #z:: IfWinActive ahk_class Sonar { Sleep 300 Send !V Sleep 300 send s Sleep 300 send s send {Enter} Sleep 300 send l Sleep 300 Send r Return } While Sonar is in focus pressing CTRL+ALT+L (or whatever combination you prefer) will toggle the screenset between locked and unlocked. You can put the script into your Windows startup folder so that it loads upon start and is always available. Here is it in action:
-
This was also a pain for me as well. Fortunately, I was able to cobble together an Auto HotKey script that toggles the active screenset between locked and unlocked. I'm no Auto Hotkey expert by any means and this was the result of trial and error. You'll also have to familiarize yourself with the program and the great things it can do! Here's the Script syntax: #SingleInstance Force #Requires AutoHotkey v1 ; Desgnate Hotkey Toggle Screenset Lock between On and Off (CTRL+ALT+L) ^!l:: ;Run as Administrator ;NO ERROR checking included #z:: IfWinActive ahk_class Sonar { Sleep 300 Send !V Sleep 300 send s Sleep 300 send s send {Enter} Sleep 300 send l Sleep 300 Send r Return } While Sonar is in focus pressing CTRL+ALT+L (or whatever combination you prefer) will toggle the screenset between locked and unlocked. You can put the script into your Windows startup folder so that it loads upon start and is always available. Here is it in action:
-
Suggestion: Black circles around all knobs
Salvatore Sorice replied to Canopus's topic in Feedback Loop
I agree. Excellent (and hopefully easily to implement) -
That's very commendable - thanks @Amberwolf for pointing their TOS out. Looks like a legit service that does a great job. I'll be doing further testing - can't wait to try it out on some Elton John piano parts!
-
I tested on a short MP3 clip of one of my solo piano pieces and it worked surprisingly well. Will have to test against other similar converters but it was pretty good.
-
Not offended at all.