-
Posts
4,195 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Promidi
-
In cakewalk , using MSuper looper with multiple output / input
Promidi replied to Riccoboni's topic in Cakewalk by BandLab
Ah, is that why Eventide’s Black Hole Emmersive does not present its multiple surround outputs when loaded as an effect in Cakewalk or Sonar. -
ASIO does that. ASIO bypasses a lot of the Windows audio subsytem - including any components responsible for “Windows Audio Enhancements”. So, if you are using ASIO in any DAW, lot of the Windows audio subsytem is bypassed. Think of ASIO as a batphone to your audio interface....
-
Help! Some projects take a long time to close.
Promidi replied to Scott Mallard's topic in Cakewalk Sonar
Could "taskkill /im Cakewalk.exe /F" save a reboot? (or replace "Cakewalk.exe" for whatever exe has hung) -
@Marco MarujoHow many ticks are MIDI events shifting in the resultant MIDI files. Also does this value vary between saving as type 0 and type 1 MIDI files?
-
Select specific track from midi controler
Promidi replied to Riccoboni's topic in Cakewalk by BandLab
The reason for the SHIFT, in this context, is to tell the Key Binding mechanism that the note you are sending is intended to perform the keybinding function, rather than the MIDI mote being treated as a note in Cakewalk. For instance, if you set CC119 as the SHIFT, your MIDI controller has to send CC119 > 127, then the note, then CC119 > 0 (all in a single data set). This is how I have set some buttons on my PCR-800 to operate the transport buttons in Cakewalk (Play, stop record , rewind). -
Select specific track from midi controler
Promidi replied to Riccoboni's topic in Cakewalk by BandLab
Thinking outside the square, and depending on your MIDI controller programmability, yes Is it possible to select specific track from MIDI controller. Though this depends on how programmable your MIDI controller and what you can program the buttons to actually send. Your MIDI Controller buttons needs to be able to be programmed to send custom MIDI Events. I do this with a Edirol PCR-800 for play /stop and record and it works fine. Create a CAL script to select a specific track and save it in the folder specified in Preferences - File - Folder Locations. Will need multiple CAL scripts , one for each track you want to select. Something like this: (do (TrackSelect 1 x) ) Where x is the track number you want to select minus 1. So to make a script for track 1, x = 0 Then in Preferences - Customisation - Keyboard Shortcuts (Advanced) create a mapping from a MIDI note to that script. Remember to set a Controller number to define the “MIDI Shift”. I use CC119 Using CC119 (or 77 in Hex) for MIDI shift send the following sequence of MIDI events: B0 77 7F 90 03 DT B0 77 00 Breaking this up. B0 77 7F is pressing the MIDI shift. 90 03 DT is the note on/off message. (03 being the note number. DT being the button state from 0 to 127)) B0 77 00 is lifting the MIDI shift. -
And I am now able to log on the Spitfire website......
-
Glad it's not just me..... looks like Spitfire are going to be busy.... Damn annoying though..... I just tried a Spitfire product in Cakewalk - at least those still work....
-
Anyone else having issue logging on to their Spitfire account? I can't even do a password reset. I get the dreaded red text "There was a problem while submitting your request." Yes, I have flicked an support ticket to Spitfire.
-
Which soft synth? What happens if you create a second MIDI track, enable its input echo, specifically set the Icon P1-M controller as its input, and then route that MIDI track that soft synth? Is input echo on? Have you used a MIDI monitor (like ShowMIDI 0.9.0 https://github.com/gbevin/ShowMIDI/releases) VSTi to make sure that CC64 > 127 is actually being sent when you depress the pedal?
-
Please list every plugin effect and synth (and presets) used in this project. Without this info, it might as well be cosmic rays.
-
Do you happen to have a link to a change log? (saves me a google search)
-
Remote control via MIDI Events exists in CbB. Sadly there is no way to view a list of what is mapped to what once those mappings have been created. Would make a great feature request (which I have already made).
-
I am waiting for UVI Digital Synsations vol. 2 free with any purchase anywhere.....
-
MIDI organisation in Sonar (Instrument Track)
Promidi replied to Astraios's topic in Instruments & Effects
This ^^ -
Yes, but does it need Kontakt Full.....
-
Which I have already given. You have to cut off the songs after these events.
-
One other thing to note is that, at this time, the New Download Manager does not remember the deselected AAX setting in “Audio Plugin installation type” I close, then open the Download Manager. The AAX setting in “Audio Plugin installation type” is reselected. I have also posted this to the Melda forum at KVR.
-
Also, if you have a custom location for your VST2 plugins, make sure you configure that location in settings. Even if you previously had a default VST2 plugin location set, before installing MPluginmanager, you still need to specifically set this. Your custom VST2 plugin location, if set, is not automatically picked up.
-
-
I just opened a bundle file and it unpacked to the folder as defined in “Project Files” field in Preferences - File - Folder Locations. Must be something funky going on with your PC. Maybe contact support. https://help.cakewalk.com/hc/en-us/requests/new?ticket_form_id=360000025633
-
Not really as the entries are specific to my system. The individual entries make use of “regedit” with the "/e" command-line option. So for instance, if I want to back up my Cakewalk by Bandlab Control Bar, I add the following entry in my batch file. regedit /e "D:\CbB Backup\CbB Control Bar.reg" "HKEY_CURRENT_USER\Software\Cakewalk Music Software\Cakewalk\Core\MCBControlBar"
-
Just tried it here. Select all track folders you want to delete. Right click one. Select “Delete {x} Track Folders”. Click ok..... Track Folders should be deleted.