So I finally have everthing set up the way I want it: TCV, Hercules MK2, fresh install of XP on a dedicated VDJ Laptop. My scratching sounds great since the XP reinstall (no more glitchy sound) and I can finally work in the lowest latency setting.
With all that said, I now need to figure out some advanced Trigger Finger programming. I have programed 12 of the 16 buttons for use on the FX with no trouble.
Where I run into trouble is trying to program the sliders on the trigger finger to work with FX that have more than one slider (ie-flanger).
I can get one slider on the Trigger Finger to control one slider on the FX, but I can't figure out how to get a second Trigger Finger slider to control the second slider on the flanger.
Any help or suggestions?
Thanks
cobbs
With all that said, I now need to figure out some advanced Trigger Finger programming. I have programed 12 of the 16 buttons for use on the FX with no trouble.
Where I run into trouble is trying to program the sliders on the trigger finger to work with FX that have more than one slider (ie-flanger).
I can get one slider on the Trigger Finger to control one slider on the FX, but I can't figure out how to get a second Trigger Finger slider to control the second slider on the flanger.
Any help or suggestions?
Thanks
cobbs
Posté Tue 15 Aug 06 @ 8:28 pm
the formula for the second slider value is this
[number of slider (-1)]*65536 + value (for the movement).
(this formula is the same for 3rd, 4th etc slider too)
So second slider is:
[2-1]*65536+128 for a movement up.
and same but -128 for movement down...
hope that helps ;)
[number of slider (-1)]*65536 + value (for the movement).
(this formula is the same for 3rd, 4th etc slider too)
So second slider is:
[2-1]*65536+128 for a movement up.
and same but -128 for movement down...
hope that helps ;)
Posté Tue 15 Aug 06 @ 8:40 pm
so,
do i just put the value of "65664" in for up and "65408" in for down on the second slider,
and then "131200" for up on the 3rd, etc, etc?
i will play around with it when i get home.
thanks for the help
do i just put the value of "65664" in for up and "65408" in for down on the second slider,
and then "131200" for up on the 3rd, etc, etc?
i will play around with it when i get home.
thanks for the help
Posté Tue 15 Aug 06 @ 9:44 pm
with POSITIVE or NEGATIVE infront... ;) + or -
Then it will all work ;)
Then it will all work ;)
Posté Tue 15 Aug 06 @ 10:01 pm