Jump to content

Noel Borthwick

Staff
  • Posts

    4,817
  • Joined

  • Last visited

  • Days Won

    64

Everything posted by Noel Borthwick

  1. You are using the latest release of Cakewalk by BandLab? Metronome should work out of the box assuming that audio playback is working. Are you using ASIO or WASAPI? Click the metronome icon on the toolbar and verify it is set up like this - see screenshot. Make sure the output is pointing to a valid bus in your project. By default its assigned to the "Metronome" bus.
  2. Many keyboards these days do not have num pads so that wouldn't be very universal. Why not just assign "Edit | Select | None" to some key of your choice? You can assign num pad keys as well there.
  3. The views menu checks the items when views are open (minimized or maximized), If you undock and close the inspector then the check goes away. Selecting the view from that menu toggles the min/max state. I see your point though. Edit. I see David Baay answered this sorry.
  4. Exactly. We can't use ESC to clear something specific like selection. Its not standard Windows behavior and would be unexpected since users hit esc to get out of edit fields, dialogs and many other operations. It would be annoying to hit esc one extra time only to have it clear your selection.
  5. @MarianoGF we managed to solve this issue for the 09 release. It was actually unnecessarily pre rendering the stretches during export. Unlike Radius, Elastique doesn't require the stretches to be pre-rendered so I have removed that. It fixes the clicks and also makes export much faster since its all processed in one go.
  6. @jono grant I tried your project file and the automation does move when the edit filter is set to clips and lanes are collapsed. Are you sure that you have your track options "Select Track Envelopes with Clips" checked? See attached picture. If that is not enabled then it will not move envelopes when you drag clips. Can you verify this please? This should not have anything to do with Win 8 BTW.
  7. The drop out occurs since its a runaway buffer allocation loop. The engine allocates buffers typically from a preallocated pool but when there are special requirements it will allocate memory when needed (within limits). In this case it never stopped allocating so the engine forces a dropout and releases all memory buffers as a failsafe recovery. The spike you see is likely the deallocation. This is mainly a failsafe situation and doesn't happen normally. Somehow in this circuit its not properly recycling buffers which may be the root issue here. These issues can be tricky to fix so it might take awhile to diagnose.
  8. Yes as I expected its a buffer overflow condition. So it will keep allocating buffers until it hits a limit and forces a stop by triggering the protection fuse. We'll look into it and try and fix it.
  9. Don't bother, I managed to work around this bug in older Arturia plugins. They go silent if we forward parameters to them when loading despite the plugin requesting the forwarding! I had to hack our code just for Arturia to avoid this.
  10. If you had tons of 32 bit plugins this is expected. There are optimizations to cache the inventory preventing too many registry accesses.
  11. @marled I cannot repro your clip selection issue. Can you post a short video or upload a small project that exhibits this? Is this with the smart tool or another tool?
  12. The aux track defaulting to a hardware out is completely normal. It can't assign to the default bus since it would create a feedback loop. I tried recording the aux track for 10 minutes with both input echo off and on and could not get any dropout. Do you have plugins with delay in your project? It will be easier if you list steps from the start to reproduce this or supply supply a simple project where this happens. The logic is very dependent on the routing of a project so its important to know exactly how its set up. Based on the symptoms my theory is some internal buffer is overflowing leading to the dropout as a result of the overflow fuse firing.
  13. @gmpcan you send me a simple project that has the issue? We'll look into it. Delete all the unnecessary tracks and synths and just keep the tracks required to repro the problem.
  14. @Jeremy Jensen I was mistaken. I had an experimental build with some other stuff that isn't compatible with Arturia synths. I am not seeing any issues with Piano -V in the early access build. Which version of the synth are you running exactly. I have Piano V2 from VCollection 7 Version 2.4.1 and this is working fine here. I saved a project from an earlier release and opened it up in 09 and it plays fine. If you are still seeing this please reply to this post or contact me with a link to a project file that has this issue and I can troubleshoot further with you.
  15. There is no substitute for plugin vendors fixing their own code so you should contact them about these issues and send them a project to reproduce it. Whether its fast bounce or realtime bounce there is no issue of CPU load since a dropout cannot occur during bounce. All fast bounce does is run the export as fast as the syths can render bypassing the audio driver clock. Realtime bounce does the export by running the transport. Thats the only difference.
  16. @Jeremy JensenThanks for your report. I was able to reproduce this. This is caused by bugs in Arturia program management that I have reported to them. I have worked around these issues for the other arturia plugins but apparently the workaround doesn't work for this specific synth. I'll look into it.
  17. Are you sure that this is actually a new issue to this months release? As Mark said some synths don't render data properly during fast bounce. Have you tried unchecking fast bounce to see if the render is accurate yet?
  18. Thanks for sending the project file. Are you referring to the small spikes at the point where you do the crossfades? The stretches are performed per clip when bouncing but the crossfades are rendered post stretch (after the stretch is applied) so it might be that the sample accuracy of the crossfade positions is not accurate. Jut a guess though. I havent investigated it. In your project I found that the clicks go away in the bounce if you have wider crossfades. Will investigate further, but this wont be in the 09 release since we are almost done here.
  19. Hi huviolan, this wouldn't be related at all to this months release. There have been zero changes to video for a very long time. Media foundation doesn't support hardware full screen mode as far as I know. It has never worked.
  20. That actually happened to me. I left an older amp on some years ago in my basement. At 3am I was awakened by loud hum and had to go shut it off. No idea how it went into oscillation by itself randomly but it was pretty scary waking up to that Regarding the OP, Cakewalk itself it doesn't consume much when idle unless you have synths in the project. Then its always streaming audio and consuming some CPU. If you turn off the audio engine then its pretty idle. Its generally better to save and reopen once in awhile however to avoid memory leaks or other bugs from plugins building up.
  21. Are you sure about this? Perhaps you changed your latency settings to make it lower - if so bounces would be slower. If anything startup is slightly faster in this release if you have lots of 32 bit plugins. How many plugins do you have installed?
  22. Yes the final release will automatically update the early access build if you downloaded it so no worries there.
×
×
  • Create New...