Jump to content

Noel Borthwick

Staff
  • Posts

    4,238
  • Joined

  • Last visited

  • Days Won

    46

Everything posted by Noel Borthwick

  1. As I said some people have found it to be useful in specific cases. Maybe certain hardware or drivers work better with it. From a technical point of view I see optimizing for background potentially problematic since it allows the OS to favor other programs. I wouldn't want Windows favoring the web browser or some random process over the current active process. So YMMV. I have never turned this on for any DAW I have had in the last 20 years and have never had an issue.
  2. You have never needed to do this. Its folklore propagated by some misinformed people based on very specific cases.
  3. You don’t need yet another wrapper. What is your audio device? If you send screenshots of the audio playback devices it may be more evident. Cakewalk supports WASAPI natively. Do you have an audio interface or are you using onboard audio?
  4. Then there likely is no major difference for your use. If you run a browser or other activity in the background and stress the system by activity you may notice that with MMCSS on there are fewer interruptions. In simple terms you can think of MMCSS as a layer of extra insurance against dropouts. Its OK to leave on even if you don’t have obvious issues which is why its recommended as the default in Windows audio applications. Windows 10 has improved over earlier OS’s where there are fewer contests for time critical threads but every system is different and has different processes running.
  5. Under ideal conditions no, but background processes such as network activity can also interrupt audio.
  6. There might be a temporary workaround. In the import audio dialog, try setting the import bit depth to 32 and see if that works. If not set it to 64 and retry. Let me know if that works.
  7. @William Burke I know right? It was a long year, hard to believe its over. I looked at your new dump and I can see the problem. Its a bug in our code that is leading to the crash. It happens with multichannel 32 bit wave files > 24 channels which is prob why we didn't catch it earlier. Your file has 32 channels. I'll fix it for next release. Can you please share one of the wave files so I can verify the fix? thanks for reporting it, Noel
  8. Multimedia applications use the "Multimedia Class Scheduler" service (MMCSS) to ensure prioritized access to CPU resources, without denying CPU resources to lower-priority background applications. This is a mechanism to allow realtime applications to have a degree of guaranteed performance even under system load from other background processes. This is on by default in CbB and when enabled all engine threads are marked as prioritized for Pro Audio. We also support custom MMCSS Task profiles. If you want to read more about it here is a thread from the old forum.
  9. @William Burke why are you running a build such an ancient build from Feb 2020? The Cakewalk version is 26.01.0.28 which is not the latest release. Did you attach the wrong dump file by accident? The crash in your dump is not even in Cakewalk but your ASIO driver. [Frames may be missing, no binary loaded for AvidElevenRack_Asio64.dll] Annotated Frame > AvidElevenRack_Asio64.dll!00007ff97ad81f22() Unknown Non-user code. No matching binary found.
  10. Yes unfortunately the current implementation ties future updates to a unique ID for the cakewalk project. So even save as doesnt help. One workaround for now would be to create a new project and copy and paste the data from the original project to that and then save. That should now be treated as a fresh project as far as bandlab is concerned. This won't be an issue when we have the improved integration.
  11. Yes we plan on doing it when we have time. The thing is we don’t want people uploading thousands of duplicate dumps and we’d need to pay for server space to store them or infrastructure to dedupe. We had something like that at Cakewalk in the past and it was quite tedious to manage.
  12. You misunderstood my statement about asio4all. Cakewalk want does NOT require a pro audio interface for rendering accurately. It never has. I was referring asio4all itself having a lot of compatibility issues because off the nature in which it operates. I'll have a better answer about the real source of your problems once we test and reproduce the issue.
  13. Yes we used to have a test project we used several years ago. But I’m more interested in real world feedback of whether there is a perceptible improvement with fewer glitches in this version.
  14. It bears repeating, if you are having crashes and don’t report them with dump files to allow us to analyze them there is a low chance of the issues being fixed because the chances of us guessing are next to zero. If you have an issue that is system specific or intermittent then capture the crash dump and submit it.
  15. This is impossible. Cbb and BA have no connection to prior versions of Cakewalk.
  16. If its crashing once per session I can almost guarantee you that its a plugin related problem. Have you submitted crash dumps so we can verify the cause?
  17. Right the reason DAW’s dont provide it is because its not the traditional use of stems. Stems by definition are in isolation. You basically want the equivalent of a track solo and bounce macro. As far as your audio setup goes we don’t actively test or support ASIO4All. It is not a native ASIO driver and is simply wrapping WDM. I suggest getting a pro audio interface with good ASIO drivers. There are many inexpensive interfaces available such as those from Focusrite.
  18. Hi we’re working on a major revamp to the BandLab integration for a future version that will make this more intuitive and flexible.
  19. >>Therefore, if I may ask, will it be possible to just represent something to differentiate between the individual MIDI clips. Don't want the other MIDI clips to disappear. Just a means to understand the boundaries of each MIDI clip. It will be great for drum programming, or anything that has a "loop" nature. We’ll look into it for the future as well a mode to filter to selected data. CbB’s PRV is already very powerful to filter appropriate data if you show the pane on the right. >>My Cakewalk buffer size is 512 Samples (10.7msec). It does change from that value <Under driver settings> >>Number of Buffers 64 <Under playback and recording> >>Driver Mode = ASIO Number of buffers can’t be 64. For ASIO mode there is always a fixed number of 2. Can you post some screenshots of your audio settings in preferences? We’ll look at your project file. Regarding your export requirements, you basically want a macro to export single tracks but through their destinations. In general automating this gets more complicated since tracks can route through many tracks via aux tracks and correspondingly tracks can be sourced by other tracks as well as sidechains. So its not as simple it may seem on the surface to provide this functionality. I’m curious why this is such a common requirement for your workflow - i.e. to export individual tracks through buses?
  20. Hi @eric chevrier, Is this an 8 physical core 16 virtual core PC? Can you provide some more detail on what you saw before this update? Are there fewer missed buffers at lower latencies? Also try with plugin load balancing off and on. @Blades, @Glenn Stanton do you see any difference in this release?
  21. Which automation problem are you referring to? Can you provide a project file or a step by step recipe?
  22. @AdK Studios thanks for the feedback. Some of the automation issues reported were bugs already fixed in the latest 2021.01 release. ESP the freeze issue. The plugin automation issue with pitch riser is also the identical issue. The bug was that in 2020.11 freeze or bounce could cause envelopes to get orphaned. If you had hovered over the envelope he would have noticed that it showed a tooltip saying “orphaned”. When automation doesn’t render this is the issue 99% of the time. Regarding clip based workflow our piano roll is currently not particularly tailored for that but well consider allowing a mode to show only selected clips. Its not something that most of our users have requested in the past. Regarding automation accuracy, its not clear what your buffer size is. You are running a VST2 plugin and in VST2 automation is only accurate to the buffer size, unlike VST3 which is sample accurate. If you want sample accurate automation you should only use VST3 plugins or run at a very low latency. This could also be something specific with the plugin since I have not encountered this specific issue. If you share a simple project file with a repro we can look into it. This is inaccurate. Its by design that bus effects are not applied and has been this way in every version of Cakewalk going back all the way to 2003. As far as stems go its intentional that source category tracks does NOT include bus automation since this is the typical use of track stems. If you want bus stems you should export with source category buses and make specific buses for the stems that you wish to deliver. Alternatively you can simply solo tracks you want and export with source category set to buses to get the results you want. I do agree that when source category is set to tracks, we need to gray out the bus options. That’s just a UI oversight.
  23. If you are running Waves V12 plugins, please read before installing the 2021.1 Update. There is a bug in a Waves V12 program called WavesLocalServer that locks a component used by Cakewalk and prevents the installer from updating it. If you receive the Code 5 error trying to replace sndfile.dll from our installer, the current workarounds are, either: 1. Reboot your PC before upgrading; or 2. End the WavesLocalServer process from within task manager, and click Try again Waves has been notified of this problem and will address it. NOTE; This issue only affects the installer and doesn’t cause problems with the normal execution of Cakewalk.
×
×
  • Create New...