Difference between revisions of "Zynthian UI User Guide (oldstable-2109)"

From ZynthianWiki
Jump to navigation Jump to search
Line 37: Line 37:
 
[[File:UI-1.JPG|400px|right]]
 
[[File:UI-1.JPG|400px|right]]
 
Pressing the Back knob, when you are in the Layer List screen, brings you to the Admin menu. The last item is how you safely power off the Zynthian without corrupting data files.
 
Pressing the Back knob, when you are in the Layer List screen, brings you to the Admin menu. The last item is how you safely power off the Zynthian without corrupting data files.
 +
<br clear=all>
  
 
==Layer List==
 
==Layer List==

Revision as of 14:25, 13 March 2018

1 The Zynthian's Hardware User Interface

Zynthian controllers.png

The Zynthian's Hardware UI is displayed on a touch display and controlled by 4 rotary-encoders with switches (push). The encoders/switch knobs are used to navigate between the different screens/menus, select options and change the instrument parameters, acting as MIDI/OSC controllers.

Currently there are two screen types (layouts):

  1. Selector Screen: a list of items that you can scroll and select with the SELECT (4) knob
  2. Controller Screen: In the corners, 4 control widgets (one for each knob), with label and value indicator (graphic and numeric). In the middle, a list of controller maps which you can use to change or rotate using the SELECT (4) knob.

And there are 3 types of clicks (push) that can be performed, depending on how long you hold down the knob:

  • short: less than 0.3 seconds
  • bold: between 0.3 and 2 seconds
  • long: more than 2 seconds

Actions for each knob and click type are context dependent. Generally, the SELECT knob and a short click is used to navigate and select items on a "Selector Screen". Inside a "Controller Screen", short clicks can be used to rotate between layers (LAYER) or between controller pages (SELECT). "Bold" clicks are intended as shortcuts for jumping to some specific screens. Clicking the BACK knob generally jumps to the previous screen in the sequence.

Loading and Saving snapshots: If you click SNAPSHOT (3) once, you get the Load Snapshot menu, another click and you will be in the Save Snapshot menu. If you bold-click SNAPSHOT then you will go directly to the Save Snapshot menu. The Snapshot menu have 2 levels: bank selection (directory) and snapshot (file).

2 The Zynthian UI Workflow

The next flowcharts show the different "screens" or "functions" and the way to reach each one using the 4 switches:

Zynthian ui workflow 1.png

Zynthian ui workflow 2.png

If you want to contribute improving these flowcharts, you can edit it using the Google Documents Tools:

- Main sequence: zynthian_ui_workflow_1
- Aux. Sequences: zynthian_ui_workflow_2

3 The UI Menus

3.1 Admin Menu

UI-1.JPG

Pressing the Back knob, when you are in the Layer List screen, brings you to the Admin menu. The last item is how you safely power off the Zynthian without corrupting data files.

3.2 Layer List

This is the first screen you see when you power on. Choose New Layer to get started. A layer is a stored configuration of one synth engine and all its parameters.

UI-LayerMenu.JPG

3.3 Engine List

Once you have chosen/created a Layer, you see the list of synth engines to choose from. The waveform image on the right is animated while software is loading.

UI-EngineMenu.JPG

3.4 MIDI Channel selection

This screen appears after you have chosen a synth engine. Choose the MIDI channel the synth will respond to.

UI-2.JPG

3.5 Bank selection

Presets (instruments or sound designs or patches) for a synth engine are grouped/organized into banks. Choose a bank to see the list of presets you can pick from in that bank.

UI-3.JPG

Here we choose the Organ bank.

UI-4.JPG

3.6 Preset selection

This screen appears after you have chosen the Organ bank. Choose a Preset to select the instrument/sound you want.

UI-5.JPG

3.7 Instrument Control screen

This screen appears after you have chosen a Preset. Your instrument is now playable.

Turning each of the 4 knobs change the values of the synth parameters displayed in the squares at the sides of the screen. The Controller list in the center of the screen allows you to choose sets of parameters to view and alter.

Press the Back knob to return to previous screens.

UI-6.JPG

4 Touch Screen UI

You can navigate and control the Zynthian UI without knobs/encoders/switches at all, using only the touchscreen.

You can "emulate" the switches by tapping the controller widgets (squares in the 4 corners of a Controller screen). There are short, bold and long actions. Exactly the same workflow as with hardware knobs. When the "back" widget is not available, you can go back by tapping the top bar.

You can change the values of the controllers by "sliding" over the widgets. This is the same as turning the knob.

When clicking (tapping/touching) the topbar, a "back" event is triggered. It's a quick & dirty fix and probably it will change in the future, but meanwhile it will enable you to fully control Zynthian using the touchscreen if you don't have knob hardware. Topbar.png

5 Global MIDI-learning

  • It allows to easily bind any parameter from the Zynthian UI to any CC knob/slider from an external MIDI controller. I intend to extend the feature to other MIDI messages, but currently only CC messages are supported. Anyway, MIDI filter rules can handle these special cases, so it’s not an urgent task.
  • It works with ALL the engines, using the engine’s native MIDI-learning when available (and convenient) or the Zynthian’s MIDI-learning mechanism, based in the MIDI filter. To be more explicit, native MIDI-learning is used for MOD-UI and for ZynAddSubFX OSC parameters. All the MIDI-mapped parameters are managed by the Zynthian’s MIDI-learning mechanism.
  • The MIDI-learning configuration is stored in the snapshot.
  • You get on-screen feedback during the learning process. When you enable the MIDI-learning for a parameter, a small green text with the string "??" appears on the botton side of the controller/parameter area in the Zynthian UI. When the parameter is bond, the number of the linked CC is shown in the same place.

5.1 How it works?

First, you need a working touch interface in your display. If not, you could use a mouse ...

Learning: 1. In the "Instrument Control" screen, navigate the parameter screen list until having the parameter you want to learn. 2. On the parameter/controller area, slide with your nail from **left to right**. A green "??" should appear in the bottom side. 3. In your MIDI controller, move the desired knob/slider (or a CC-assigned pad). The green "??" should be replaced by a tiny number, and the parameter should change when you move the knob/slider or push the pad. CC-assigned pads can be very useful for "boolean" parameters (i.e. on/off).

Unlearning: 1. In the "Instrument Control" screen, navigate the parameter screen list until having the parameter you want to unlearn. 2. On the parameter/controller area, slide with your nail from **right to left**. The tiny number, indicating the current CC bond, should disappear or change. If the parameter is an engine-specific controlled engine, the number will disappear. If the parameter is hardcoded MIDI-mapped parameter, then the number will change.