Jump to content

scook

Members
  • Posts

    9,681
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by scook

  1. if not this drop down check the lens menu
  2. I do not work for BandLab. The MFX plug-ins bundled with BandLab are automatically registered as part of the install process. Some 3rd party providers of MFX plug-ins include a batch file to perform the registration or have an installer and handle registration like BandLab does it. All makers of MFX plug-ins who use batch files or the manual process include instruction how to register the plug-in and/or provide instructions on their website. There really is nothing to fix. This is how DX plug-ins work.
  3. The plug-ins bundled with Platinum have files in several locations. Some are DX plug-ins which are mostly in the "Shared" folders. Some are VST2, the dlls by default are in "C:\Program Files\Cakewalk\Vstplugins" (except for the PC modules) but could be anywhere. That said, there are supporting files for some of the plug-ins which are in folders in C:\ProgramDatta, C:\Program Files, public and user documents folders. Some are VST3, the binaries for these are in "C:\Program Files\Common Files\VST3" but like the VST2 plug-ins, these have supporting files in other locations. Some plug-ins also have data in "Cakewalk Content" Then as mentioned above, some require activation which cannot be performed with a simple copy process. In short, the best way to install the content bundled with Platinum is...install Platinum.
  4. I am guessing "4th spot" means track 4 and "pushed onto the 2nd track is the selection of the instrument" means the output drop down in track 2 is set to the plug-in used in track 4. Notice the icon and I/O settings in track 4 the default instrument track icon, the input is set to All Inputs Omni and the output is routed to the master bus. These are pretty good indications track 4 is an instrument track. My guess is track 2 output is assigned to the same plug-in as track 4 because it is the only valid MIDI output available to the project.
  5. Navigate to the folder using Explorer and open the command window It is really not a requirement to open the command window where the plug-in dll is installed. It just cuts down on the typing needed to issue the command. If the command window is not opened where the plug-in is located either navigate to the path using the DOS cd command or use the full path to the plug-in when issuing the regsvr32 command. Make sure to put quotes around the fully qualified name of the dll if the path contains spaces. The point of the exercise is to provide regsvr32 the exact location of the dll. The regsvr32 program adds an entry in the registry telling programs like CbB the where the DX piug-in is located.
  6. The location of MFX plug-ins does not matter. That said, they should not be installed in the VST plug-in path. Like other DX plug-ins these are not scanned by the VST scanner but must be registered using regsvr32 at install time. Once the plug-ins are installed (usually just a copy process to some location), open a command windows as administrator in the location where the plug-in is installed and type regsvr32 thePluginName.dll
  7. May want to look at Cakewalk Launchpad. The tool makes a usable copy of the currently installed version of CbB. This allows access to multiple versions of CbB. Very handy when situations like this one arise. Make a copy (hotkey K) prior to running the CbB update. Here is a thread about the tool.
  8. There are two that I know of 1) restore from backup or 2) start using Cakewalk Launchpad to make a live backup of the current version of CbB before updating. Hotkey K makes a usable version of the currently installed version of CbB. There is a thread about this tool here.
  9. It is similar. All of the clip properties are found in the Clip tab in the Inspector. Select the clip, open the clip tab in the inspector, make the appropriate changes, copy and repeat paste using Paste Special.
  10. I have no problem with the url in the OP The full document including the last release is on Google - https://docs.google.com/document/d/1aFOe_zJrd3x2EnaZ_Jc3iSbZPG2WANiCD4_RP83OjlA/edit
  11. Weaning off CAL may be a good idea. CAL was deprecated almost 20 years ago. In addition to the new MFX linked above, CbB includes a Velocity MFX with an randomizing feature.
  12. Keep in mind, plug-in delay compensation may be a factor too. If the project has FX plug-ins in it, see if clicking the FX button in the Mix module makes a difference. May also want to read up on the PDC button in the Mix module too.
  13. The delay between pressing a key on a MIDI controller and hearing the audio from the soft synth is due to audio latency. Similar to the latency experienced when input echo is enabled on an audio track (which I believe is the "little sound button").
  14. scook

    Keyboard bindings

    SONAR 8.5 tutorials are a little too old. A complete UI overhaul including setup screens happened with the X series not to mention almost 10 years of updates. A comprehensive X2 series is freely available on Youtube and there are plenty of X series tutorials on the old Cakewalk site (actually these videos are all on their Youtube site). For more check out the Tutorial section of this forum.
  15. Other than fixing the dropped note problem moderate increases in the buffer are not noticeable. Personally, I would start at 500 and increase by 250ms increments until the problem goes away. At large settings project startup may be a little sluggish because the buffer must fill up before the project starts to make sound.
  16. This still holds true (from http://forum.cakewalk.com/FindPost/3286635) Noel wrote
  17. Bypass is bypass whether activated globally, at the rack or effect level. Of course, anything other than a global bypass may not reduce PDC. Try going about this the other way Enable Global Bypass, then Toggle the rack/effect bypass buttons until the latency becomes unacceptable. It may take some experimentation. Some plug-ins have variable PDC. For example, amp sims have various ways to set them up and some of the effects in the plug-in may need more time to process than others.
  18. If you are working with instrument tracks click on the MIDI tab in the Track Inspector (T in the image below) to reveal the arp and the other MIDI controls.
  19. Depends on the plug-in format. MIDI FX racks support MFX plug-ins only which are DX format. A few are included with CbB. There are a couple of sources for free and commercial MFX plug-ins too. All VST2/3 FX plug-ins must go into audio FX racks or the ProChannel. To communicate with VST plug-ins that support MIDI I/O, CbB requires dedicated instrument or MIDI tracks. Here is how the routing works for VST plug-ins. While the name is a little misleading, a drum map may be used to split an incoming MIDI stream and route the data to different targets. The included MIDI Event Filter MFX plug-in may be set up to filter notes, CC and other MIDI data. In short, this is possible using the tools included with CbB.
  20. The old Cakewalk account should still have all the old products. Use Cakewalk Command Center for the products listed in it. Use the installers in your account for older products. Install CbB last.
  21. Lenses were introduced with the SONAR Home Studio based on SONAR 2015. Cakewalk added Lenses to SHS because they dropped screensets from the product and wanted to provide a way to modify the layout. Lenses were added to the rest of the SONAR line after the release of SHS. The user directory layout has been similar for all Cakewalk DAWs for years.
  22. ProgramData contains the master copy of the files used to create/refresh user directories.
  23. %appdata% is a Windows variable that resolves to <Your Windows user account>\AppData\Roaming Typing it in the Windows Explorer path entry field is a lot faster than typing the actual path or navigating though the folders.
  24. I have neither plug-in, that said, every VST plug-in that uses MIDI I/O needs its own track(s) to handle MIDI data. Audio track FX racks handle only audio I/O to the plug-ins. MIDI FX racks are for MFX plug-ins which are DX format.
×
×
  • Create New...