Quick Sign In:  

Forum: Old versions

Topic: Mapping Knobs - Page: 2

This topic is old and might contain outdated or incorrect information.

something like this? hopefully all the numbers are correct

param_smaller 40% ? param_multiply 125% & effect slider 1 : param_greater 60% ? param_add -20% & param_multiply 125% & effect slider 1 : effect slider 1 50%

you can change effect slider 1 for anything you like eg. filter
 

Posted Wed 25 Jan 12 @ 3:44 am
OMG, this is so freaking cool.

I just wish I can understand how to tie complex variables together better.

Through trial and error (and your help), I found this to be the result:

var '$shift' ? deck 2 effect slider 2 : deck 2 effect 'skfilter' param_smaller 40% ? param_multiply 125% & effect slider 1 : param_greater 60% ? param_add -20% & param_multiply 125% & effect slider 1 : effect param_smaller 40% ? param_multiply 125% & effect slider 1 : param_greater 60% ? param_add -20% & param_multiply 125% & effect 'skfilter' slider 1 : effect 'skfilter' slider 1 50%


I love the single knob filter over the one built in to vdj. (SKF by FZero)

I wonder how skfilter can replace the one built in?


Any who, YOUR AWESOME! Thanks
 

Posted Wed 25 Jan 12 @ 10:31 am
Im not sure i can explain it very easily but basiclly you are wanting three different section of the knob

below 40
above 60
in the middle

so that is done with

param_smaller 40% ?
param_greater 60% ?
: else in the middle

doing that however you are restricting the knob parameter to 80% of its travel with 20% dead zone, you want to multiply the parameters so that in the 80% it controls 100% of the filter slider, so

80 x 1.25 = 100 or

80 x 125% = 100

finally using that the first half of the knob will match up but the second half will be out of allignment, so you need to set it back 20%, for me that bit is always trial and error...

also just tried that filter, honestly qb filter sounds better and has full cut of the sound. http://studio-qb.com/qb-filter
 

Posted Wed 25 Jan 12 @ 4:11 pm


(Old topics and forums are automatically closed)