AutoHotKey script - Move faders with Mouse Wheel

Frequently Asked Questions and Usage Tips. Please try to limit discussion in this subforum.

AutoHotKey script - Move faders with Mouse Wheel

Postby shmick » Thu Jul 05, 2012 1:29 pm

This one will allow you to use the mouse wheel inside of the F, Z and W mixers in SAC to make + or - 1dB increment changes.

Code: Select all
; Use the scroll wheel for +1dB increments
;
#IfWinActive ahk_class SAC_FULLMIXER
WheelUp::Send +{Up 1}

#IfWinActive ahk_class SAC_ZOOMMIXER
WheelUp::Send +{Up 1}

#IfWinActive ahk_class SAC_WIDEMIXER
WheelUp::Send +{Up 1}
return

; Use the scroll wheel for -1dB increments
;
#IfWinActive ahk_class SAC_FULLMIXER
WheelDown::Send +{Down 1}

#IfWinActive ahk_class SAC_ZOOMMIXER
WheelDown::Send +{Down 1}

#IfWinActive ahk_class SAC_WIDEMIXER
WheelDown::Send +{Down 1}
return
Host: ASUS P5Q SE/R, Intel E8400 O/C'd to 3.8ghz, 3 x RME HDSP 9652, XP Pro
Gear: 9 x ADA8K, 4 x Audiorails, 1 x BCF2000
Config: FOH + 12 stereo IEM mixes
Misc: Dual Linkwitz-Riley plugin, Studio Levelizer, Studio Reverb, Frequency Analyzer, SAWStudioLite
User avatar
shmick
 
Posts: 359
Joined: Tue Jun 12, 2012 1:55 pm
Location: Toronto

Return to FAQs and Tips

Who is online

Users browsing this forum: No registered users and 1 guest

cron