I frequently need to insert time in a mastering project to create space between songs before final rendering.
The only built-in option is Insert Silence, but it has several problems:
All tracks must be selected, including the Marker Track. It’s easy to miss one and cause project errors.
If the selected range touches the start or end of an event, Cubase splits the event, often leaving a tiny fragment. In these cases the volume envelope is also lost.
Automation lanes get new points at the range boundaries, which makes the project messy after the operation.
What I really need is something like Process Bars, but working with time instead of bars—an operation that simply shifts everything to the right cleanly, without splitting events or altering automation.
Is there any way to achieve this in current Cubase versions?
If you want to insert silence for the whole project, just use the locators.
If you are using the range tool to align an exact amount based on waveform/events, use your selection tool first, then use Locators to Selection, then Select None, Insert Silence.
You could turn this into a macro.. and further, if you are annoyed that you are always having to change your locators… create a PLE that selects a cycle marker that extends the length of the project and incorporate selecting that cycle marker and setting locators to it into the PLE/Macro at the end of the command sequence.
“Insert Silence” with locators still has these two problems excerpted above. And it also won’t work with tracks that are frozen, so you first have to unfreeze all tracks (and make sure NOTHING is locked because those won’t be included in the operation). So yeah, there are … issues with this.
after “insert silence” the red event was split and the envelope was lost. in the attached image you can see a small red line at the right. added automation points are at sight too
the range was set with snap on. the start of the range was the end of the red event.
expected behaviour is that the silence is inserted without affecting the red event
This is what Insert Silence and Insert Bars is for
For the time being
you can create a PLE key command to delete any event under x.xxx amount of length (ie, anything small enough that it wouldn’t be an intended sound or part of the project).
You can then have a Macro of: Insert Silence + PLE: Delete Events Under x.xxx and bind a key command to that, and use that as your Insert Silence