Jump to content

Promidi

Members
  • Posts

    3,014
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Promidi

  1. Just confirming that you've checked the Windows system Event viewer and used CrystalDisk to check the smart info I am still thinking hard drive. Rule that out first. Maybe uninstall and reinstall your audio interface drivers - maybe a Windows Update borked it.
  2. What antivirus program do you have? If you have one (which you should if your PC is on the internet), can you try temporarily disabling your antivirus program for for the purpose of testing Cakewalk. Of course, enable your antivirus program after you have completed your test. Note: I have never encountered this issue with Cakewalk by Bandlab (latest build) and Sforzando 1.9.2.7. As a test, I loaded up Cakewalk by Bandlab with Garritan Personal Orchestra Piano in an instance of Sforzando. I played this instrument and I did not experience any issue, such as closing. After this test, I noticed that has been an update for Sforzando bringing it to version 1.9.5.8. It now includes a VST3 version. Maybe you might like to try that. The latest Sforzando can be downloaded from here: https://www.plogue.com/downloads.html#sforzando
  3. Promidi

    some Help needed.

    Not really a lot to go on here. Can you provide more information - audio interface, MIDI controller, Windows version, etc First thing you might want to try is go to the website of the manufacturer of your audio interface and MIDI controller and download the latest drivers and reinstall them. You have not stated what you have already tried, so the first thing I would suggest is a shut down (not sleep, actually power down) and restart your PC.
  4. Have you considered ditching all 32bit plugins and just sticking to 64bit plugins from now on?
  5. In the Nvidia Control Panel | Manage 3D settings, set "Power Management Mode" to prefer Maximum Performance.
  6. From some of what you describe, it looks like a hard drive may be on its way out. Can you check the Windows system Event viewer for any disk errors. Or you could use CrystalDisk info to check the smart info....
  7. The thing I like about Screensets is that they can be assigned to key bindings. Lenses cannot. You can also transfer Screensets from one project to another..
  8. Disable every power saving feature you can find. What graphics card do you have? Have you turned off core parking (or the AMD equivalent). In your Power Options, is your Minimum Processor Sate and Maximum Processor Sate both set to 100%
  9. O&O_Diskimage to create a biweekly image of the windows drive Novabackup to do a nightly backup of files Both automated to external drive
  10. If you have an Nvidia card, in the Nvidia Control Panel | Manage 3D settings, set "Power Management Mode" to "Prefer Maximum Performance"
  11. What I do is when I configure and save a lense, I use Lense Manager to deselect Windows layout for that lense. That way, Windows layouts are solely handled by Screensets. Because I do this, changing Lenses has no effect on Windows layouts.
  12. This is a CAL script that I wrote that should do the task. After selecting all the notes, run the script. It asks the nth number of notes to select - in your case , you enter 2 Every nth note will remain selected. (do (int note_number 1) (int even 0) (int nth 2) (getInt nth "Please enter nth note" 2 50) (forEachEvent (if (== Event.Kind NOTE) (do (= even (% note_number nth)) (if (== even 1) (do );exit do (do (delete) (insert Event.Time Event.Chan NOTE Note.Key Note.Vel Note.Dur) ) );exit if (++ note_number) );exit do );exit if );exit for );exit do
  13. Which version and build number of Cakewalk do you have. Are you using ASIO driver mode? The following is assuming the latest Cakewalk by Bandlab What you might want to try is, with Cakewalk closed, rename your AUD.INI file and then restart Cakewalk. This will rebuild the AUD.INI file. The AUD.INI file is located in the following folder: %APPDATA%\cakewalk\Cakewalk Core
  14. Well, not route it to the audio track, but to the Amp sim itself. Assuming you have enabled MIDI in on the Amp sim VST itself, when you click on the "Output" of the MIDI track, "Neural DSP Archetype Nolly" should appear on the drop down list of destinations the MIDI track can be sent to. Simply select "Neural DSP Archetype Nolly". Then you select the old fcb1010 as the input of that MIDI track and enable Echo on on that MIDI track. Now the FCB MIDI data will be routed to the Neural DSP Archetype Nolly via that MIDI track.
  15. To be honest.... I don't really import two mono tracks. I simply record stereo tracks using two inputs of the Focusrite 2i2 If you wanted to duplicate a track (to EQ it) and then mix it back to the original, you could send the original track to an AUX track. EQ that AUX track, Then send both it, and the original track to a bus.
  16. You really need to tell us which Amp Simulator plug-in you're using. Does you Amp Simulator plug-in allow MIDI in to be enabled? If so, then enable MIDI in on the Amp Simulator plug-in. Then create a MIDI track and route its output to the Amp Simulator plug-in
  17. That depends what you mean by "additional adjustment". Once the tracks have been bounced to a stereo track it's set in stone What you could do is not bounce at all. You could route the two mono tracks to a bus. Alternatively, you can route the two mono tracks to another track via patch points. The destination track would then be an Aux track. If you want to do separate processing of the left and right channels independently of each other, you would have to do that to the mono tracks. If you want to do further processing on the tracks as a pair, you can do that either to the bus or the aux track.
  18. Assuming track 1 contains the desired left channel and track 2 contains the desired right channel Pan track 1 to the left Pan Track 2 to the Right Select track 1 and 2 only Perform Bounce to track (Under Tracks menu) On the Bounce to track dialogue box select the following: Destination - where you want to stereo track to be placed. Source Category - either Hardware Outputs or entire mix or Buses (if you select bus, make sure you select the correct bus) Channel Format - Stereo As a test I tried this recipe and it worked here.
  19. Promidi

    Paste Special

    Works fine here. How, exactly, are you attempting to invoke Paste Special?
  20. They way I do it is left drag a clip to a new location while depressing CTRL. This creates a duplicate of the clip at the new location. If you want to restrain the horizontal or vertical position, depress SHIFT as well.
  21. I was able to do it on my system. Albeit I used Sampletank 4 with two parts , one being keys on MIDI Channel 1 and and another , strings on MIDI Channel 2 I created 2 MIDI tracks, both routed to Sampletank 4. I set MIDI track 1 to Channel 1 and track 2 to channel 2 and I was able to control the tracks in Sampletank 4 independently. I set the input of the MIDI tracks to Omni - therefore it did not matter what channel the MIDI controller was set to. Whatever channel a respective MIDI tracks is set to determines the track that is played by Sampletank 4 Even though I did this with Sampletank 4, I am sure Kontact would be the same principle. What version of Cakewalk are you using?
  22. Check the inspector (press i on your computer keyboard) for the MIDI tracks playing Kontakt . Set the MIDI channel of the track controlling the keys to channel 1 and the MIDI channel of the track controlling the strings to channel 2
  23. Define "a problem". We need more information.
  24. What I do is have a separate MIDI track for each soft synth. Even though the MIDI channel generally won't matter, I usually stick to channel one - unless the synth is a multitimbral synth.
×
×
  • Create New...