Changes

Jump to navigation Jump to search
Line 463: Line 463:  
The Zynthian can be controlled remotely using a set of commands called CUIA: Callable UI Actions.
 
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).
+
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:
 
  −
Note-on messages (0x9) are used for this. For instance, to Power Off the zynthian, you send this message:
   
   
 
   
 
  0x9F  ( Channel 16 Note ON)  
 
  0x9F  ( Channel 16 Note ON)  
 
  0x00  ( Note code for POWER_OFF as below )
 
  0x00  ( Note code for POWER_OFF as below )
 
  0x00  (Velocity/parameter)
 
  0x00  (Velocity/parameter)
 +
 +
or play the A-3 note, if your keyboard have it ;-)
    
This is the full list:
 
This is the full list:

Navigation menu