AutoHotKey script - momentary MON mixer select

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

AutoHotKey script - momentary MON mixer select

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

This one is from kdiamond from the original forum:

I also use AHK to select MON mixers while holding the key down. When releasing the key it goes back to FOH mixer. Great for adjusting MON Mixer levels on the fly.

Usage:
Numpad 1 - triggers Alt F1 Fkey (my case MON 1). When Numpad 1 is release it goes back to FOH
Numbad Dot + Numpad 1 - triggers Alt F1 Fkey (my case MON 1) and stays there
Alt + Numpad 1 - triggers Alt F1 Fkey (my case MON 1) and stays there

Example code:

Code: Select all
#MaxHotKeysPerInterval 200
#MaxThreadsPerHotkey 1
#SingleInstance Force

Numpad1::
Send !{F1}
KeyWait, Numpad1
Send !{F10}
Goto, End

<^>!Numpad1::
Send !{F1}
Goto, End

NumpadDot & Numpad1::
Send !{F1}
Goto, End

Goto, End
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 2 guests

cron