Changes

Jump to navigation Jump to search
Line 475: Line 475:  
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:
 
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)  
  0x00  ( Note code for POWER_OFF as below )
+
  0x00  (Note code for POWER_OFF as below)
 
  0x00  (Velocity/parameter)
 
  0x00  (Velocity/parameter)
  

Navigation menu