Farmpad and Freeze Mode on the Pad Kontrol
Does anyone know if its possible to get the led output to work in Traktor when using farmpad
Im trying to get the led output to show which slice is playing in freeze mode - as in the start of this tutorial - TUTORIAL: Mapping freeze mode in Traktor 2.7 [VIDEO] – DJWORX
I am no programmer and dont have bomes, Have it working fine with the normal PK setup but not with farmpad - where by the leds dont behave as they should. Weirdly using cc’s instead of notes makes a difference and some pads randomly do work as led feedback. But not all so its not useable. I think retrigger mode instead of trigger mode also makes a difference.
I have my txt file below and would very much appreciate any info.
// Make the rotary encoder select different scenes
[EncoderSelectsScene]
//////////// scene selector switches
sceneswitch_1:19 // sets the scene selector switch for scenes 1-16 to ‘HOLD’
sceneswitch_2:18 // sets the scene selector switch for scenes 17-32 to ‘FLAM’
sceneswitch_3:17 // sets the scene selector switch for scenes 33-48 to ‘ROLL’
sceneswitch_4
edal // sets the pedal to select scenes 49-64
//////////// Set the Knob1 and Knob2 switches in all scenes to select scenes 1 and 2.
// select all scenes
scene:all
// select the knob1 switch
switch:14
selectscene:1
mode:trigger
// select the knob2 switch
switch:15
selectscene:2
mode:trigger
// Scene 1 & 2 set to midi channel 8 & make pads trigger cc 1 - 32 as trigger not toggle
// Set all scenes to midi channel 8 and to trigger
scene:all
pad:all
channel:8
mode:trigger
//Set all scenes in Pad 1 to trigger on cc1-16
scene:1
pad:1
control:1
pad:2
control:2
pad:3
control:3
pad:control:4
pad:5
control:5
pad:6
control:6
pad:7
control:7
pad:8
control:8
// Set pads in Scene 2 to CC 17-33
scene:2
pad:1
control:17
pad:2
control:18
pad:3
control:19
pad:4
control:20
pad:5
control:21
pad:6
control:22
pad:7
control:23
pad:8
control:24
pad:9
control:25
pad:10
control:26
pad:11
control:27
pad:12
control:28
pad:13
control:29
pad:14
control:30
pad:15
control:31
pad:16
control:32