Changes

Line 17: Line 17:  
* '''adjusting parameters'''
 
* '''adjusting parameters'''
   −
Each push button is engraved with a text legend or an icon and backlit with a RGB LED that gives a useful status feedback. The knobs are numbered from top to bottom, so the top one is knob#1 and the bottom one is knob#4. We will refer knobs in this way throughout this guide.
+
Each push button is engraved with a text legend or icon and backlit with RGB LED that gives status feedback. The knobs are numbered from top to bottom, so the top one is knob#1 and the bottom one is knob#4. We will refer knobs in this way throughout this guide.
    
Most operations may be performed with the touchscreen but some may not be intuitive or easy to perform with it. On the other hand, some operations are specially optimized for using the touch screen. This will be detailed when explaining the different screens and workflows.
 
Most operations may be performed with the touchscreen but some may not be intuitive or easy to perform with it. On the other hand, some operations are specially optimized for using the touch screen. This will be detailed when explaining the different screens and workflows.
   −
Like the classic UI, there are 3 types of push actions that can be performed, depending on how long you hold down the button (or knob!):
+
Like the classic zynthian UI, there are 3 types of push actions that can be performed, depending on how long you hold down the button (or knob!):
    
* '''short-push:''' Less than 0.3 seconds
 
* '''short-push:''' Less than 0.3 seconds
Line 28: Line 28:     
<br clear=all>
 
<br clear=all>
{{NoteBox|Not all buttons have actions assigned to all three push types. You can change these timings from the webconf's UI tab.}}
+
{{NoteBox|Not all buttons have actions assigned to all three push types. You can change these timings from the [[Web_Configuration_User_Guide#User_Interface|webconf's UI tab]].}}
 
<br clear=all>
 
<br clear=all>
    
The two main differences between the V5 UI and the ''classic'' zynthian UI are:
 
The two main differences between the V5 UI and the ''classic'' zynthian UI are:
   −
* the big 5x4 silicone button grid, that adds 20 push buttons with RGB LED feedback, allowing huge improvements in usability.
+
* the big 5x4 silicone button grid, that adds 20 push buttons with RGB LED feedback.
* as a consequence, the 4 knobs are often used in quite a different way.
+
* as a consequence of the availability of more buttons, the 4 knobs are often used in quite a different way.
    
Let's start taking a closer look to this!
 
Let's start taking a closer look to this!
Line 42: Line 42:  
===The Title Bar===
 
===The Title Bar===
   −
The title bar has 2 functions:
+
In the V5, the title bar acts as a kind of breadcrumb. It normally shows the screen title or current chain information: MIDI channel, engine, bank & preset.
 
  −
* Kind of Breadcrumb, normally showing the screen title or current chain information: MIDI channel, engine, bank & preset
  −
* Back-button, when using the touch-interface (Not very intuitive, but Zynthian-UI was not designed with touch-navigation in mind)
      
<br clear=all>
 
<br clear=all>
    
===The Status Area===
 
===The Status Area===
[[File:Zynthian status area1 v5.png|400px|right]]
+
[[File:Zynthian_Status_Bar.png|400px|right]]
 +
 
 +
On the top-right corner, aside the title bar, is an area where some useful information is displayed in real time:
 +
 
 +
* '''Digital audio Peak Meter (DPM)''': horizontal bars indicating digital audio level and peaks
 +
* '''Status Icons''': indication of various zynthian states
 +
 
 +
Let's see the details:
 +
 
 +
====Digital audio Peak Meter (DPM)====
 +
 
 +
The DPM covers the range -50dBFS to 0dBFS, i.e. maximum permissible level at full scale (far right) down to 50dB below (far left):
 +
 
 +
* The green segment covers the range -50dBFS to -10dBFS.
 +
* The yellow segment covers the range -10dBFS to -3dBFS.
 +
* The red segment covers the range -3dBFS to 0dBFS.
   −
On the top-right corner is an area where some useful information is displayed in real time:
+
There are independent meters for left and right channels which monitor the system output, i.e. the mix of audio that feeds the Zynthian output. Level decays with a logarithmic rule, taking one second to decay to -200dBFS so will decay to -50dBFS (the displayed range) in about quarter of a second. Peaks are displayed instantly, i.e. the attack of the meter is immediate (*). The peak hold bar remains for two seconds or until a higher peak is reached.
   −
* '''Audio peak-meter''' or '''CPU load-bar''': horizontal bars indicating peak audio level or CPU load (configured in webconf)
+
(*) Meter is updated 5 times per second so there can be 200 ms delay in peak being displayed.
* '''Status Icons''': indication of various states
+
 
 +
====The Status Icons====
    
{| class="wikitable"
 
{| class="wikitable"
!colspan="3"|Status Icons Legend
+
!colspan="3"|1st row: Health & Load
 
|-
 
|-
|style="padding:10px"|<span style="color:#FF0000">[[file:Zynthian_health_heart.png]]</span>
+
|style="padding:10px"|<span style="color:#00FF00">{{#fas:heart}}</span>
 
|style="padding:10px;width: 200px;|'''Cpu Load'''
 
|style="padding:10px;width: 200px;|'''Cpu Load'''
 
|style="padding:10px"|Heart, indicating CPU load. It displays as green when under 50%, yellow when load is over 50% and red over 75%.
 
|style="padding:10px"|Heart, indicating CPU load. It displays as green when under 50%, yellow when load is over 50% and red over 75%.
 
|-
 
|-
|style="padding:10px"|<span style="color:#8080FF">'''m'''</span>
+
|style="padding:10px"|<span style="color:#00FF00">{{#fas:recycle}}</span>
|style="padding:10px;width: 200px;|'''MIDI-IN'''
+
|style="padding:10px;width: 200px;|'''Software update available'''
|style="padding:10px"|It's shown when MIDI messages are received. Underscore indicates system message such as MIDI clock.
+
|style="padding:10px"|When a software update is available, the green recycle symbol is shown. You can update from the admin menu, webconf or terminal.
 
|-
 
|-
 
|style="padding:10px"|<span style="color:#FF0000">{{#fas:exclamation-triangle}}</span>
 
|style="padding:10px"|<span style="color:#FF0000">{{#fas:exclamation-triangle}}</span>
Line 79: Line 92:  
|style="padding:10px"|'''Over-temperature'''
 
|style="padding:10px"|'''Over-temperature'''
 
|style="padding:10px"|Zynthian is working in a degraded state, with the CPU frequency capped to 600-800 MHz, trying to stabilize the system and avoid a system crash. You shouldn't see that icon and if you do so, you should improve heat dissipation (using a heat sink, etc.)
 
|style="padding:10px"|Zynthian is working in a degraded state, with the CPU frequency capped to 600-800 MHz, trying to stabilize the system and avoid a system crash. You shouldn't see that icon and if you do so, you should improve heat dissipation (using a heat sink, etc.)
 +
|-
 +
!colspan="3"|2nd row: MIDI activity & Playing/Recording
 +
|-
 +
|style="padding:10px"|<span style="color:#8080FF">'''m'''</span>
 +
|style="padding:10px;width: 200px;|'''MIDI-IN'''
 +
|style="padding:10px"|It's shown when MIDI messages are received. Underscore indicates system message such as MIDI clock.
 
|-
 
|-
 
|style="padding:10px"|<span style="color:#b00000">{{#fas:circle}}</span>
 
|style="padding:10px"|<span style="color:#b00000">{{#fas:circle}}</span>
Line 97: Line 116:  
|-
 
|-
 
|style="padding:10px"|<span style="color:#ff9000">{{#fas:circle}}</span>
 
|style="padding:10px"|<span style="color:#ff9000">{{#fas:circle}}</span>
|style="padding:10px"|'''Recording Sequencer'''
+
|style="padding:10px"|'''Recording Pattern'''
|style="padding:10px"|Sequencer is being recorded.
+
|style="padding:10px"|A sequencer's pattern is being recorded.
 
|-
 
|-
 
|style="padding:10px"|<span style="color:#ff9000">{{#fas:play}}</span>
 
|style="padding:10px"|<span style="color:#ff9000">{{#fas:play}}</span>
|style="padding:10px"|'''Playing Sequencer'''
+
|style="padding:10px"|'''Playing Sequence'''
|style="padding:10px"|Sequencer track is being played.
+
|style="padding:10px"|A sequence or pattern is being played.
 
|}
 
|}
   −
====The Peak Meter====
+
==The Zynthian UI Workflow==
 +
Zynthian workflow is based around chains of audio/MIDI generators & processors feeding an audio summing mixer.
 +
 
 +
[[File:Zynthian Signal Flow.png|800px|center]]
 +
 
 +
<br clear=all>
 +
===Chains===
 +
Chains are a key concept of the Zynthian. The first thing you will do after powering-on your Zynthian is probably to create a chain. (It does little without any chains!)
 +
 
 +
A chain is composed of one or more interconnected blocks, capable of generating or processing audio & MIDI. Each chain is normally assigned to a MIDI channel. These blocks are chained in the same order they are created, but you can change this order from the '''Chain Options''' menu. The first block created in a chain is the '''root''' and it determines the chain's type:
 +
 
 +
* '''Synth Chain''' => Receives MIDI note-events and generate audio output. It must have a synth processor.
 +
* '''Audio Chain''' => Receives audio-input and generates audio-output. It only has audio-FX processors.
 +
* '''MIDI Chain''' => Receives MIDI-input and generates MIDI-output. It only has MIDI processors.
 +
<!--* (Oram) '''MIDI + Audio Chain''' => Receives MIDI + Audio input and generates MIDI + Audio output. It has MIDI and audio-FX processors.-->
 +
* '''Generator Chain''' => Generate audio output using an algorithm. The first processor is an audio generator.
 +
* '''Special Chain''' => It can contains special processors, like an AudioPlayer (sampler), a MOD-UI pedalboard or a Pure Data patch, etc.
 +
<br>
 +
 
 +
The chain's type can't be changed. Depending of the chain's type, MIDI processors can be added to the start of the chain and audio processors can be added to the end of the chain. Chain processors can be re-sorted and arranged as serial or parallel paths.
 +
 
 +
<!--
 +
(Oram) All chain types, except Audio and Generator chains, have a MIDI channel assigned. MIDI channels are not exclusive anymore and you can assign the same MIDI channel to several chains. MIDI and MIDI+Audio chains can receive '''all MIDI channels'''. 
 +
 
 +
(Oram) In MIDI+Audio chains, all audio processors in the chain receive all the MIDI events on the assigned channel (this should be improved!).
 +
-->
 +
 
 +
(*) If Master Channel is enabled, this is excluded from the MIDI channels available for chain assignment.
 +
 
 +
Having several chains on the same MIDI channel is not allowed currently. If you want two or more chains to play in unison (like being on the same MIDI channel), you can use the "Clone" feature, which allows you to bind several chains while keeping MIDI CCs and other MIDI messages (Program Change, Channel Pressure, etc.) independent.
 +
 
 +
<br clear=all>
   −
The Audio Peak meter is shown by default. The meter covers the range -50dBFS to 0dBFS, i.e. maximum permissible level at full scale (far right) down to 50dB below (far left):
+
===MIDI input===
   −
* The green segment covers the range -50dBFS to -10dBFS.
+
Each chain receive MIDI input from selected devices (keyboards and other MIDI controllers). You can configure the MIDI input devices from the chain's option menu. Use short-push for selecting the devices and bold-push for changing the input mode. All input devices are selected by default when creating a new chain.
* The yellow segment covers the range -10dBFS to -3dBFS.
+
 
* The red segment covers the range -3dBFS to 0dBFS.
+
Each input device can work in 3 different modes:
 +
 
 +
* '''ACTI:''' only the active chain receives all MIDI input from the device and all MIDI events are translated to the active chain's MIDI channel. It's the default mode.
 +
* '''OMNI:''' each chain receives all MIDI input from the device and all MIDI events are translated to each chain's MIDI channel.
 +
* '''MULTI:''' each chain receives MIDI from the input device in the configured MIDI channel. No MIDI channel translation is done.
 +
 
 +
When using ACTI mode you don't need to worry about the MIDI channel your keyboard/controller is using. You change the instrument you play by changing the active chain in your zynthian. You can change the active chain by simply rotating the select knob (#4) in the Mixer view or using the the left/right arrows.
   −
There are independent meters for left and right channels which monitor the system output, i.e. the mix of audio that feeds the Zynthian output. Level decays with a logarithmic rule, taking one second to decay to -200dBFS so will decay to -50dBFS (the displayed range) in about quarter of a second. Peaks are displayed instantly, i.e. the attack of the meter is immediate (*). The peak hold bar remains for two seconds or until a higher peak is reached.  
+
In the other hand, MULTI mode allows receiving and managing separately every MIDI channel. Each MIDI controller will drive the chains assigned to the controller's MIDI channel. If you are using a MIDI controller that can sequence multiple tracks (Beatstep Pro, Keystep Pro, Novation Circuit etc.) then you will generally want to use this mode.
   −
(*) Meter is updated 5 times per second so there can be 200 ms delay in peak being displayed.
+
Finally, OMNI mode allows one or several chains to receive all MIDI input from your device translated to chain's MIDI channel. This can be useful for some use-cases. Be warned that this mode will be dropped in the near future so you should avoid it.
   −
Alternately, the "CPU-load" bar can be enabled from webconf, replacing the Audio Peak meter. The CPU-load bar shows the CPU usage as calculated by the Jack Audio Server:
+
Note that MIDI CC (Continuous Controllers) events are handled differently and they are not routed to chains. See section on [[#MIDI-learning_.2F_binding|MIDI Learning & binding]].
   −
This is a running average of the time it takes to execute a full process cycle for all clients as a percentage of the real time available per cycle determined by the buffer size and sample rate.
+
<br clear=all>
    
==Using the push buttons==
 
==Using the push buttons==
Line 357: Line 413:  
<br clear=all>
 
<br clear=all>
   −
==Workflow==
+
==The UI Screens==
 +
 
 +
=== Mixer ===
 +
 
 +
[[File:Mixer.jpg|center]]
 +
 
 +
==Learning Pills==
    
===Basics===
 
===Basics===
   −
* '''First Zynthian boot. Creating a synth chain'''
+
* '''[[Creating a synth chain and adding a MIDI chorder + audio FXs]]''' (tutorial)
* '''[https://zynthian.org/mockup/index.html?capture=Zynthian_V5:_Creating_a_synth_chain Creating a synth chain]'''
+
* '''[https://zynthian.org/mockup/index.html?capture=Zynthian_V5:_Creating_a_synth_chain Creating a synth chain]''' (workflow capture)
* '''[https://zynthian.org/mockup/index.html?capture=Zynthian_V5:_Creating_another_synth_chain Creating another synth chain]'''
+
* '''[https://zynthian.org/mockup/index.html?capture=Zynthian_V5:_Creating_another_synth_chain Creating another synth chain]''' (alternate workflow capture)
* '''[https://zynthian.org/mockup/index.html?capture=Zynthian_V5:_Audio_Mixer Audio Mixer]'''
+
* '''[https://zynthian.org/mockup/index.html?capture=Zynthian_V5:_Audio_Mixer Audio Mixer]''' (workflow capture)
 
* '''Banks & Presets'''
 
* '''Banks & Presets'''
 
* '''Chain Control'''
 
* '''Chain Control'''