Connexion rapide:  

Forum: General Discussion

Sujet Quick map fix needed here.

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

Hey guys. I use keyboard mostly. Trying to map a key for my eq_low up down volume in increments. Down is O.K, but how can i get the eq_low volume knob while going up to stop at the 50% mark (reset position) and not go beyond? Any help will be appreciated. Thanks
 

Posté Mon 07 May 18 @ 6:17 pm
You can do it clean with a param functions:
eq_low & param_greater 49% ? eq_low 50% : eq_low +1%

But a quick and dirty fix I often use in these kind of "limit it" cases is to simply take it back down again when it goes to far:
eq_low +1% & eq_low 51% ? eq_low 50%
 

Posté Mon 07 May 18 @ 6:43 pm
Thank you sir. Exactly what i needed. Works perfectly.
 

Posté Mon 07 May 18 @ 7:08 pm


(Les anciens sujets et forums sont automatiquement fermés)