If I’m not mistaken, I re-enabled local LED feedback in that preset. You are sure that the LEDs does in fact respond to what is happening in Renoise -
for example, try to mute or unmute some matrix slots to see if the controller will reflect this change?
I would suggest that you map the dials to something more basic. Try to replace the device configuration with this -
it will replace the first dial (controlling the pattern-sequence) with one that will be able to control any Hydra device
(but you will need to add / bring focus to a hydra device before it does anything!!)
Click to view contents
–[[----------------------------------------------------------------------------
– Duplex.QuNeo
----------------------------------------------------------------------------]]–
– test of the QuNeo control-map
duplex_configurations:insert {
– configuration properties
name = “QuNeo”,
pinned = true,
– device properties
device = {
class_name = “QuNeo”,
display_name = “QuNeo”,
device_port_in = “none”,
device_port_out = “none”,
control_map = “Controllers/QuNeo/Controlmaps/QuNeo_default.xml”,
thumbnail = “Controllers/QuNeo/quneo.bmp”,
protocol = DEVICE_MIDI_PROTOCOL
},
applications = {
Mixer = {
mappings = {
levels = {
group_name = “VerticalFaders”,
},
panning = {
group_name = “HorizontalFaders”,
},
mute = {
group_name = “HorizontalArrowsLeft”
},
solo = {
group_name = “HorizontalArrowsRight”
},
master = {
group_name = “CentralFader”
},
},
options = {
pre_post = 2
},
},
Hydra = {
mappings = {
input_slider = {
group_name = “Encoders”,
index = 1,
},
},
},
Matrix = {
mappings = {
matrix = {
group_name = “Grid”,
},
–sequence = {
– group_name = “Encoders”,
– index = 1,
–},
track = {
group_name = “Encoders”,
index = 2,
},
},
},
Transport = {
mappings = {
start_playback = {
group_name = “Transport”,
index = 3,
},
stop_playback = {
group_name = “Transport”,
index = 2,
},
edit_mode = {
group_name = “Transport”,
index = 1,
},
block_loop = {
group_name = “AnythingButton”,
index = 1,
},
},
},
PatternSequence = {
mappings = {
display_next = {
group_name = “VerticalArrows1”,
index = 2,
},
display_previous = {
group_name = “VerticalArrows1”,
index = 1,
},
}
}
}
}
One way to investigate this would be to enable the MIDI dump feature from the Duplex tool menu, and then copy-paste the information here.
Kazakore has already been so kind as to share the information about sliders, but what exactly happens when a pad is pressed is still unknown.