Jump to content

Promidi

Members
  • Posts

    4,381
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Promidi

  1. Check for any RPN and NRPN events in your MIDI track. These will stop SI instruments sounding when encountered. You could also check the VST Plug-in Properties and tick the option “Do not intercept NRPNs”.
  2. I have set a keybinding to draw a line of controller values in the PRV. This also works for velocities. I have written a CAL script that converts a line of controller values into actual curves (concave or convex). I have also written a similar CAL script that does the same for velocity values.
  3. For me and my workflow, transpose buttons on an “always displayed” Studioware Panel wins. Select notes, click button on Studioware Panel. Done!
  4. I would still deactivate any software iLok plugins from your Windows 10 PC prior to the upgrade on the same PC.
  5. Yeah, it took me a while too - perseverance To use the getInt command, you first have to declare an INT variable (int transpose_value) Then issue the getInt command itself (getInt transpose_value "Please enter transpose amount" -12 12) Then apply the transpose_value (forEachEvent (if (== Event.Kind NOTE) (+= Note.Key transpose_value)))) ; I think I have enough closing parentheses'
  6. Not hard using the getInt command. A test for producing out of range notes would be handy too....
  7. I have used CAL scripts on entire MIDI clips from the track view and this still works. I have a Studioware panel that has a transpose function (among heaps of other functions) that I use all the time on whole MIDI clips - even multiple clips spread across multiple tracks. Astraios' CAL script would work as written. My guess is that, like I have done from time to time, you might have made a mistake when typing the code (easy to do). You are right about 99.9% of users having no clue how to write CAL scripts (or that they are even a thing) . But then again, there are forums like these.
  8. That is definitely not easier than just selecting the notes and then just pressing a shortcut key. The op wanted to just press keys to chance octaves, which is what the mapped CAL script offers.
  9. Write two CAL scripts, one to do the octave up, the other to do the octave down. Then assign keybindings to those CAL scripts.
  10. A couple of week ago, I was using a Beta version of Firefox. No matter what I tried, the version of Firefox would not allow Sonar to activate - even when opening the browser from Sonar's Help > sign out then sign in. The only way to fix this was to revert to the public release of Firefox 143 (which I am still on going forward). Another way I was able to activate Sonar was by temporarily changing my default browser to Edge for the activation procedure (changing back to Firefox when done). I am definitely going to be looking out for this issue when Firefox 143 becomes the release version.
  11. Maybe head to Preferences - Files - VST Settings and under “Scan Option”, set to Manual scan. Though this does not shield KV331from a manual VST scan from Sonar - at least you get a clean Sonar start up. The other option is to put KV331 in a folder that is not scanned by Sonar, but is scanned by Gig Performer. If you still want your plugins that Sonar can access to also be available in Gig Performer, then in Gig Performer, also include the folder where the Sonar plugins are.
  12. Works fine here What have you tried so far?
  13. If you have imported the INS files into CbB or Sonar Artist, then the INS file information would have been incorporated into your Master.ins file. For CbB, this file is in the following location. %AppData%\Cakewalk\Cakewalk Core Another option is, if you still have CbB (or Sonar Artist) and the instrument definitions are still in there, you can export the INS files from the Preferences - MIDI - Instruments > Define Instruments and names” dialogue. From the left pane, right click on the instrument, then choose “Export”. This will create the required INS files.
  14. I just revisited this. What happens if you set the Makers Window to non floating? Is the File > Print is still greyed out? On my PC, I set the Makers Window to non floating, then I was able to do a File > Print.
  15. I hate it when they refer to times by seasons... For us, Fall (or Autumn) officially starts in March 21 (ish)........
  16. See: https://legacy.cakewalk.com/My-Account/Products
  17. Just remember to deactivate any software iLok plugins from your Windows 10 PC prior to the upgrade.
  18. Another feature related to Remote Controls that would be handy is the ability to open up a dialogue box that lists all Remote Controls that have been set in a project, and what they have been mapped to.
  19. Note: This requires Kontakt Full (version 6 or later). The full Soprana installation requires approximately 18.3GB of space I could not find this information on their website. I had to contact support.
  20. I have a screenset that has a minimised Track View Window and this status is stored correctly.
  21. My projects have always remembered my zoom settings. My workflow is as follows: I use a locked screenset and a Workspace where I have configured that workspace not to load Windows Layouts and Screen settings. If I want to make a change to my screen layout in a given project, I open that project, make the change to my screen positions and zoom levels. Then quickly unlock, then lock my screenset. Then I save my project. This has always worked for me.
  22. Looks like this function was borked ages ago. I just tried it in Sonar Platinum, and when Markers list is displayed, Print and Print Preview is greyed out in there as well. Maybe drop a note to Sonar support. https://help.cakewalk.com/hc/en-us/requests/new
×
×
  • Create New...