Line 190:
Line 190:
# send_osc 1370 /CUIA/LAYER_CONTROL 2
# send_osc 1370 /CUIA/LAYER_CONTROL 2
−
An example Python script to start a MIDI recording:
+
An example Python script to select chain 2:
import liblo
import liblo
−
liblo.send(('zynthian.local', 1370), "/CUIA", ('s', 'START_MIDI_RECORD'))
+
liblo.send(('zynthian.local', 1370), "/CUIA/CHAIN_CONTROL", ('i', 2))
And finally, the full list of CUIAs:
And finally, the full list of CUIAs: