Jump to content

Promidi

Members
  • Posts

    4,272
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Promidi

  1. Every time I have send an email to support@cakewalk.com, I have always received a response (every single time). Have you checked your spam folder?
  2. What happens if you install the latest incarnations that comes with TTS-1 and TH3 and then reinstall the current Sonar. Note, to install TH3 Cakewalk edition, you will need to install the Boutique Suite or the updated version from Overloud. Note: Before I installed Sonar 2025, I also uninstalled CbB, but left Sonar Platinum installed. I still have TH3 and TTS-1 usable in Sonar 2025.
  3. Did you ever have a licence for an earlier version of Cakewalk (earlier than CbB) that did come with TTS-1 and the amp sims?
  4. I am able to confirm this intermittently. For me, while this was manifesting, I noticed that events being transformed were on separate clips. The issue stopped occurring when I bounced the MIDI clips to one clip and then do the transform. Did you see if this only happens when the transform is performed on separate clips? When you bounced the MIDI clips to one clip and then do the transform did the articulation maps remain?
  5. I have come across this from time to time. This is even after selecting none and before exporting and doing "Entire Mix". There is no rhyme or reason... maybe it's cosmic rays, or even the neighbours cat. I just redo it, same settings (no close of project or restart of Sonar) and then it works. Extremely intermittent (too intermittent for a recipe)
  6. Yes, I would concur with getting a hardware solution (like a Roland SC-8850s or SC-8820s) I have used a Yamaha SW1000XG audio/MIDI card since 2002 (connected to a second PC via a Roland USB to MIDI adapter) . This means I was, pretty much, unaffected by Roland’s telling the Cakewalk developers to remove TTS-1 from Cakewalk and Sonar installers.
  7. Personally I just use the MP3 as a reference and, by ear, hand sequence the entire song as MIDI.
  8. I just moved the console view divider and it saved to a screenset here. I saved, closed Sonar. Reopened Sonar and reopened - the console view divider was where I saved it. Are you sure you have not locked your screenset?
  9. Sonar 2025 uses Sonar.exe for the task name. In Task Manager, did you look for Cakewalk.exe or Sonar.exe.
  10. Sonar Premium and Sonar Free Tier is definitely an improvement over CbB. If you do not renew your membership, Sonar Premium will revert to Sonar Free Tier. You will not lose the Sonar updates. However, you would lose access to any assets that were included with your membership (which you would not longer have). For instance, if you used Workspaces with Sonar Premium, you would not be able to use these one you revert to the Free Tier. You would also lose access to any addons that are part of the membership- i.e Overloud THU Cakewalk edition
  11. Which cursor? Which tool are you referring to?
  12. Assuming the MIDI track is a Simple Instrument Track, (or a SIT), do the following: · From the Send to of Track 1, right click and create a Patch point · On the audio track you want to record to, Select its input as the Patch point you created above. · Move NOW to before the start of the kicks. · Arm audio track and record.
  13. What did Cakewalk support say when you sent them a dump file, your project file (sans audio) and what you were doing when the crash occurred?
  14. You cannot. You use the Cakewalk Product centre to download the latest build. (which is 31.08.0.004)
  15. I wonder if you can do a similar trick we have to do with the Edirol PCR800 drivers to get them to work on Window 10 and 11. The Edirol PCR800 drivers on the Roland website only goes up to Windows 8.1. You have to edit an INF file to get them to work on Window 10 and 11.
  16. @msmcleodDo you have an MU100? I had a chance to grab a MU100R in 2002. Opted for the SW1K (with some trade ins of other equipment)
  17. I have to admit, this whole TT-S situation has made me glad I still have a working Yamaha SW1000XG card (in another PC connected via a Roland USB to MIDI adapter)
  18. Acquire the note letter and octave of the drum hit you want to move, then you can do the following: · Select the entire track that contains the drum hits you want to move. · Use Menu > Edit > Select > By Filter to restrict the selection to just the drum hit you want to move. · Move NOW to the start of the first selected note. I have created a key binding that does this. · Cut. · Make the destination MIDI track active. · Paste.
  19. Which external synth? If you already have the right ins file, then it's Preferences - MIDI - Instruments > Define > Import If you already have instrument definitions defined in Platinum, then it's Preferences - MIDI - Instruments > Define > Then right click on an item in the left column, then export. Then you have the ins files to import into Sonar (see previous) If you do not have any ins files then you will have to google for them (if they exist)
  20. Yes, you can. Open (do not import) your MIDI file in Sonar. From the synth rack, insert a synth for each required sound in your MIDI track. (these synths don't need their own MIDI track, respectively) Using each MIDI track’s in/outs, route the MIDI tracks to the required synth.
  21. Try this CAL script. (one I wrote for this very purpose) It prompt you for nth note to select, defaults to 2 (do (int note_number 1) (int even 0) (int nth 2) (getInt nth "Please enter nth note" 2 50) (forEachEvent (if (== Event.Kind NOTE) (do (= even (% note_number nth)) (if (== even 1) (do );exit do (do (delete) (insert Event.Time Event.Chan NOTE Note.Key Note.Vel Note.Dur) ) );exit if (++ note_number) );exit do );exit if );exit for );exit do
  22. More information needed. I have been using copy and pasting in the PRV every day without issues.....
  23. Tried automating some Prochannel EQ parameters here and it works fine. What steps are you performing to automate Prochannel parameters there?
×
×
  • Create New...