Changes

Jump to navigation Jump to search
no edit summary
Line 388: Line 388:  
<br clear=all>
 
<br clear=all>
   −
=Key bindings=
+
=CUIA: Callable UI Actions=
 +
 
 +
The Zynthian UI can be controlled remotely using a set of commands called CUIA: Callable UI Actions. These CUIA are available on several interfaces: Key Bindings, MIDI, OSC, etc.
 +
 
 +
==Key Bindings: Controlling the UI with a computer keyboard==
    
The user interface may be driven using a USB keyboard, e.g. QWERTY, Dvorak, etc.
 
The user interface may be driven using a USB keyboard, e.g. QWERTY, Dvorak, etc.
Line 459: Line 463:  
|}
 
|}
   −
==CUIA: Callable UI Actions==
+
==Controlling the UI with MIDI messages==  
 
  −
The Zynthian can be controlled remotely using a set of commands called CUIA: Callable UI Actions.
     −
These actions are available using MIDI messages on the Master Channel (default 16, but configurable with the webconf tool), specifically, note-on messages (0x9) have been used so you can use a MIDI keyboard for controlling the Zynthian UI. For instance, to Power Off the zynthian, you send this message:
+
These actions are available using MIDI messages on the Master Channel (default 16, but configurable with the webconf tool), specifically, note-on messages (0x9) are used so you can use a MIDI keyboard for controlling the Zynthian UI. For instance, to Power Off the zynthian, you send this message:
 
   
 
   
 
  0x9F  ( Channel 16 Note ON)  
 
  0x9F  ( Channel 16 Note ON)  
Line 469: Line 471:  
  0x00  (Velocity/parameter)
 
  0x00  (Velocity/parameter)
   −
or play the A-3 note, if your keyboard have it ;-)
+
or play the A-3 key, if your keyboard have it ;-)
    
This is the full list:
 
This is the full list:
Line 483: Line 485:     
  "51": "SELECT",                    D#3/Eb3
 
  "51": "SELECT",                    D#3/Eb3
  "52": "SELECT_DOWN",                E3
+
  "52": "SELECT_UP",                E3
  "53": "SELECT_UP",                  F3
+
  "53": "SELECT_DOWN",                  F3
    
  "64": "SWITCH_BACK_SHORT",          E4
 
  "64": "SWITCH_BACK_SHORT",          E4
584

edits

Navigation menu