-
Posts
6,896 -
Joined
-
Last visited
-
Days Won
35
Everything posted by msmcleod
-
Exclude Tracks/Buses/Folders from View (Second Level Hiding)
msmcleod replied to murat k.'s topic in Feedback Loop
This seems overcomplicated to me. Why not just create presets in the Track Manager? You can then select which preset to use either using the Track Manager button drop down menu (in Sonar), or the Track Manager itself in either CbB/Sonar. -
I think the reason this was required was so that the command knows what automation to snapshot. Otherwise it has no way of knowing.
-
Instrument Definition with a VST?
msmcleod replied to Bill Campbell's topic in Instrument Definitions
There shouldn't be any need to go to these steps. Click on the Patch browser button, and you can choose definition for any .ins file you've imported, then search/select the patch from the list: -
Have you changed the Velocity trim (MIDI gain) control on the track?
-
It's working fine here, however the documentation is somewhat misleading: To create a snapshot of a track or bus parameter 1. Move the parameter control to where you want it. 2. Move the Now Time to the location where you want to create the snapshot. 3. Right-click the control and choose Automation Snapshot in the pop-up menu. You don’t have to write-enable the track or bus module. An indicator will appear on the control to show that automation has been added, and a node will be added to the control's envelope on the track. 4. Make sure the appropriate Automation Read button is enabled, play your project and listen to the results. You can undo the snapshot by using the Undo command, or by taking another snapshot at the same Now Time. This is all true for right-clicking the control, however for the keyboard shortcut to work you do have to write enable the parameter (i.e. within the corresponding automation lane). The keyboard shortcut will take an automation snapshot for all write-enabled parameters.
-
I'd seriously consider shutting your PC down overnight. I used to have a PC tower that ran my email / source code / media server that was on constantly. I replaced it with a fanless low-powered PC primarily to cut down noise, but the saving in power usage was shocking... like several £100's over the course of a year... enough that I could buy a new guitar every year if I wanted.
-
Can you show more of the dialog? In particular the "What to Export" section.
-
Are you sure you don't mean Sound on Sound? - Overwrite mode literally overwrites what you've previously recorded. - Sound-on-Sound allows you to build up a track by recording several takes, whilst hearing the previous ones - Comping records several takes while muting the previous takes, so you can quick-comp the takes choosing the best bits afterwards.
-
Negative Track Delay ....here yet and why not?
msmcleod replied to Ian Pav's topic in Instruments & Effects
Actually, it is setting the Time+ to a negative value... but the key difference is to also be able to specify this in milliseconds, rather than the current implementation which is in musical ticks only. A lot of orchestral libraries require a negative millisecond delay. This is to account for things like the bow touching the string on a violin before it actually plays the note - i.e. you get the note to start early so you hear the "bow" effect, but the actual musical sound starts playing on grid. A delay in musical ticks is fine if you've got a single tempo in your project (you just workout how many milliseconds a tick is for that tempo, and enter that tick value), but if you've got tempo changes, then the actual length in milliseconds of each musical tick will change with every tempo change. Also, I believe the current implementation allows you to enter negative time, but doesn't actually respect it (it clamps it to zero). The workaround in CbB is complicated. Essentially, you have to add a positive delay for all other tracks, equal to the tick equivalent for the largest millisecond delay. For each tempo change, you're going to need a complete new set of tracks with a different delay. As to why it's not here yet - simple answer, is it's really complicated. The MIDI engine schedules groups of notes ahead of time in time windows (based on musical ticks). A negative delay requires scheduling notes early, meaning they might need to be added in an earlier time window, with the reverse being true for positive delays. Get it wrong, and you get doubled notes or missed notes (we suffered both issues in the early implementations of the negative articulation delay). Not only that, each and every MIDI event needs to be time adjusted, converting the millisecond value to its new tick value - this requires a lookup of the tempo map for every event. Add looping / user seeking in the timeline, and it gets complicated really fast. -
If you uncheck "Always Echo Current MIDI Track" in Preferences->MIDI->Playback and Recording, it'll stay set to None.
-
When this happens, I just record a cover song... not only does it help to get back into the swing of things, it also gets your muscle memory re-engaged without having the pressure of being creative. There's nothing more frustrating than not being able to "drive" your DAW without having to to think about it.
-
Lost automation envelope assignments after migration to new PC
msmcleod replied to Skelm's topic in Cakewalk by BandLab
Glad you sorted the issue. What plugin manufacturers should be doing if possible, is ensuring their automation parameters match between VST2/VST3 - I guess this isn't the case for some of your plugins, which is likely the reason it didn't work. -
My bet is you're using a Workspace that is hiding surround. Try setting your Workspace to "None".
-
Lost automation envelope assignments after migration to new PC
msmcleod replied to Skelm's topic in Cakewalk by BandLab
I think it's more likely to be a plugin version issue than a Cakewalk version issue, especially if the plugin went through several upgrades from an earlier version on your previous machine. -
FWIW, you do have the following options: - Use "All External Inputs", which will exclude any soft synths. This option appears as soon as a soft synth is inserted. - Use an input preset
-
Back in the hardware days, you had three flavours of MIDI ports: 1. MIDI In, MIDI Out, MIDI Thru - where Thru was an exact copy of what came from In, and Out was whatever the device generated 2. MIDI In, MIDI Out - MIDI Out only had what the device generated 3. MIDI In, MIDI Out/Thru - here, the MIDI Out had both what came from MIDI In and whatever the device generated. There is no MIDI Thru in software synths, so it's up to the plugin vendors to decide what their MIDI Out does - i.e. some behave like (2) above, and some behave like (3). If you have one that behaves like (3), then the synth will essentially repeat whatever it received from the MIDI track. If you have another track that is set to "All MIDI Inputs", then it'll receive MIDI from that soft synth. This isn't a bug - it's just how it behaves. You just need to be aware of your MIDI routing.
-
Display Scale Slider in Display Properties Visible in Sonar but Not CbB?
msmcleod replied to Stephen Power's question in Q&A
@Kurre is correct - the option wasn't available in CbB. CbB doesn't support different DPI settings - instead it tells Windows that it's not DPI aware, and Windows automatically scales the UI accordingly. For the most part it does a pretty good job, but can lead to fonts/icons being slightly blurred as part of the scaling. Sonar on the other hand is DPI aware (a mammoth development task), which is why those options are available. Dealing with Plugins, especially those that are DPI aware and/or support scaling is tricky, as depending on how the plugin is doing it's scaling, Sonar's DPI adjustments can end up fighting with the Plugin's DPI adjustments. For 99% of plugins, there's usually a setting that will work for the plugin - iZotope being a notable exception, although I believe they are aware of the issue and are working on it (it's not just Sonar that has scaling problems with some of their plugins). -
FYI - to stop MIDI Output being enabled on newly inserted synths: 1. Open Synth Rack View 2. Click on the "Insert Synth Options" dialog button 3. Ensure "Enable MIDI Output if Available" is unchecked, then click OK.
-
Shell exception and Encountered an improper argument
msmcleod replied to ThexEmperorx's topic in Feedback Loop
Another thing it could be is an archive file on your desktop that Windows explorer is unable to unzip. The Browser control within Cakewalk is basically an instance of Windows Explorer, and when it is first instantiated it points to the desktop. If there are any files there that Windows Explorer can't deal with, you may get a shell exception. One way of confirming this is to open Windows Explorer and go to your desktop - if Windows Explorer hangs or crashes, then that's your issue. -
Sluggish GUI and disappearing mouse pointer
msmcleod replied to Archerdrummer's topic in Cakewalk Sonar
@Archerdrummer - does turning off the spectrum analyser in the console view help at all? -
My hunch is that it's this setting here: When this is checked, all CC's are set to 0, apart from CC7 which is set to 101. Normally, having both "Zero Controllers When Play Stops" is fine as long as you've also got "MIDI Event Chase on Play" checked too... that way any CC changes are set to the correct value when you continue playback. CC7 events should be fine. CC7 automation will be problematic if you have jump events, as they literally mean "no automation" - so nothing will be chased. You could try unchecking "Zero Controllers..", but this will require you adding your own resets for any CC's / Pitch Bend at the beginning of each MIDI track. My recommendation: 1. Ensure you're setting CC7 to what you want at the beginning of the project. 2. Ensure "MIDI Event Chase on Play" is checked. 3. If you must use CC automation, avoid jump envelopes. 4. If possible, use audio volume automation instead.
-
Negative Track Delay ....here yet and why not?
msmcleod replied to Ian Pav's topic in Instruments & Effects
The new Sonar supports articulations that apply negative delay in either ticks or ms (up to +/- 1000 ms or +/- 1000 ticks). Negative delay at the track level is in the works, but no ETA as yet. -
Radius and Elastique use completely different algorithms to stretch the audio. There is no better algorithm between the two - one can be better for one type of audio, and the other the better for another. All stretching algorithms will create artefacts / distortion to some extent - again, the extent of these artefacts will depend on the audio and how much you're stretching.