Changes

Jump to navigation Jump to search
Line 432: Line 432:  
|S||Ctrl||Long SNAPSHOT
 
|S||Ctrl||Long SNAPSHOT
 
|-
 
|-
|R||None||Start audio Record
+
|A||None||Start audio Record
 
|-
 
|-
|R||Shift||Stop audio Record
+
|A||Shift||Stop audio Record
 
|-
 
|-
|P||None||Start audio Play
+
|A||Alt||Toggle audio Record
 
|-
 
|-
|P||Shift||Stop audio Play
+
|A||Ctrl||Start audio Play
 +
|-
 +
|A||Ctrl+Shift||Stop audio Play
 
|-
 
|-
 
|M||None||Start MIDI Record
 
|M||None||Start MIDI Record
Line 444: Line 446:  
|M||Shift||Stop MIDI Record
 
|M||Shift||Stop MIDI Record
 
|-
 
|-
|K||None||Start MIDI Play
+
|M||Ctrl||Start MIDI Play
 
|-
 
|-
|K||Shift||Stop MIDI Play
+
|M||Ctrl+Shift||Stop MIDI Play
|-
  −
|M||Ctrl||Reload MIDI Config
   
|-
 
|-
 
|Space||None||All Notes Off
 
|Space||None||All Notes Off
Line 456: Line 456:  
|Space||Ctrl||All off
 
|Space||Ctrl||All off
 
|-
 
|-
|Insert||None||Restart UI
+
|Home||Shift||Restart UI
 +
|-
 +
|Insert||Ctrl||Reload MIDI Config
 
|-
 
|-
|Insert||Shift||Reboot
+
|Home||Ctrl||Reboot
 
|-
 
|-
|Insert||Ctrl||Power Off
+
|End||Ctrl||Power Off
 
|-
 
|-
 
|Up||None||Listbox Up
 
|Up||None||Listbox Up
Line 475: Line 477:  
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)
   Line 483: Line 485:  
This is the full list:
 
This is the full list:
   −
'''Number''' '''CUIA''' '''Note''' '''System'''
+
'''Num'''   '''CUIA'''                       '''Note'''         '''System'''
 
  0    POWER_OFF                  C-1
 
  0    POWER_OFF                  C-1
 
  1    REBOOT                    C#-1
 
  1    REBOOT                    C#-1
Line 493: Line 495:  
  12    ALL_OFF                    C0
 
  12    ALL_OFF                    C0
    +
23    TOGGLE_AUDIO_RECORD        B1
 
  24    START_AUDIO_RECORD        C1
 
  24    START_AUDIO_RECORD        C1
 
  25    STOP_AUDIO_RECORD          C#1
 
  25    STOP_AUDIO_RECORD          C#1
Line 498: Line 501:  
  27    STOP_AUDIO_PLAY            D#1
 
  27    STOP_AUDIO_PLAY            D#1
    +
35    TOGGLE_MIDI_RECORD        B2
 
  36    START_MIDI_RECORD          C2
 
  36    START_MIDI_RECORD          C2
 
  37    STOP_MIDI_RECORD          C#2
 
  37    STOP_MIDI_RECORD          C#2
  38    START_MIDI_PLAY            D2       System Start/Continue: 0xFA, 0xFB
+
  38    START_MIDI_PLAY            D2           Start/Continue: 0xFA, 0xFB
  39    STOP_MIDI_PLAY            D#2     System Stop: 0xFC
+
  39    STOP_MIDI_PLAY            D#2         Stop: 0xFC
    
  51    SELECT                    D#3/Eb3
 
  51    SELECT                    D#3/Eb3

Navigation menu