Changes

Jump to navigation Jump to search
no edit summary
Line 252: Line 252:  
==Admin Menu==
 
==Admin Menu==
 
[[File:Zynthian_ui_admin.png|400px|right]]
 
[[File:Zynthian_ui_admin.png|400px|right]]
 +
[[File:Zynthian_ui_admin_02.png|400px|right]]
 
Pressing the Back knob, when you are in the Layer List screen, brings you to the Admin menu.  
 
Pressing the Back knob, when you are in the Layer List screen, brings you to the Admin menu.  
   Line 271: Line 272:  
<br clear=all>
 
<br clear=all>
    +
==Audio & MIDI Recording==
 +
[[File:zynthian_audio_recorder_01.png|400px|right]]
 +
[[File:zynthian_audio_recorder_02.png|400px|right]]
 +
[[File:zynthian_audio_recorder_03.png|400px|right]]
 +
[[File:zynthian_audio_recorder_04.png|400px|right]]
   −
==Audio Record Menu==
+
From the Admin menu you can access to the Audio & MIDI recording tools. These 2 simple tools allows you to record Audio & MIDI tracks easily, using the internal SD-card or an USB memory stick for storing the files.  
[[File:Audio record.png|400px|right]]
     −
Pressing the Start Recording Item will start the recording.
+
'''WARNING!''' Using the internal SD card for storing the captured files increase the risk of corruption. You should avoid it by simply plugging an USB memory stick instead.
   −
[[File:Audio_record_01.png|400px|right]]
+
===Recording===
   −
The red dot appears in the top right status area
+
1. Press "Start Recording" for starting a new capture.  
to tell you that recording is taking place.
     −
[[File:Audio_record_stop.png|400px|right]]
+
2. The red circle should appear in the top-right status area, indicating that a recording is going on.
   −
Once recording has stopped the recorded file will be displayed as jack_capture_01
+
3. Press "Stop Recording" for finishing the capture. The red circle will disappear and the recorded file will be added to the list. The filename is generated automatically and should be something like "jack_capture_01". The prefix "SDC" or "USB" indicates where the file is stored.
These are wav files and can be accessed from the webconf samples section.
     −
[[File:Webconf audio capture.png|400px|right]]
+
===Playing===
    +
You can play files by simply selecting and clicking the file. The "play" symbol will be displayed in the UI status area.
 +
For looping the file, turn on the "Loop Play" switch before playing.
    +
'''NOTE:''' You can play a file in any moment. Recording and playing can take place simultaneously.
    +
===Deleting===
 +
 +
A bold press will delete the selected file, but you will be asked to confirm the action.
 +
 +
===Managing recordings from your computer===
 +
 +
Audio & MIDI recordings can be managed from your computer by accessing the webconf's captures section. From this section you can:
 +
 +
* rename recordings
 +
* delete recordings
 +
* downloading recordings to your computer
 +
* reproduce the audio recordings in your browser, if it supports wav file playing.
 +
 +
It is a good idea to rename your recordings so that they can be easily identified.
 +
 +
[[File:Zynthian_webconf_captures_01.png|600px|border|left]]
    
<br clear=all>
 
<br clear=all>
Line 365: Line 387:  
  2. In the parameter/controller area, slide with your fingernail from '''right to left'''. The tiny number, indicating the current CC assignment, should disappear or change. If the parameter is an engine-specific controlled engine, the number will disappear. If the parameter is a hardcoded MIDI-mapped parameter, then the number will change.
 
  2. In the parameter/controller area, slide with your fingernail from '''right to left'''. The tiny number, indicating the current CC assignment, should disappear or change. If the parameter is an engine-specific controlled engine, the number will disappear. If the parameter is a hardcoded MIDI-mapped parameter, then the number will change.
 
<br clear=all>
 
<br clear=all>
 +
 +
=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.
 +
 +
{| class="wikitable"
 +
|-
 +
!Key
 +
!Modifier
 +
!Function
 +
|-
 +
|Enter||None||SELECT
 +
|-
 +
|Enter||Shift||Bold SELECT
 +
|-
 +
|Enter||Ctrl||Long SELECT
 +
|-
 +
|Backspace||None||BACK
 +
|-
 +
|Backspace||Shift||Bold BACK
 +
|-
 +
|Backspace||Ctrl||Long BACK
 +
|-
 +
|Escape||None||BACK
 +
|-
 +
|Escape||Shift||Bold BACK
 +
|-
 +
|Escape||Ctrl||Long BACK
 +
|-
 +
|L||None||LAYER
 +
|-
 +
|L||Shift||Bold LAYER
 +
|-
 +
|L||Ctrl||Long LAYER
 +
|-
 +
|S||None||SNAPSHOT
 +
|-
 +
|S||Shift||Bold SNAPSHOT
 +
|-
 +
|S||Ctrl||Long SNAPSHOT
 +
|-
 +
|R||None||Start audio Record
 +
|-
 +
|R||Shift||Stop audio Record
 +
|-
 +
|M||None||Start MIDI Record
 +
|-
 +
|M||Shift||Stop MIDI Record
 +
|-
 +
|M||Ctrl||Reload MIDI Config
 +
|-
 +
|Space||None||All Notes Off
 +
|-
 +
|Space||Shift||All Sounds Off
 +
|-
 +
|Space||Ctrl||All off
 +
|-
 +
|Insert||None||Restart UI
 +
|-
 +
|Insert||Shift||Reboot
 +
|-
 +
|Insert||Ctrl||Power Off
 +
|-
 +
|Up||None||Listbox Up
 +
|-
 +
|Down||None||Listbox Down
 +
|-
 +
|Left||None||BACK
 +
|-
 +
|Right||None||SELECT
 +
|}
 +
 +
==Controlling the UI with MIDI messages==
 +
 +
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)
 +
0x00  ( Note code for POWER_OFF as below )
 +
0x00  (Velocity/parameter)
 +
 +
or play the A-3 key, if your keyboard have it ;-)
 +
 +
This is the full list:
 +
 +
"0": "POWER_OFF",
 +
"1": "REBOOT",
 +
"2": "RESTART_UI",
 +
"3": "RELOAD_MIDI_CONFIG",
 +
 +
"10": "ALL_NOTES_OFF",
 +
"11": "ALL_SOUNDS_OFF",
 +
"12": "ALL_OFF",
 +
 +
"51": "SELECT",                    D#3/Eb3
 +
"52": "SELECT_UP",                E3
 +
"53": "SELECT_DOWN",                  F3
 +
 +
"64": "SWITCH_BACK_SHORT",          E4
 +
"63": "SWITCH_BACK_BOLD",          D#4/Eb4
 +
"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
 +
"72": "SWITCH_SNAPSHOT_BOLD",      C5
 +
"73": "SWITCH_SNAPSHOT_LONG"        C#5/Db5
 +
 +
[[File:2Oct_Keyboard_CUIA.png|600px|Keyboard]]
584

edits

Navigation menu