-
Posts
5,320 -
Joined
-
Last visited
-
Days Won
90
Everything posted by Noel Borthwick
-
You may want to contact the plugin vendor to fix their issue as well.
-
Existing user - Cakewalk Activation Failing
Noel Borthwick replied to JohnK's topic in Cakewalk by BandLab
This error is because you are running Win 7 which is an out of date and unsupported OS and you are missing updates to TLS protocols. Read this thread for a solution. I meant "Browse BandLab Projects" sorry. Its also referred to as the bandlab library view. -
@jsg follow the instructions here on capturing a hang dump and send it to me. We should be able to see what is hanging from there.
-
Latest few Cakewalk Updates
Noel Borthwick replied to steve@baselines.com's topic in Cakewalk by BandLab
We can't possibly solve crashes with every known plugin. They have to be addressed by their respective vendors. "Normally reliable" doesn't necessarily mean that they will not crash if they have bugs that are latent. That said, what specific problems are you seeing. The only way for us to investigate is if you actually submit crash dumps to us. Follow the instructions to capture a crash dump. A white screen is a hang and you can also capture a dump for those. See this article for more info. -
You may as well install Platinum since you own it. There are several bundled plugins that will be useful to you. You can skip installing content that you dont need. The basic installation won't occupy any significant disk space.
-
@Hillmy Thanks for the dump file - I investigated it. It happens because the plugin doesn't complete its processing while you are changing presets and because cakewalk waits for it to finish processing it hangs. Its actually faulty multithreading on the plugin's part. However the actual hang happens due to some thread safety changes we made for 06. I am fortunately able to work around the problem and have implemented a fix. You should be able to prevent the issue for now by changing presets only when the engine is off. (turn off the engine button on the transport when not playing)
-
Existing user - Cakewalk Activation Failing
Noel Borthwick replied to JohnK's topic in Cakewalk by BandLab
Yes just make sure that your are able to successfully log in from Cakewalk and from then onward no user intervention is typically required. You can verify it's working by doing a check for updates from the help menu and opening the BandLab library view from the file menu. -
Existing user - Cakewalk Activation Failing
Noel Borthwick replied to JohnK's topic in Cakewalk by BandLab
Its an installer not a program you need to keep around. Cakewalk doesnt get deactivated on its on unless the lease expired. Since the old build you had we implemented auto activation so you will be unlikely to run into that again as long as you can log in. It likely activated itself because something was preventing web access and now that its successful it self activated. BandLab assistant will likely not be used going forward so its in your best interest to log in through Cakewalk itself since updates and activation are seamless. This was explained in the release notes for the 2021.01 update. -
Existing user - Cakewalk Activation Failing
Noel Borthwick replied to JohnK's topic in Cakewalk by BandLab
Unless your in app install isn't working for some reason. -
Existing user - Cakewalk Activation Failing
Noel Borthwick replied to JohnK's topic in Cakewalk by BandLab
Which cakewalk version are you currently running? There is also an alternate installer that you can use now. This should allow you to install the latest version of Cakewalk. For the login problem see the thread linked above. Also keep in mind that we're not actively supporting Windows 7 anymore -
I don't think this would be anything related to 053. Why do you think these issues are related? The symptoms look like a microsoft redistributables issue rather than an app issue. Nothing in the plugin handling of relevance has changed that would affect Waves in any way.
-
Its the amount of virtual memory in the page file compared to the max size of the page file. You can see the same numbers in task manager. If you exceed the page file size then things will start to fail in Windows potentially.
-
The waveform is a preview to tell you the levels of the input signal coming in - its not the actual data in the recorded wave file. So if something failed while writing the file there could still be an issue. The fact that it goes away after recording possibly means that something failed at the end of the recording when it writes the wave file. Thats why I'm curious if the file is actually present on disk. It would be good to try and get to the bottom of why it happens if nothing a better error message may help find the cause.
-
A patch point input is no different from any other stereo hardware input. It has 2 channels. When you use it you can choose the left right or both channels. Sends are OUTPUTS. Cakewalk doesn't support outputting to a specific channels in virtual outputs today. If you need to send to the left channel of a patch point just use send pan to hard pan it left.
-
-
Automatic Switching of ASIO Buffer Size Possible?
Noel Borthwick replied to Rickddd's topic in Cakewalk by BandLab
This is not a Cakewalk specific issue. Many drivers can only have the buffer size set through their control panel. Yours is likely the same because our slider is grayed out, so even if we implemented saving and restoring the value it may not work. -
Article on how to bypass tpm check. https://www.mpnrc.org/windows-11-tpm-2-0-error-fix-bypass-method/
-
@Hillmy upload the file to any file sharing service like google drive, onedrive or dropbox and send the link
-
Automatic Switching of ASIO Buffer Size Possible?
Noel Borthwick replied to Rickddd's topic in Cakewalk by BandLab
It is possible to set the ASIO buffer size for some audio interfaces. Typically you will see the latency slider in preferences for those cases. However we don't allow setting the buffer size automatically today. You can log a feature request to have a latency presets picker. -
Which version of Cakewalk are you running and what plugins do you have in your project. The OP had cases where no clip showed up after recording - is that what you are seeing? That can happen if something interfered with the recorded file being written. There were actually cases of plugins doing destructive things like this that I found, believe it or not. Positive Grid was one such example. When it happens look in the audio folder for the project and check the latest timestamp of the wave files to find the newest file. Then drag it into your project and check if the recording is intact. If not something prevented the file being written.
-
Cakewalk by BandLab + Vienna Ensemble Pro
Noel Borthwick replied to Czeslaw's topic in Cakewalk by BandLab
I figured it out. The plugin is posting spacebar messages to the main application window. Cakewalk currently doesn't accept random processes sending keyboard messages to the app window so it throws such messages away. Lets say ahem that this is pretty unorthodox behavior for a plugin to do and I've literally never seen any other plugin do this. My guess is the developers tried it in a couple of DAW's and it happened to work so they started doing it. This is exactly the kind of thing I'm referring to when I say you cannot infer anything by looking at how a plugin works in one DAW. Most plugins send keystrokes to the PLUGIN window not the host window. If VEP had done that it would have worked properly. I have made a couple of changes to listen to keystrokes at the app level, and now the play button and spacebar work in VEP. However we'll have to test it and make sure there aren't any unwanted side effects to this. -
Cakewalk by BandLab + Vienna Ensemble Pro
Noel Borthwick replied to Czeslaw's topic in Cakewalk by BandLab
So I tried this out with VEPro and I can see that you cant start the Cakewalk transport from within VEP. However it also does not work in the 26.04.0.151 release. So this is NOT a regression. I'm not sure why it seems to work for you. I'm using an older build of VEPro 7.0 demo server so maybe we aren't running the same version. In fact even pressing the transport in the server doesn't start playback in CbB so this is not related to the spacebar. I'll see if I can find out what the plugin is relying on to start the transport in the host. In any case this doesnt seem to be a bug but some missing communication. -
Type 1 MIDI files are multi track files. Type 0 are single track. To convert you will have to split channels to tracks. This can be done using a CAL script. See C:\Cakewalk Content\Cakewalk Core\CAL Scripts\Split Channel to Tracks.cal I've attached the file below if you cant find it. Split Channel to Tracks.cal
-
Cakewalk by BandLab + Vienna Ensemble Pro
Noel Borthwick replied to Czeslaw's topic in Cakewalk by BandLab
@Vyacheslav Thanks for the video. So let me verify whether I understand what you are doing: You open a plugin window from within the VEPro window When that plugin window has the focus you press space bar and the spacebar does not start the transport in CbB Is this correct? In your video you have not enabled the "give all keystrokes to plugin" button in the main VEP plugin window. Does it make a difference if that button is enabled? Also to clarify - the video you posted is with it working properly correct? BTW we had a case for this already logged. Unfortunately it did not get investigated in this release. I will escalate it and we'll address it since it appears to be a regression. -
Cakewalk by BandLab + Vienna Ensemble Pro
Noel Borthwick replied to Czeslaw's topic in Cakewalk by BandLab
I’m having trouble understanding the exact problem since there seem to be conflicting reports. Are you trying to start playback from within the VEP window and is this the plugin version or the standalone version runnng on a different PC? i.e when it says “start and stop your playback from within Vienna Ensemble PRO” are you referring to an instance running within Cakewalk or external to Cakewalk. It may be helpful if you post a video so we can see what you are doing. We normally intercept the spacebar and it should start the transport. PS: binary thinking like it works in x/y/z but not cakewalk is not useful for diagnosing problems so lets focus on trying to find out what is happening. The problem could be in Cakewalk or could be in the plugin until we find out what the issue actually is.