Changes

Jump to navigation Jump to search
Line 203: Line 203:     
==== CUIA: Callable User Interface Actions ====
 
==== CUIA: Callable User Interface Actions ====
The CUIA is a unidirectional remote API that can be used for sending simple control messages to zynthian. The CUIA can be accessed in several ways, as described in the [[Zynthian_UI_Users_Guide#CUIA:_Callable_UI_Actions|user's guide]] and this chapter explains how to access the CUIA using OSC on port UDP 1370.  
+
The CUIA is an unidirectional remote API that can be used to send simple control messages to zynthian UI. The CUIA can be accessed in several ways, as described in the [[Zynthian_UI_Users_Guide#CUIA:_Callable_UI_Actions|user's guide]] and this section explains how to access the CUIA using OSC on port UDP 1370.  
   −
The OSC base path for CUIA messages is
+
The OSC base path for CUIA messages is:
    
  /cuia
 
  /cuia
Line 226: Line 226:  
  liblo.send(('zynthian.local', 1370), "/CUIA", ('s', 'START_MIDI_RECORD'))
 
  liblo.send(('zynthian.local', 1370), "/CUIA", ('s', 'START_MIDI_RECORD'))
   −
And this is the full list of CUIAs:
+
And finally, the full list of CUIAs:
    
{| class="wikitable"
 
{| class="wikitable"

Navigation menu