Track – set output routing channel not working

858 viewsCSS Bugs
0

Hello,

I am using a reaction to assign a specific routing destination to the selected track when I press a specific pad.

The command is :

self.song().view.selected_track.output_routing_channel = self.target_by_name(self.song().view.selected_track.available_output_routing_channels, “bus”)

But I get error message in the log :

(NASCA launchpad mini) There’s a problem with ‘Action Block 1’ in reaction ‘selected track > route to bus’ (from ‘Pad 137 was pressed’ listener) >>
>> Python argument types in

I think I am missing something related to Python coding ?

Thank you for your help.

toneyvecchio Answered question September 1, 2025
0

Were you able to figure this one out?

toneyvecchio Answered question September 1, 2025
0

Nope…

nasca Answered question September 1, 2025
1

Ah I finally got it working this AM.

Two main take aways:

  • Ensure “Routing Type” is set first, the channel has to be available underneath the Routing Type
  • Use the number and the name in the channel selection

toneyvecchio Answered question September 1, 2025