View Single Post
Old 09-11-2021, 11:30 PM   #4
Tod
Human being with feelings
 
Tod's Avatar
 
Join Date: Jan 2010
Location: Kalispell
Posts: 14,759
Default

Quote:
Originally Posted by IrishRover79 View Post
Hi,

Is there a way to create an envelope segment at the time selection over an envelope, and then adjust the whole segment up and down with the mousewheel in steps?

I've found a script for adjusting individual envelope points but not whole segments.

Thanks.
Here's a custom action I made for doing what you want. All I have to do is set up the time selection, then hold the mouse over the envelope and press the shortcut key. It creates 4 points and lowers inside points down 2dB.

Code:
Select env, insert 4 points at tm selection, Dwn 2dB 2
  SWS/BR: Select envelope at mouse cursor
  Envelope: Insert 4 envelope points at time selection
  Envelopes: Move selected points down a little bit
  Envelopes: Move selected points down a little bit
  Go to start of time selection
Tod is offline   Reply With Quote