Jump to content

msmcleod

Staff
  • Posts

    6,898
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by msmcleod

  1. Things to try: 1. Turn off the splash screen in Melodyne 2. Make sure you've got a default algorithm set You may want to run it as standalone first to do this.
  2. Have you enabled "Select Events with Sections" ?
  3. There's threads on the Microsoft forum regarding high latency with Wdf01000.sys: https://answers.microsoft.com/en-us/windows/forum/all/wdf01000sys-latency-windows-10/41a8fbac-3c87-4b45-965d-9d6607f91ad9 ... and a bunch more on pretty much all of the DAW forums. While none of the suggestions completely cured it, the main thing seems to be: 1. Make sure your power scheme is set to high performance - i.e. both min/max CPU should be 100% 2. Turn off USB & HDD power saving/idling Also depending on how the internal hardware is set up, you may want to disable network and any other audio devices in case they're sharing resources with the USB port your main audio interface is plugged into. The best thing to do is google wdf01000.sys latency and read all of the posts - hopefully one of the suggestions might fix your issue.
  4. The comp/looping enhancements in EA 2022.06 only affect audio recording at the moment. We did look at MIDI recording, but there were complications there so we've postponed that for a later release. The main issue is the automatic cropping of MIDI clips, and creation of new clips when gaps exist in the performance. This then causes extra splits at those points when recording stops. This behaviour is baked in at a pretty low level, so it's tricky to overcome. It is on our list of things to sort out though.
  5. FWIW I've never managed to get any Antares VST3's working properly in Cakewalk. Using the VST2 instead is my workaround.
  6. Either ASIOLink or WASAPI Exclusive will allow you to use all devices. However, unless you have their wordclock's sync'd you may find they record/playback out of sync.
  7. Your could try deleting ctrlsurface.dat from %APPDATA%\Cakewalk\Cakewalk Core\ while Cakewalk isn't running, and restart Cakewalk.
  8. Either: - Save your workspace as a custom workspace; or - Set your workspace to "none"
  9. If you click on "Insert Audio FX..." another menu will appear listing all your FX. FYI - the "..." at the end is used an indication that you need to select it before proceeding.
  10. Track Templates are probably the easiest way to go, but if you just want a particular combination of effects to add to an existing track, you can save it as an FX Chain preset. To do this: 1. Right click on the FX Chain and choose "Save FX Rack as FX Chain Preset". This will then become available at the bottom of the Plugin Browser under the "FX Chain" section. 2. To reuse it, just drag this preset from the Plugin Browser into the FX bin of your track. You can right click->"Extract FX Chain Plugins" on the FX chain after dragging to unpack them all again if you wish.
  11. It looks like the engine gets re-initialized after pausing. I've found a workaround that might work for you: 1. Remove the MCI command 2. Set a loop point of one beat length in the silence before the main music starts and enable looping 3. Start playback. You should now be able to play your piano part while it's busy looping over silence When you're ready to continue playback, just press the "L" key to turn off looping and the song will continue without interruption. I tried this with an organ patch just to ensure it wasn't being interrupted and it worked for me.
  12. The interruption is likely caused by the transport pre-roll. I think the trick is to add a pause event just before your music starts, starting playback before your start playing your rubato intro, and continuing when you want the rest to start playing. This is how I would do this: 1. Move the whole of your song within Cakewalk by a whole measure. 2. Insert an MCI Pause command just before the new start time of your song, so it's still within in the silent measure but before everything else starts. Depending on your ASIO buffer size, you may need to leave a small gap before the start time (e.g. an 8th or 16th note or so). When you play: 1. Start playback first - it will play a blank measure then pause at the MCI pause command. The key thing here is, that pre-roll has already been performed. 2. Play your rebato intro 3. Press play again as normal to continue playback
  13. The VS700 has it's own control surface DLL. It has nothing to do with the Mackie Control surface. And yes, it still requires the Windows 10 hack to work with Windows 10. This is not something the Cakewalk team can deal with - it's the underlying Windows drivers written by Roland that are not aware of Windows 10, thus requiring the hack.
  14. There are two versions of the Mackie Control Universal: the original MCU, and the MCU Pro. The original MCU and versions 3.x of the MCU Pro use P&G faders and the MCU Pro v4.x use Alps Faders. The P&G faders are optical faders based on a string/pully system - actually pretty similar to how a fishing rod works. These units automatically calibrate faders when you switch the MCU on. There are two reasons why calibration can fail: 1. Damaged or dirty fader 2. Worn out PWM controller IC's. If the fader is stiff, or doesn't move properly at all when manually moved then its likely damaged. If it occasionally fails, it could indicate a worn out PWM chip, but could also be just the fader wearing out or needing a clean. I've personally experienced both issues. Trying to repair these faders yourself is a waste of time IMO - they're easy enough to replace if you can get your hands on them. You can have a go at cleaning them, but if you do this be very careful, as the fader mechanism is very delicate, and the tags that seal the unit could snap when opening them up. Using any sort of spray is unlikely to work (unless any grime is actually outside of the fader), as the units are pretty much sealed - there are no fader tracks or anything, just string and an optical sensor/LED. Grime could build up on the string I guess, so giving it a VERY gentle wipe might help. eBay seems to be the best place to get replacements, and seem to go for around £25 / $30 USD. You can't buy them new anymore. I upgraded my firmware / PWM chips on my original MCU & XT to the latest versions here: https://www.ebay.co.uk/itm/324107898548?hash=item4b76560eb4:g:EZoAAOSwUR9cdvTJ . I've still got one fader that occasionally fails, but haven't got around to replace it yet. I do have a collection of spare faders now, but I'm just gonna wait until it goes completely. Power cycling the MCU tends to fix it in any case. If you've got v4.x of the firmware, then you've got Alps faders which are a completely different beast, and are totally incompatible with v3.x and lower ( and vice versa ). v3.x and lower firmware only works with the P&G faders. Also, the two PWM controller chips must match the main MCU firmware.
  15. I'm not sure this is always possible for MIDI tracks, the reason being that they can be routed to a hardware MIDI output, a synth MIDI input, or a drum-map MIDI input. The MIDI output ID's always start with the hardware outs, followed by the soft-synths, then the drum-maps. The complication comes with drum-maps, as they could be routed to more than one synth. This would then involve traversing through the topology graph to see what is connected to what, which is a relatively slow process, and not something you'd want to do on a control surface polling cycle. I think the best that could be done, would be to return the synth rack index for a particular MIDI track only if it's directly connected to it. You should then be able to get the rest of the information using the existing API calls used when dealing with the synth rack. I guess the same could be done for audio tracks fed from the synth rack. BTW - I'm not sure what's happening with MIX_PARAM_INPUT_MAX for MIDI tracks, it looks like it always returns 17, and I'm not sure why!
  16. Streamworks Audio's SWA Complete SONAR X2 is old, but covers 90%+ of what Cakewalk does: @abacab has kindly listed a description and links to each chapter in this post:
  17. @TVR PRODUCTIONS - please send the minidump file after it crashes to @Jonathan Sasor. This should tell us exactly where the issue is happening.
  18. I didn't consider this - I always put it down to engineers that swapped from tape to ADAT, still kept on boosting the high frequencies (presumably out of habit) to compensate for the HF loss due to the tape's noise reduction, and ending up with a really harsh & bright mix. I do agree with Azslow to an extent though. Many tracks in isolation don't have a particularly wide dynamic range, so they could probably get away with a much lower bit depth. However when it comes to mixing those tracks, you really need to mix at a higher bit depth, otherwise you'll lose detail very quickly.
  19. Audio Export processes the audio through plugins as fast as possible, but there are however a handful of plugins that don't support this. The only way around this is to turn on "Render in Real-time" when you export: :
  20. Yes, this would work - and you can easily create markers from arranger sections in the timeline by selecting all, right clicking on the timeline and choosing "Create Markers from Sections" from the context menu.
  21. The best way to do it: 1. In the original project, save the track as a track template 2. In the new project, insert the track template you created in step 1. 3. Copy the track in the old project 4. Focus the track in the new project, and paste
  22. The main causes of this are: - Using a driver mode other than ASIO or WASAPI Exclusive - Having your ASIO buffer size set too high
  23. CTRL+A selects everything, so it's likely including something that is starting at time zero. CTRL + Click only selects the clips you click, and nothing else.
  24. I think you're mixing up the cable type ( coaxial ) with the most common type of coaxial cable which has BNC connectors. Coax cables with BNC connectors are typically used for digital clock signals, 10-Base-T networks, and analog video. Both the Lexicon and octa-capture have RCA S/PDIF connectors, which REQUIRE coaxial cables with RCA connectors to operate properly.
×
×
  • Create New...