-
Posts
5,320 -
Joined
-
Last visited
-
Days Won
90
Everything posted by Noel Borthwick
-
CWBBL and EastWest Sounds PLAY issues ...
Noel Borthwick replied to Zoltan G. Zeisky's topic in Cakewalk by BandLab
Also @Zoltan G. Zeisky have you tried installing and testing with the latest hotfix that came out last night? Let me know if it still crashes there. -
CWBBL and EastWest Sounds PLAY issues ...
Noel Borthwick replied to Zoltan G. Zeisky's topic in Cakewalk by BandLab
@Zoltan G. Zeisky the dump file is for us to diagnose. You won't be able to analyze it on your end. Dumps from task manager are not minidumps but are full memory dumps so if you have lots of RAM it can be large. If you zip the file it will get a lot smaller. Then upload it to any file sharing service like google drive or dropbox and PM me a link. -
SONAR STRANGE BEHAVIOUR-FREEZES
Noel Borthwick replied to Marcos Kleine's topic in Cakewalk by BandLab
@Marcos Kleine can you zip the file and upload it to dropbox or any other share you use and PM me the link please. -
SONAR STRANGE BEHAVIOUR-FREEZES
Noel Borthwick replied to Marcos Kleine's topic in Cakewalk by BandLab
@Marcos KleineCould you please capture a dump from task manager while it appears hung and send it to me? That may show what is causing it. There is info here about how to capture a dump. -
2019.09 Hotfix is now available.
-
It may be project specific. See if it also happens in SONAR fwiw. In any case well fix it for the next release.
-
Thanks for reporting it. The feature actually works but it looks like there is an old bug (also in Platinum) where if the clip start is scrolled out of view the left click wont go to the clip beginning. We'll look into fixing it for the next CbB release.
-
There is more documentation on Freeze here.
-
Its been there since 2016 ? Select the tracks you want to freeze and then hold down CTRL and press the freeze icon.
-
Thanks for the extra information. When Cakewalk starts up it goes through a small validation process for all drivers on the system to build the list of available devices. As part of this process it sets the sample rate of each driver to the SAME sample rate that the driver reports to us. i.e. one of the profiling steps is: ASIOGetSampleRate ASIOSetSampleRate (same value) The only way I can see this process setting the sample rate of the driver to something else is: 1. You have another driver that references the same PreSonus ASIO device that is internally reporting 96K and setting the presonus indirectly to 96K. Do you have the Steinberg generic audio driver or something else like that installed? If so that could be the cause. 2. The presonus driver itself is reporting its sample rate as 96K to Cakewalk even though its not set to 96K. That would cause us to call ASIOSetSampleRate to 96K. I would consider this to be a bug in the presonus driver. I don't have this device to test so I can only speculate to the cause. We can contact presonus if you are unable to get any information from their support on this matter.
-
[Solved] I guess the next step....
Noel Borthwick replied to Byron Dickens's topic in Cakewalk by BandLab
There is an API for the XBox controller so someone could write a control surface extension to allow it to control Cakewalk. -
It is. very soon.
-
@Gswitz in your one track test with lots of plugins you will see much higher CPU loading and thereby faster speed if you turn on plug-in load balancing. That is our patented load balancing designed to handle cases with tracks containing many plugins by parallelizing the load on the track. However even that gives me about a 3X boost but not full CPU loading. There are several complex factors involved in balancing loads when bouncing including plugins throttling as well as disk load bottlenecks. I spent a lot of time experimenting with optimizations in this area some months ago and got some benefits. However I ran into plug-in compatibility issues so decided to shelve it. The engine is designed more for streaming real time audio rather than processing offline audio so there are some bottlenecks that are imposed because of that. There is definitely still room for improvement.
-
[Solved] I guess the next step....
Noel Borthwick replied to Byron Dickens's topic in Cakewalk by BandLab
Like others mentioned, if all you need is starting and stopping the transport or recording a simple wireless keyboard is all you need. I use this all the time from about 15 feet away across the room to start and stop recording. In fact many keyboards have dedicated multimedia media controls on them and CbB will respond to them as well. Here is one example of a keyboard with media controls. -
Waveform preview on buses doesn't work properly
Noel Borthwick replied to jono grant's topic in Cakewalk by BandLab
Fixed it. Its related to hidden buses. The hidden preview bus was confusing the waveform drawing. -
Waveform preview on buses doesn't work properly
Noel Borthwick replied to jono grant's topic in Cakewalk by BandLab
Can you upload a small project file with the issue? -
Waveform preview on buses doesn't work properly
Noel Borthwick replied to jono grant's topic in Cakewalk by BandLab
Have you been following the release notes? There is a Click behavior option to "Set time during playback" that allows you choose whether clicks in the clips view sets time or not. Clicking on clips always set the time - that's not new behavior. If you prefer to click exclusively in the time ruler then turn off that option. I'm not seeing your problem with bus preview. There were several fixes to bus preview in this release. Can you be more specific about the conditions under which it doesnt work? If I start playback I see bus preview drawing fine without clicking anywhere. -
Drag clip with it's automation???
Noel Borthwick replied to jono grant's topic in Cakewalk by BandLab
Yes we can repro the issue where ghosted data prevents it being moved. This is not new. One one hand it could be argued that invisible data shouldn't move. However it seems to negate the select envelopes with clips option so it can be unexpected. We'll consider changing it. -
Drag clip with it's automation???
Noel Borthwick replied to jono grant's topic in Cakewalk by BandLab
Oddly enough we were just looking at this and fixed a different bug that could lead to this same issue. (Preexisting issue not in 09) We'll also look at the ghosting issue thanks. -
The driver has disconnected from the system or you have a faulty USB connection causing it. This is not caused by the DAW.
-
Crash when changing plugin layout and other bug
Noel Borthwick replied to Esteban Villanova's topic in Cakewalk by BandLab
If you can reproduce the crash please send the dump file. Regarding the fx chain, try dragging it to the track fx bin and then splitting it into it's components. It may reveal which plugin is going silent. -
@Helene Kolpakova thanks for posting your use cases. This change was made to align the behavior with the way most modern DAW's work as well as to cater better to the "always playing" workflow. As you have already noticed most other DAW's do not stop in response to transport actions (other than stop itself). Prior to this change, there was no way to jump to the loop start dynamically without stopping playback, which IMO is a major omission. This can be important while mixing where you want to repeatedly audition a segment without stopping playback. Or even when playing or practicing a part before recording. Also the behavior was very inconsistent since some operations like "W" would stop playback but yet others like go to previous measure would not stop. Its inconsistencies like this that make the application not intuitive to new users, so sometimes we need to make hard decisions to change behaviors even though it may impact some users. In the future we plan on adding more accessible transport control operations as well so unifying the behavior was a first step in this direction. However I acknowledge the opposing workflow requirement to "seek with stop" in order to make an edit and then proceed post edit. So to accommodate this but in a more consistent way, we're considering adding a new preference. "Transport Seeking Stops Playback". When this is enabled any seek operation to change the transport position while playing (or hotkeys like W) will first stop playback before seeking to that position. I believe this should address your two cases "Case1: Often, I need to Stop at a particular moment that I want to edit." and "Case2: Equally often, I need to Stop to get back to the beginning, because the part I need to edit is around where I started" We will default to the new behavior but you will be able to turn on the stop behavior through the TV options menu. Sound OK?
-
Ez drummer 2 not following host when recording audio
Noel Borthwick replied to ron murphy's topic in Instruments & Effects
Hi guys, I've fixed this now. It will be in a hotfix soon. There were some massive changes to time management this release and I missed the count in case when reporting time to plugins. It's not exactly related to starting playback. It's just the time reporting itself that was not accounting for the count in.