Jump to content

David Baay

Members
  • Posts

    4,446
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by David Baay

  1. Without getting into the weeds about what it would take to do this or how to do it manually, the bottom line answer is no, CbB cannot do anything like that to automatically sync multiple audio streams, and I don't know any DAW that can. I suspect a program like Syncalia is using metadata from the video editor that just isn't available in audio files. MusicXML is a standard for encoding music notation in a universal way that different notation programs can read and write; it doesn't have anything to do with actual audio data.
  2. Laptop or Desktop? Power management on laptops can really mess with DAW performance. Even if you're on a Desktop, you need to make sure all the CPU throttling mechanisms are disabled in BIOS and the Windows power profile is High Performance. And check for WiFi, Bluetooth or other hardware drivers causing spikes in Deferred Procedure Call (DPC) latency: https://www.resplendence.com/latencymon I haven't really found that Win11 is any more troublesome than Win10 in this respect, but access to 'advanced power management' settings has been further obscured in Win11. IIRC, I had to go through the old Control Panel UI to get to them.
  3. MIDI Groove Clips: https://www.cakewalk.com/Documentation?product=Cakewalk&language=3&help=Looping.14.html Select by Filter: https://www.cakewalk.com/Documentation?product=Cakewalk&language=4&help=Dialogs1.43.html Event Inspector; https://www.cakewalk.com/Documentation?product=Cakewalk&language=3&help=ControlBar.15.html
  4. That seems in agreement with my hypothesis that it's about defining the clip properties - the container for the event data. If the object already exists, Step Recorder can successfully add data to it, but it can't properly create the object from scratch. I'd be interested to see what happens when you try to Step Record data starting more than a measure past where the existing clip ends which would create a new clip object in the PRV.
  5. Did you roll out the 100 bars from a two-bar Groove Clip? If so, you would need to roll it back, and re-roll for all the iterations to take on the change to original Groove Clip. Personally, I would probably use a combination of Select by Filter (Notes on Tick 0) and the Event Inspector module (Time = -5) to acheive this goal.
  6. Step Record mode probably hasn't had a developer's attention since the GUI was created for it at the dawn of the Windows era. I wouldn't be at all surprised to find that it has some bugs related to generating all the necessary properties of a MIDI clip object as it is now defined for it to be displayed correctly.
  7. The Track Control Manager drop down is at the top of the Track Pane in the Track View. If you don't see it, you might need to change your Workspace (upper right corner) from Basic to Advanced (or None which is my preference). You may find it easier to just go to the Track Inspector (shortcut I) rather than adjusting the Track Control Manager and track header size to be able to see all the controls. Here's documentation on track controls for all track types; very basic and essential stuff you should get to know: https://www.cakewalk.com/Documentation?product=Cakewalk&language=3&help=Playback.20.html
  8. Just to be clear, the channel you choose along with the Input port determines whther the track records and echoes live MIDI input. The forced MIDI output Channel control determines what channel is embedded in the events sent to the instrument, whether live input from a keyboard or playback of a MIDI clip. I understand what you're saying, but there is no such dependency between the clip and the track on which it was recorded. There are, however, many things in the clip content, instrument/patch programming and track setup that could make an instrument fail to generate sound from a MIDI clip (or be heard in the monitors) other than routing issues or channel mismatch; these include but are not limited to: - The note numbers/pitches are outside the range of the instrument; typically happens with bass instruments having a non-standard octave assignment or brass/woodwinds with limited range. - The notes are short and the instrument has such a slow attack that you don't hear anything before the note ends. - The notes have extremely low velocity and a velocity offset (a.k.a. MIDI Gain) in the source track was compensating. - Some controller in the track or the Zero Controllers on Stop option in Preferences is silencing the instrument; typically happens with instruments/patches that depend on non-zero Modulation (CC1) or Expression (CC11) controller values. - The clip is muted. - The MIDI track is muted or the volume control is zeroed. - The track is Archived. - Some other track is soloed. - Input Echo is not enabled on the audio track that's receiving audio back from the hardware synth. But I would still put my money on this being either a channel mismatch or audio routing/monitoring issue. If you set the silent track's input to your keyboard/controller's port and channel and enable Input Echo on the MIDI track, do you see activity in the MIDI meter when you play the keyboard and get a response from the synth's headphone output? Or, better, yet, plug the keyboard's DIN MIDI OUT into the synth's IN with no other hardware or software involved and see if you can get sound out of it. Beyond that, you really need to tell us what keyboard, synths, project routing and hardware interfaces are involved.
  9. Each synth on a dedicated MIDI port or daisy chained and using different receive channels? And are they single-patch synths or multi-timbral? If each synth is on its own physical MIDI port (either DIN or USB) and not multitimbral, channels shouldn't matter, but the "C" (channel) widget in the track can be used if necessary to force a different output channel than is embedded in the MIDI clip's events (probably channel 1). The MIDI track Input should be assigned the specific port and channel your keyboard/controller is on rather than OMNI, regardless of how the output ports and channels are assigned. The synths should have MIDI activity indicators to teel you if MISI is being received. If channel assignments are correct and MIDI is being received but you're not hearing the output, it may be an audio routing issue. If you're input monitroing the synths through audio tracks in CdB, you will need to have Input Echo enabled on those tracks. If something in the aboove does not help resolve the issue, we'll need a thorough description of the MIDI and audio routing, including a screenshot of the Track View.
  10. See this thread and linked CAL script: http://forum.cakewalk.com/CAL-Script-CleanTrackcal-a-combined-duplicate-and-overlap-remover-m3782351.aspx
  11. Referencing a copy of the same file with a different name in a different location worked fine for me. There is no need to Search; just change to the directory where the desired file resides, select it, and okay the warning that the name is different. Then Save As, being sure to uncheck the "Copy All Audio" option in the Save dialog. You can save over the exisistng project name, but I generally recommend to add a filename suffix when making changes like this just to keep everything straight, and allow going back to the original project if anything goes wrong.
  12. The best way to replace one file with another would be to rename the currently referenced file and copy the desired file into the project audio folder, giving it the name of the original file. That said, renaming/removing the file and telling CbB to reference a file with a different name from a different location should work so long as that file is identical to the first in format and length, and you re-save the project with the new references. I'll have to do a quick test to confirm success or failure.
  13. This isn't completely clear to me. Can you share a before and after example of a MIDI clip that's been corrected manually? It might also help to understand how you got in the situation of needing such a script to understand all the conditions that might be encountered in the input. CAL scripts can only process events one at a time in sequence so it takes a lot of recursion to recognize and process multiple notes as a chord. If this is a one-off problem that you need to solve that you will never encounter again, it might ultimately take less effort to fix it manually than to write script to do it.
  14. You need to select all audio clips and enable Audiosnap and Follow Tempo in Autostretch mode in Clip Properties before making any tempo changes.
  15. Assign the Input of the EZD track to the virtual MIDI Out presented by Jamstix. If you don’t see one, you might need to enable MIDI Out in properties of Jamstix. You will also likely need to split the EZD Instrument track and assign the MIDI Output to an appropriately configured Drum Map to translate the note numbers and output to EZD. Also it sounds a bit like you might have the VSTis inserted in FX bins rather than in the Synth Rack which is not ideal.
  16. Does sound graphics-related and will therefore not be familiar to any user who isn’t on very similar hardware. I don’t really have any good ideas myself.
  17. The spreadsheet reveals the sound source is TTS-1. A synth track is an audio track with input from a soft synth rather than a hardware input; it is effectively the same as a recorded audio track in terms of how audio is rendered, clocked and streamed to the analog audio output of the laptop. As I said previously, I can't imagine how you would have tempo variation from that setup without audio distortion/pitch changes unless there are tempo changes in the project or the MIDI is not in sync with the timeline everywhere.
  18. If I'm understanding, you need to Arm the track for recording: http://www.cakewalk.com/Documentation?product=Cakewalk&language=3&help=Recording.12.html
  19. David Baay

    No MIDI Velocity

    You likely have the View option set to Show Controller Pane but have closed it at some point. Drag the Controller pane divider up or toggle it open by the button at the bottom left og the PRV. If you want to work with velocity tails in the Notes pane, uncheck Show/Hide Controller Pane and make sure Show Velocity is checked in the Notes menu (only available if the Controller Pane is not shown). It may also be that you have Show Velocity on Selected Notes Only checked, and don't have anything selected.
  20. I ran into this a while ago when I started using Pianoteq and wanted to experiment with release velocity. I was mystified about why it wasn't working with Pianoteq as VSTi until I tried the standalone instrument. Given that more and more instruments are implementing advanced control of articulations, I think the Bakers need to look into implementing at least basic echoing and recording - if not display and editing - of release velocity for keyboards/controllers that send it.
  21. I I haven't used it much but just did a quick test and am not seeing any impact on existing content of a relatively light project with Neutron on just 6 tracks and one bus, but the UIs for the Neutron instances themselves are slow to open and they open with a flicker as do other iZotope plugins.
  22. Does this mean MIDI is driving an external hardware synth with no soft synths in the project? Given that you're using a laptop and don't mention an external MIDI interface or other hardware, I would think you must be using soft synth in which case it's not really possible to have timing issues without also having audio distortion or some sort. Or are you possibly outputting the MIDI to the laptop's onboard "Wavetable" synth (let's hope not!). In any case, if these are somehow 'pure MIDI' projects with no soft synths or other audio track content as Mark mentioned, I would suggest a third option for keeping the audio clock active: Enable CbB's audio metronome for playback, output it to a bus, and mute the bus. Usually just having the metronome set to 'Audio' in preferences is enough, but having it actually active on playback can be helpful in some instances.
  23. Ah, okay. I wouldn't have encountered this since I continue to use either Groove Clips or Copy-Paste with Repetitions for this purpose. I never embraced Duplicate. ;^)
  24. You can change all Outputs of multiple MIDI tracks to the same port by Quick Grouping just as you do for audio track ouputs (i.e. select all track and hold Ctrl while changing the ouput of one), but you have to use the control in the track pane; last time I checked, quick-grouping the Outputs of MIDI tracks via the Inspector doesn't work. Incidentally, for various reasons I recommend dragging old projects into a new template and then dragging clips from original tracks to new tracks as necessary. AMong other things, this ensures that your project has all your preferred preferences and bus routings and avoids potential problems with old projects, especially if they date to the pre-audio era of Cakewalk. (I started with Cakewalk for DOS in 1988).
×
×
  • Create New...