"I use the gain change a LOT and it gets old having to click that over and over and over."

add in AutoHotKeys then you can add to the Actions Buttons Bar www.mjtnet.com/quickbuttons.htm

;Gain Change
~Ctrl & G:: ; HotKey Ctrl+G
Macro9: ; Have a new Macro number for each hotkey !
WinActivate, ahk_class RealBand ; Selects real band
Sleep, 500
Send, !E ; Brings the Edit menu up
Sleep, 100
Send, {S} ; Audio Effects
Sleep, 100
Send, {G 3} ; Down to Gain
Sleep, 100
Send, {Enter 1} ; Hits enter key once
Return

Attached Files (Click to download or enlarge) (Only available when you are logged in)
RB_QuickButtons_Gain2.jpg (149.81 KB, 111 downloads)