Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Q&A, Tips, Tricks and Howto

Reply
 
Thread Tools Display Modes
Old 10-16-2018, 11:28 AM   #1
mister happy
Human being with feelings
 
Join Date: Mar 2017
Location: in the moment
Posts: 650
Default Can I edit the increment for this action: "Track: Nudge track volume up"

Hi,
I searched around and found a bunch of old threads but no clear answer.

I would like to change the increment for the following actions:

Track: Nudge track volume up
Track: Nudge track volume down

from 0.05dB to either 0.5dB

Is it possible to edit these built in actions?

Thank you.
mister happy is online now   Reply With Quote
Old 10-17-2018, 04:50 AM   #2
mister happy
Human being with feelings
 
Join Date: Mar 2017
Location: in the moment
Posts: 650
Default

Hi,

Yesterday I learned about ReaPack and installing scripts.

I see that there are scripts available that will do what I want, so now I am wondering; is this a case where I will better off installing the scripts that do what I want, reassigning the hotkeys, and forgetting about editing the existing actions?

Thank you.
mister happy is online now   Reply With Quote
Old 10-17-2018, 05:17 AM   #3
tompad
Human being with feelings
 
Join Date: Jan 2010
Location: Fjugesta, Sweden
Posts: 813
Default

Quote:
Originally Posted by mister happy View Post
Hi,
I searched around and found a bunch of old threads but no clear answer.

I would like to change the increment for the following actions:

Track: Nudge track volume up
Track: Nudge track volume down

from 0.05dB to either 0.5dB

Is it possible to edit these built in actions?

Thank you.
You can build your own custom action with ten x 0.05dB actions.
__________________
ToDoList Obliques MusicMath Donation Some of mine and my friends music projects on Spotify
tompad is offline   Reply With Quote
Old 10-17-2018, 05:41 AM   #4
Edgemeal
Human being with feelings
 
Edgemeal's Avatar
 
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 3,921
Default

Quote:
Originally Posted by mister happy View Post
Hi,

Yesterday I learned about ReaPack and installing scripts.

I see that there are scripts available that will do what I want, so now I am wondering; is this a case where I will better off installing the scripts that do what I want, reassigning the hotkeys, and forgetting about editing the existing actions?

Thank you.
Probably, I didn't find a track volume nudge setting in preferences, so you'll either need to make custom action as tompad mentioned, or copy and modify a script, like these from, me2beats,..

Nudge tracks volume down 0.5 db,
https://github.com/me2beats/reapack/...200.5%20db.lua
Nudge tracks volume up 0.5 db,
https://github.com/me2beats/reapack/...200.5%20db.lua
Ask user for the nudge value,
https://github.com/me2beats/reapack/...k%20volume.lua
Edgemeal is offline   Reply With Quote
Old 10-17-2018, 06:54 AM   #5
mister happy
Human being with feelings
 
Join Date: Mar 2017
Location: in the moment
Posts: 650
Default

Hi Thank you,
I was looking at the me2beats track volume scripts via the ReaPack utility, and that is what prompted my second question.

My first question, was based on the fact that I don't know where to find the OEM actions, nor do I know how to edit or build custom actions, but I would like to learn.

However, as mentioned in the 2nd post, it occurred to me that using the me2beats scripts and assigning the hotkeys to them, that were assigned to the OEM actions, may be better than trying to reinvent what already exists.

Thank you. :-)
mister happy is online now   Reply With Quote
Old 10-17-2018, 07:34 AM   #6
Edgemeal
Human being with feelings
 
Edgemeal's Avatar
 
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 3,921
Default

The me2beats files should be very easy to modify, for example to make a script that lowers volume by 3 db you could simply copy the file 'Nudge tracks volume down 0.5 db' and rename the copy to 'Nudge tracks volume down 0.3 db', In Reaper open Action > Show action list, click Load,, select the file 'Nudge tracks volume down 0.3 db', click OK, then click Edit button. You should now see the source code, near the top of the code you'll see,
local nudge = -0.5
change that line to,
local nudge = -0.3
Press Control+S to save the changes to the script.
Assign a toolbar button, menu item and/or keyboard shortcut to that -0.3 db script.

Last edited by Edgemeal; 10-17-2018 at 07:40 AM. Reason: missed a step * then click Edit
Edgemeal is offline   Reply With Quote
Old 10-17-2018, 09:42 AM   #7
ashcat_lt
Human being with feelings
 
Join Date: Dec 2012
Posts: 7,295
Default

https://m.youtube.com/watch?v=15Evzb...ature=youtu.be
ashcat_lt is offline   Reply With Quote
Old 10-17-2018, 10:19 AM   #8
mister happy
Human being with feelings
 
Join Date: Mar 2017
Location: in the moment
Posts: 650
Default

Quote:
Originally Posted by Edgemeal View Post
The me2beats files should be very easy to modify...
That's why I thought the built actions might be as well, but the edit button is not available.

Thank you for the helpful suggestions.
mister happy is online now   Reply With Quote
Old 10-17-2018, 10:20 AM   #9
mister happy
Human being with feelings
 
Join Date: Mar 2017
Location: in the moment
Posts: 650
Default

Quote:
Originally Posted by ashcat_lt View Post
Thank you.
mister happy is online now   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 07:21 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.