I’m not a TouchOSC user, so maybe I’m wrong something though…
I think that you should make new layout XML file in Duplex as well as the TouchOSC Editor.
I temporary tried to make “TouchOSC_2.xml” here.
1539 TouchOSC_2.xml
So put this xml into the folder below:
Macintosh HD\Users\YourName\Library\Preferences\Renoise\V2.6.1\Scripts\Tools\com.renoise.Duplex.xrnx\Duplex\Controllers\TouchOSC
And open the “TouchOSC.lua” file on the same folder by using Renoise’s Scripting Editor,
and add (paste) this config code to the bottom of it.
--==============================================================================
-- custom configurations for the TouchOSC
--------------------------------------------------------------------------------
duplex_configurations:insert {
-- configuration properties
name = "Mixer",
pinned = true,
-- device properties
device = {
class_name = "TouchOSC",
display_name = "TouchOSC",
device_prefix = nil,
device_address = "10.0.0.2",
device_port_in = "8001",
device_port_out = "8081",
control_map = "Controllers/TouchOSC/TouchOSC_2.xml",
thumbnail = "TouchOSC.bmp",
protocol = DEVICE_OSC_PROTOCOL,
},
applications = {
Mixer = {
mappings = {
levels = {
group_name = "1_Faders",
},
mute = {
group_name = "1_Buttons",
},
master = {
group_name = "1_Fader",
}
},
},
}
}
Then save the file and click Renoise’s menu: [Tools] >> [Reload all Tools]
After that, you can find new TouchOSC config in the Duplex’s device list.
But this is just a example, so you should do trial & error by editing these files manually.
Also please refer the Duplex manual well.
And about the question in your image above,
see the in the TouchOSC_2.xml.