Changes

Jump to navigation Jump to search
Line 200: Line 200:  
This screen is shown after you have chosen a preset. Your instrument is now enabled and playable and you can modify the parameters.
 
This screen is shown after you have chosen a preset. Your instrument is now enabled and playable and you can modify the parameters.
   −
Turning any of the 4 knobs changes the values of the synth parameters displayed in the squares at the sides of the screen adjacent to each knob. You also can use the touch interface to change the values. See below.
+
Turning any of the 4 knobs changes the values of the parameters displayed in the boxes at the sides of the screen adjacent to each knob. You also can use the touch interface to change the values. See below.
 
<br clear=all>
 
<br clear=all>
    
[[File:Zynthian_ui_instrument_control_02.png|400px|right]]
 
[[File:Zynthian_ui_instrument_control_02.png|400px|right]]
The central list shows the different pages of parameters that you may alter. You can navigate the page of parameters by clicking short-Select to step by one page.
+
The central list shows the different pages of parameters that you may alter. You can navigate the page of parameters by clicking short-select to step by one page.
 
<br clear=all>
 
<br clear=all>
    
[[File:Zynthian_ui_instrument_control_03.png|400px|right]]
 
[[File:Zynthian_ui_instrument_control_03.png|400px|right]]
If the page list is long, you can "bold click" the Select switch to navigate the list using the Select knob.
+
If the page list is long, you can "bold click" the ''select'' switch to navigate the list using the ''select'' knob.
 
<br clear=all>
 
<br clear=all>
   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
 +
|-
 +
|A||Alt||Toggle audio Record
 +
|-
 +
|A||Ctrl||Start audio Play
 +
|-
 +
|A||Ctrl+Shift||Stop audio Play
 
|-
 
|-
 
|M||None||Start MIDI Record
 
|M||None||Start MIDI Record
Line 440: Line 446:  
|M||Shift||Stop MIDI Record
 
|M||Shift||Stop MIDI Record
 
|-
 
|-
|M||Ctrl||Reload MIDI Config
+
|M||Ctrl||Start MIDI Play
 +
|-
 +
|M||Ctrl+Shift||Stop MIDI Play
 
|-
 
|-
 
|Space||None||All Notes Off
 
|Space||None||All Notes Off
Line 448: Line 456:  
|Space||Ctrl||All off
 
|Space||Ctrl||All off
 
|-
 
|-
|Insert||None||Restart UI
+
|Home||Shift||Restart UI
 
|-
 
|-
|Insert||Shift||Reboot
+
|Insert||Ctrl||Reload MIDI Config
 
|-
 
|-
|Insert||Ctrl||Power Off
+
|Home||Ctrl||Reboot
 +
|-
 +
|End||Ctrl||Power Off
 
|-
 
|-
 
|Up||None||Listbox Up
 
|Up||None||Listbox Up
Line 467: 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 475: Line 485:  
This is the full list:
 
This is the full list:
   −
  "0": "POWER_OFF",                  C-1
+
  '''Num'''  '''CUIA'''                      '''Note'''        '''System'''
  "1": "REBOOT",                      C#-1
+
0     POWER_OFF                 C-1
  "2": "RESTART_UI",                  D-1
+
  1     REBOOT                     C#-1
  "3": "RELOAD_MIDI_CONFIG",          D#-1
+
  2     RESTART_UI                 D-1
 +
  3     RELOAD_MIDI_CONFIG         D#-1
   −
  "10": "ALL_NOTES_OFF",             A#-1
+
  10   ALL_NOTES_OFF              A#-1
  "11": "ALL_SOUNDS_OFF",             B-1
+
  11   ALL_SOUNDS_OFF            B-1
  "12": "ALL_OFF",                   C0
+
  12   ALL_OFF                    C0
   −
  "51": "SELECT",                    D#3/Eb3
+
  23    TOGGLE_AUDIO_RECORD        B1
  "52": "SELECT_UP",                  E3
+
24    START_AUDIO_RECORD        C1
  "53": "SELECT_DOWN",                F3
+
25    STOP_AUDIO_RECORD          C#1
 +
  26    START_AUDIO_PLAY          D1
 +
  27    STOP_AUDIO_PLAY            D#1
   −
  "64": "SWITCH_BACK_SHORT",         E4
+
  35    TOGGLE_MIDI_RECORD        B2
  "63": "SWITCH_BACK_BOLD",           D#4/Eb4
+
36    START_MIDI_RECORD         C2
  "62": "SWITCH_BACK_LONG",          D4
+
  37    STOP_MIDI_RECORD           C#2
 +
38    START_MIDI_PLAY            D2          Start/Continue: 0xFA, 0xFB
 +
  39    STOP_MIDI_PLAY            D#2          Stop: 0xFC
   −
  "65": "SWITCH_SELECT_SHORT",       F4
+
  51    SELECT                    D#3/Eb3
  "66": "SWITCH_SELECT_BOLD",         F#4/Gb4
+
52    SELECT_UP                  E3
  "67": "SWITCH_SELECT_LONG",         G4
+
53    SELECT_DOWN                F3
+
 
  "60": "SWITCH_LAYER_SHORT",         C4
+
64    SWITCH_BACK_SHORT          E4
  "61": "SWITCH_LAYER_BOLD",         C#4/Db4
+
63    SWITCH_BACK_BOLD          D#4/Eb4
  "59": "SWITCH_LAYER_LONG",         B4
+
62    SWITCH_BACK_LONG          D4
 +
 
 +
65   SWITCH_SELECT_SHORT        F4
 +
  66   SWITCH_SELECT_BOLD        F#4/Gb4
 +
  67   SWITCH_SELECT_LONG        G4
 +
 
 +
  60   SWITCH_LAYER_SHORT        C4
 +
  61   SWITCH_LAYER_BOLD          C#4/Db4
 +
  59   SWITCH_LAYER_LONG          B4
   −
  "71": "SWITCH_SNAPSHOT_SHORT",     B5
+
  71   SWITCH_SNAPSHOT_SHORT      B5
  "72": "SWITCH_SNAPSHOT_BOLD",       C5
+
  72   SWITCH_SNAPSHOT_BOLD      C5
  "73": "SWITCH_SNAPSHOT_LONG"        C#5/Db5
+
  73   SWITCH_SNAPSHOT_LONG       C#5/Db5
    
[[File:2Oct_Keyboard_CUIA.png|600px|Keyboard]]
 
[[File:2Oct_Keyboard_CUIA.png|600px|Keyboard]]
    
[[File:Midi-note-chart.jpg]]
 
[[File:Midi-note-chart.jpg]]

Navigation menu