Jump to content

David Baay

Members
  • Posts

    3,534
  • Joined

  • Last visited

Everything posted by David Baay

  1. David Baay

    crackling noise

    Definitely need to get to the bottom of that. MME is not going to cut it, and WASAPI should work unless the onboard sound hardware is really ancient/atypical. Look for newer drivers as Mark suggested.
  2. David Baay

    crackling noise

    Given the OP is having an issue with crackles, I thought it best to recommend Exclusive mode. Troubleshooting 101 - remove variables that could be contributing to the problem and start with the configuration that has the best chance of success for the task at hand.
  3. David Baay

    crackling noise

    Yes, tell us what kind of numbers you're seeing. And what is the Performance Meter in Cakewalk and Windows Resource Monitor showing? What's in the project in the way of plugins? If you start disabling things do you find one in particular that's driving the load? What interface and driver mode? If it's onboard audio you should be using WASAPI Exclusive mode.
  4. I verified this is all working as expected for sustain and volume controllers, and Zero controllers does not have any effect on CC7 Volume, anyway, so even if searchback/chase were not working the last volume in effect should persist after stop/start. And if the MIDI volume control in the track is enabled (no parens around it) that level will be sent every time playback starts unless it's overridden by some volume controller in the track.
  5. I'm not familiar with it, but it appears Poise has a MIDI THRU function, and you need to go to the synth properties for Poise and disable MIDI OUT. Or set all other track inputs to something other than MIDI Omni as discussed. This is just how it works.
  6. Hmmm... I'd have to check that. The name was originally "Controller Searchback" and was changed when Note Chase was added to be consistent with terminology commonly used in other DAWs. I have always understood that searchback/chase looks for all controller types and am pretty sure it works for Volume and Sustain.
  7. David Baay

    crackling noise

    Check your DPC Latency - a measure of how ready your CPU is to respond to requests from the audio driver to fill its buffer: https://www.resplendence.com/latencymon Common causes of high/spiking DPC latency are Bluetooth and WiFi drivers. If not needed, the hardware should be disabled in BIOS. While you're there, also make sure that CPU-throttling features like Speedstep and C-States are disabled. And make sure your Power Management profile is set to High Power.
  8. It is enabled by default I believe. Preferences > Project > MIDI > Other Options
  9. +1 on being able to lock the duration of a MIDI clip to absolute time, But in case you're not aware, 'Set Measure/Beat At Now' (Shift+M) does what you want - maintains absolute playback timing of MIDI while shifting the timeline around it with tempo changes. And it calculates the required tempo for you. The first track I lay down is almost always recorded without a click. The main reason I'd like to be able to lock a MIDI clip to absolute time is for the occasions when I inadvertently record into a project that already has tempo changes and need to delete them without altering the playback timing.
  10. I had an issue loading some AAS VST3s that was related to their calls to OpenGL to render the GUI that was resolved by updating Nvidia drivers. Have not had a problem with any VST3 before or since.
  11. Yes, every software instrument has a dedicated port so there's no need to differentiate channels unless the instrument is multitimbral and you actually want to use it that way. Even then, the events can still all be entered/recorded with the same channel, and you can use the forced output channel assignment on the track to re-channel them.
  12. Hold Ctrl+Shift when changing the first port/channel and they will all change. Or Change one and hold Ctrl+Shift when changing another one to have that range changed.
  13. I'm no expert on plugin technology, but my basic understanding is this: Every plugin has a Unique ID assigned (by registration with Steinberg, I believe). If it changes for any reason, the DAW will not recognize it as being same plugin. This is not a Cakewalk-specific issue. The UID will typically change if the new plugin is VST3 where the old one was VST2 or 64-bit vs. 32-bit, but may also change when the manufacturer adds capabilities to the new version and re-registers it as a new plugin because existing presets or parameter mappings are not compatible with the original implementation. The only real solution is to ensure you re-install the legacy versions of the plugins for compatibility with old projects. Since they have different UIDs, they should be able to coexist with the newer versions both in the O/S and in projects, but it's probably best to install them in chronological order if possible.
  14. Those look like display artifacts to me. I sometimes see this, but only when zoomed far out (e.g. showing the full song length) on clips with fairly dense controller data. In my case, that's usually continuous sustain controllers on piano tracks where the controllers display as triangles at the bottom of the clip so would not be generating vertical lines in any case. There may be an interaction with specific displays or graphics controllers that makes it happen at different zoom levels on different machines. I've never looked into it that deeply as it's not an issue at the zoom levels I'm more typically working at with a minute or less of the timeline showing.
  15. There is no such thing as a "clip file". An audio clip is a virtual object defined in the program that references an audio file on disk. Everything about that clip other than the raw sample content and some basic metadata that are part of the .WAV file definition is stored in the project file as an object property - name, start time, length, clip automation, fades, transient markers, etc. Two completely different projects can reference the same audio file in the same location on disk and have it start at different times in the project and have different non-destructive edits applied to it. In fact, this is exactly what happens when you save new versions of the same project in the same project folder with evolving edits over time. Nothing is written to audio files until you bounce and then a new file is written rather than overwriting the original.
  16. Which would of course be the usual use case. Glad you got it figured. I just came here t post a link to the bug demo project I sent to the Bakers last year, but i guess it's not necessary now. Oh, wait, I guess it is. Here's a link to a project that shows the issue without sidechaining. See the Notes for a complete description. There were some other issues that are no longer reproducible in 22.02, but the delay compensation issue persists. https://1drv.ms/u/s!AvHuw7srYo1slQ4ZYAPxRQOH5Sea EDIT: I just brought this file into my laptop to verify the download and realized this .zip file has an old version of the bug demo project that does not have notes. Suffice it to say that if you zoom in, you will see that the clip in Track 1 had to be slid 140 samples late to make it null with the copy on Track 2 that is going through the upsampled Channel Tools. Note, also, that per-plugin upsampling enables are stored in the registry, not with the project, so Upsample on Playback/Render for Channel Tools has to be enabled on your system.
  17. Yes, I think that's why it's not a good test of the Upsampling issue. With Upsampling alone, some delay is introduced but PDC is not invoked. Your test suggests that having some plugin in the project that's reporting delay to CbB causes PDC to be invoked, masking the problem with Upsampling, especially in the case that the plugin introduces more than 140 samples of delay which I suspect Transient Shaper does since the added latency is noticeable. I'll give it a try when I have some time.
  18. Transient Shaper itself induces PDC so not the best choice. When this was first reported by the OP last year, I verified it using Channel Tools and the issue still reproduces for me in 22.02. I had to nudge the non-effected track 140 samples later to get them to null. I reported it to the Bakers but did not get any confirmation back.
  19. In case you're not into watching videos to get quick answers, the root of the problem is likely that the Input selection in your soundcard/interface's mixer app is set to record from the output. This is not usually an issue with external audio interfaces, but is common with onboard soundcards.. Creative called this input setting 'What U Hear'. Realtek generally calls it 'Stereo Mix'. You need to change the Input selection in the mixer app to something like 'Mic/Line'.
  20. Possibly tempo-related? As a test you might try changing a copy of one of the problematic projects to have the same tempo as a working project and see if the issue is eliminated.
  21. This is not meant insultingly at all, but that's what the Ref. Guide is for. It's quite clear about how swing works. Normally you should not have to type anything; Quantize will default to 50% the first time you use it in project. Swing Many projects do not have notes positioned on a perfectly even time grid. For example, projects with a swing feel, though they may be written entirely in eighth notes, are often played more like eighth-note triplets, with the first note extended and the second one shortened. The Swing option lets you distort the timing grid so each pair of notes is spaced unevenly, giving the quantized material a swing feel. A swing value of 50 percent (the default) means that the grid points are spaced evenly. A value of 66 percent means that the time between the first and second grid points is twice as long as the time between the second and third points. The following figure illustrates the effect of the swing setting on the timing grid:
  22. I have no problem saying the origin of that 'glitch' is a likely a bug, ;^)
  23. Splitting does create slip-edited (a.k.a. 'cropped') clips, but all clips are virtual representations of the underlying audio file whether they've been slip-edited or not and it should not be necessary to bounce a slip-edited clip to do anything you would do a with a 'normal' clip.
  24. Cool. I thought it might just be glitch due to the high volume of downloads during the GB. I did the Syner-V installation shortly after the problem was mentioned and just the first part was missed. Downloading and installing manually fixed it.
  25. I know there are a lot of posts about soft synth port assignments changing when hardware ports go missing (arguably user error) or, similarly, when soft synths change the number of ports they present to the host (not ideal). But that problem will resolve itself when the missing ports are restored so long as you don't save the project in the bad state. Other than that, I am not aware of any confirmed issues with CbB's handling of MIDI ports that aren't 'just how it works', like inputs getting assigned to Omni when you have Always Echo enabled and don't deliberately assign a specific port and channel. But, enough hijacking of this thread. If you have a recipe that's even somewhat repeatable - and not synth-specific - you should post it to the Feedback forum.
×
×
  • Create New...