Changes

Jump to navigation Jump to search
Line 68: Line 68:  
A layer is an '''Audio Processing Chain''', normally assigned to a MIDI channel, that can be composed of one or several Audio Processing Units. This units are chained by default, although you can customize the audio routing. The first unit in a layer is the '''root''' and determines the layer's type:
 
A layer is an '''Audio Processing Chain''', normally assigned to a MIDI channel, that can be composed of one or several Audio Processing Units. This units are chained by default, although you can customize the audio routing. The first unit in a layer is the '''root''' and determines the layer's type:
   −
* Synth Layer => Receives MIDI note-events and generate audio output.
+
* '''Synth Layer''' => Receives MIDI note-events and generate audio output.
* FX Layer => Receives audio-input and generates audio-output.
+
* '''FX Layer''' => Receives audio-input and generates audio-output.
* Generator Layer => Auto-generate audio output using some algorithm.
+
* '''Generator Layer''' => Auto-generate audio output using some algorithm.
* Special Layer => MOD-UI pedalboard, Pure Data patch, etc.
+
* '''Special Layer''' => MOD-UI pedalboard, Pure Data patch, etc.
    
The rest of units in a layer normally are FX units that process the audio coming-out from the first unit (root).
 
The rest of units in a layer normally are FX units that process the audio coming-out from the first unit (root).
    
All units in a layer receive all the MIDI events coming from the assigned channel. Special layers don't have an assigned MIDI channel and receive all MIDI channels.
 
All units in a layer receive all the MIDI events coming from the assigned channel. Special layers don't have an assigned MIDI channel and receive all MIDI channels.
      
=The Zynthian UI Workflow=
 
=The Zynthian UI Workflow=

Navigation menu