Jump to content

sjoens

Members
  • Posts

    3,369
  • Joined

  • Last visited

Everything posted by sjoens

  1. Thanks. SONAR Default Key Assignments.kbn comes with each version, but can it be used to restore factory defaults? All it contains is: [Bindings] Version=201 Shift=192 LBType=0
  2. To answer their questions: 1. ALT+SHIFT+L is unassigned by default. 2. There is no Lock/Unlock Screenset in the Global Bindings so manual assignment is impossible. You might also let them know that there's many shortcuts that work if imported but aren't in the Preferences list.
  3. Grab bar to resize the Inspector which can be 1 or 2 strips wide. Always been there but in Sonar it's now visible. The horizontal bars between Console modules also allow stretching/resizing.
  4. Each version has it's own folder. That one's for CbB. I assume Sonar's folder would be Cakewalk Sonar or just Sonar.
  5. So it does work. . . but doesn't show in the list, so I wrongly assumed it didn't work. I also assume Promidi must have imported it from an earlier version, tho assuming doesn't seem to be a strong point for me. Viewing the online list I found there are more Screenset bindings as well as others that aren't in the Preferences list, so maybe a request to rectify non-showing entries would be the ticket. https://legacy.cakewalk.com/Documentation?product=CakewalkSonar&language=3&help=KeyboardShortcuts.html (Remove the "s" from https to see pics.) FWIW there's about 650 default key bindings in CbB. The online list is about half that.
  6. No issues with where they are. Using the export in X3 and import in SPlat didn't work for these particular shortcuts but will try it again. Also have another idea to try if this doesn't work.
  7. In X1 thru X3 I have Views | Screensets | Lock/Unlock... but all the shortcuts in the list below were removed in SPlat and CbB. Alt+Shift+L is unassigned in X3. My guess is they were removed when Lenses/Workspaces came out. Unfortunately you cannot import them.
  8. At least with my Nektar LX88+, opening the ACT Module Properties window results in the buttons overlapping: You should see 4 buttons there. All my screen zooms are 100%. Tried it with one screen but no change. Has done this for several years. Similar issue with the Virtual keyboard top buttons.
  9. Hope not. Changed cable. Changed USB port. No fix. Removed latest drivers and installed an older one. Time will tell.
  10. Do they work in ProChannel? If so I may have to go that route, tho I shouldn't have to.
  11. Yes. There's at least 3 different versions but none show in the 64 bit SONARs. They do show in the 32 bit counterparts and are in comparable folders so it doesn't make sense.
  12. Wish it were that simple, but thanks. Probably happened when I reinstalled everything after a Win10 reinstall and didn't notice it.
  13. For some reason BREVERB2 isn't included in 64 bit SONAR X1 thru SPlat ProChannel lists. But it is in CbB and 32 bit X1 thru SPlat. BREVERB2 is in several locations and I've disabled them one by one to isolate but nothing brings it back to the lists.
  14. Yes. Correction: It's the "input" meter, not output. pg. 1033
  15. That's the output input meter signal for ProChannel when any of it's modules are active.
  16. err, unless you right-click > Insert Effect or Process Effect on a clip. For a 1-step solution, a one-option CAL with hot key, like mentioned above, seems like the only option. You just need a CAL and key binding for each one. As mentioned, you can also use Process > Transpose and Event Module Pitch value on individual clips - but the OP was trying to avoid that. I have Process > Transpose set to a Custom Module button and use it frequently. Click button - enter value - click OK. It's no faster or slower than Transpose.CAL as they both take 3 steps initially. However, Process> Transpose only requires 2 steps if you use it more than once with the same value because it retains the value until you change it or the project is closed - like many of the built-in dialogs do.
  17. IIRC Tungsten Classic was added to the list because of these very reasons, but was not one of the original themes.
  18. Thanks for clarifying. So. . . ;; Transpose.cal ;; ;; This transposes notes up or down by semitones. ;; (do (int transpose_value) (getInt transpose_value "Transpose by" -127 127) (forEachEvent (if (== Event.Kind NOTE) (do (+= Note.Key transpose_value) ) ) ) ) I found this works on a semitone basis so I changed the name. I see a fixed numerical value puts a limit user can't exceed or he gets an error. If the value is "-12 12" you have to run CAL twice to move 2 octaves. Limit error seems to depend on where original notes are, so if notes are at C0, "127" will move them to G10, but if they are anywhere else, +/-127 throws an error. I notice you can enter the minus character "-" from the main keyboard but not the Numeric Keypad. Numeric +/- keys literally move present value up or down. Is there a way to cancel a CAL without throwing an error? And, How can we tell the current CAL version?
  19. The system can run for several hours before the warning is thrown. I uninstalled everything MOTU and reinstalled the drivers, so time will tell.
  20. ?? I actually have The Cakewalk Application Language Programming Guide for SONAR v2.2 but can't make any sense out of it.
  21. Thanks! That one works. Your screenshot coding ends with "---" which apparently threw the error. As I said, I copied it "exactly as written". Confusing because the error called out "Event.kind" as the culprit. Making it so user can enter level of transposition -- 12, 24, 36, 48, etc. -- might be helpful rather than making one script for each one.
  22. Cool. I knew this but didn't know it. They certainly change whenever I set everything to the same color, but I never thought about Clip Headers themselves. Colors > All Colors > Header or Colors > CLIPS > Header But. . . they can only be changed to the same color. OP wants them to follow Track colors, which would be more cool. Even so, Headers disappear when tracks are minimized or View > Display > Maximize Waveform Height is selected.
×
×
  • Create New...