Jump to content

msmcleod

Staff
  • Posts

    6,157
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by msmcleod

  1. I'd recommend raising a support ticket for this - send an email to support@cakewalk.com
  2. The only time I've experienced this is when using a laptop with the onboard Realtek sound device in ASIO mode. Switching to WASAPI mode in Preferences->Audio->Playback & Recording fixed for me.
  3. @JensL - you may want to consider using Sound on Sound with Mute Previous takes. I personally use this method because I don't want the auto-splitting of comp recording:
  4. I didn't misread. In order for speed comping to work, it needs ALL clips to be split at the same points. Cakewalk has no way of knowing if your last take is garbage or not - it may have been a partial take that you wanted to keep. So it splits the other clips so they all have a common split point. If you want rid of the split, just use the heal tool - it takes a couple of seconds:
  5. I find the most common reason for this is that the export bit rate is set to 32 bit on the export dialog, rather than 24 or 16.
  6. All related comping clips are split at the same point for speed comping:
  7. This is what comping mode does. Look at the other recording modes & the options available with them. You don't need to use comping mode just to do loop recording. I quite often use sound on sound mode coupled with mute previous takes.
  8. The CAL script I posted should do it. Copy it into notepad and save it as something like ScaleVelMidC.cal in C:\Cakewalk Content\Cakewalk Core\CAL Scripts Select your MIDI clip and then press CTRL + F1 Choose ScaleVelMidC.cal It prompts for the percentage below middle C. To make it quieter, put in a value like 75 Then it prompts for the percentage for middle C & above - to make it louder, put in something between 115 and 125.
  9. For a one-off I would go about it like this: 1. Select your track 2. Edit->Select->By Filter, and edit the note range for notes below middle C 3. Process->Scale Velocity (pick something like 75 percent) 4. Clear the selection & select your track again 5. Edit->Select->By Filter, and edit the note range for notes above middle C 6. Process->Scale Velocity (pick something like 115 percent) However, if I was going to do this a lot I'd probably knock together a CAL script based on C:\Cakewalk Content\Cakewalk Core\CAL Scripts\Scale Velocity.cal: (do (include "need20.cal") ; Require version 2.0 or higher of CAL (int percentL 100) (int percentH 100) (getInt percentL "Below Middle C Percentage?" 1 1000) (getInt percentH "Above Middle C Percentage?" 1 1000) (forEachEvent (if (== Event.Kind NOTE) (do (if (>= Note.Key 60) (do (*= Note.Vel percentH) (/= Note.Vel 100) ) ) (if (< Note.Key 60) (do (*= Note.Vel percentL) (/= Note.Vel 100) ) ) ) ) ) )
  10. To get this to work automatically when committing or exporting audio, you need to make sure "Split Notes" is enabled in Preferences: The reason this isn't automatically applied, is so users can manually adjust the crop position of each clip if required.
  11. When I was 1 or 2 years old I knocked my dad's Gretsch Double Anniversary down the stairs... snapped the top of the neck off. He got a local repair guy to carve a new half of the neck and fix it. I don't think he's ever forgotten that (or fully forgiven me!), but he has said the tone is surprisingly better than it was.
  12. Sorry for the delay it getting back to you - just tried to update the firmware on my Graphite 49... it refuses to update to 2.5, but takes the V1.42 update with no issues. So no change to the graphite's behaviour. It's a real shame as the feature set is great and the key action feels fantastic, just a pity no two notes play with anything like the same velocity.
  13. Java has libraries for dealing with SF2 - not sure about SFZ. What I do know is SF2 is a minefield for even an experienced programmer... but the Java libraries certainly make it easier to deal with.
  14. I've not got mine set up right now, but is "Select Highlights Track" enabled in the MackeControl control panel?
  15. My style dials disappeared after compressing my hard drive. IIRC the directory that needs to be uncompressed is C:\Cakewalk Content\Cakewalk Core\Style Dial FX
  16. @winkpain - what are you seeing when you click rename? Is it that the name edit box isn't appearing, or is it that the name itself isn't being applied? If it's the latter, then it might be because you've not hit enter to apply the name - clicking away from the edit is seen as a cancel operation in the arranger rename.
  17. There's no real difference - it's really just down to what suits your workflow, or what is more appropriate for your signal flow. For example, I'll quite often use the track effects bin for effects that pertain to sound design, leaving the the pro channel for mix duties.
  18. @Leandro - thanks for the video. We can reproduce the issue and will look into it.
  19. @Leandro - can you PM me a copy of your project so we can check it out?
  20. Are you sure your tracks are actually being sent to the "Main Vocals" bus and not the Master bus directly?
  21. Again, not my genre but I think the mix is good. While I would expect more low end in this genre, the bass in this mix is still clear and well defined - it's certainly not lacking.
  22. Did you bounce to clip(s) after stretching?
  23. Actually my old Yamaha DS2416 cards are like that. It sends 32 bit data to the DAW... but the A/D converters are only 20 bit resolution.
  24. Not that I know of... and in fact many interfaces only really sample at 20 bit due to the limitations of A/D conversion. 24 bit gives you a massive dynamic range for recording. I cannot think of any reason why anyone would need higher. BTW - the sampling bit width shouldn't be confused with the bit width used in when storing wav files or processing (e.g. 32 bit vs 64 bit). A larger processing bit width is used during processing to reduce rounding/truncation errors.
×
×
  • Create New...