-
Posts
4,073 -
Joined
-
Last visited
-
Days Won
12
Everything posted by Promidi
-
I am so glad I can hide threads on here.
-
I wouldn’t. Surely, you mean “I would like to see an announcement that Cakewalk by Bandlab will remain free.”
-
I am not having this issue at all with Cakewalk by Bandlab 2023.09 Build 75 (My specs as per my signature) What are your PC specs? (See my sig for the stuff needed) What Sample rate, bit depth and buffer size are you using? What audio interface and driver mode (Native ASIO is preferred) are you using? Does your audio interface come with native drivers? (and not a wrapper like ASIO4ALL) What have you tried so far? Is everything updated. All drivers updated? (use device websites, not Windows updates for this)
-
Use Append Instrument Track instead of Duplicate.
-
I tried the VST3 demo in CbB 2023.09 Build 75, and it worked fine here. I am assuming you have worked out the MIDI routing in Cakewalk. In Blue Cat’s Remote Control 3 I noted the following Under each controller or knob, there are little green and red down arrows. For a given controller or knob, click the RED arrow. Then select “Control Output Settings” Then select “Enable MIDI”. This is not checked by default for any controller, which is why you were not getting any MIDI being sent by the plugin. If you want to do wholesale changes, then click any RED arrow, and then select “All Controls Output Settings” As I did not decide to keep this plugin, I have uninstalled it.
-
When people say “without being connected to the internet”, are they really meaning “without being connected via WIFI“? I am “connected to the internet” 24/7/365 via ethernet and never had an issue with project load speeds (or anything else for that matter)
-
Help - Cakewalk Activation Error after 2023 09 update
Promidi replied to Masami Ono's question in Q&A
Maybe drop a note Cakewalk support here: https://help.cakewalk.com/hc/en-us/requests/new?ticket_form_id=360000025633 Mention your language and locale. I have a hunch that will be relevant. -
Help - Cakewalk Activation Error after 2023 09 update
Promidi replied to Masami Ono's question in Q&A
What is the locale of your windows? -
I loaded that exact same patch here fine. No crashes. Analog V Pro Stand alone and as a VST3 in CbB. Also moved the recorded MIDI to an SIT of Prophet VS - played as well. This is one system configured as per my signature.
-
Cakewalk Not Re-Opening After Closing Project: Could This be the Reason?
Promidi replied to Stephen Power's question in Q&A
Your driver for your audio interface. To “apply the script”, create a file with a bat extension with any text editor (notepad.exe will do) Put the following in there and save. wmic process where name="Cakewalk.exe" call terminate Remember the location, maybe even create a shortcut to it Pressing winkey + R and putting the above therein and hitting OK will also terminate Cakewalk -
Selecting an arrangement section doesn't select all tracks
Promidi replied to Christophe Perus's question in Q&A
Glad you found the solution. I am wondering if it's actually recommended practice that once you have completed working with Melodyne as a region effect, that one does indeed apply the changes. Personally, when I have completed fixing up a track with Melodyne, I would usually do the bounce to apply the changes. Looking at my CPU (in my sig), you'll probably work out why. -
Grove Quantise can do this Select and copy the notes containing the source velocities to the clipboard. Select the destination notes you want to apply the velocities to Go Menu > Grove Quantise . Set Velocity Strength to 100%. (Maybe set Time and Duration to 0%). Click Audition to test the settings (The settings will be temporarily applied) If happy with the results, click OK
-
Selecting an arrangement section doesn't select all tracks
Promidi replied to Christophe Perus's question in Q&A
Selected the track that won’t select. Open that track’s properties with the inspector. Deselect “Arranger Exclude“, in the inspected track properties. See: http://legacy.cakewalk.com/Documentation?product=Cakewalk&language=3&help=Inspectors.6.html -
For the PRV and Staff view, I have set key bindings to set the durations (I use the top row of numbers to set various durations) In the Staff view, I have set the L key to enable lyrics entry. So in answer to your question “Is there a way to use the computer keyboard to select note durations?” is, yes you can.
-
Key Switches vs Individual tracks For Articulations
Promidi replied to SloHand Solo's topic in Instruments & Effects
The only reason I can think of for not using Articulation Maps is if you wish to have multiple articulations playing at that same time. Personally, I prefer using Articulation Maps - just remember to set the Chase modes to “Full” (They are set to “CCs by default” ) -
Cakewalk Not Re-Opening After Closing Project: Could This be the Reason?
Promidi replied to Stephen Power's question in Q&A
Open the project that displays the download error in safe mode (hold shift while opening) to see of you can narrow down the plugin causing this. Start by eliminating ones that you know it could not be. If, after removing the found plugin and Cakewalk is still not re-opening, this looks like a driver issue. This is when I would do a driver check (manufacturer's websites, not Windows update. Note: I have a script that closes the cakewalk.exe process. This script contains the following command. wmic process where name="Cakewalk.exe" call terminate Yes, I could use taskkill but I have found this not to do it sometime.