Line 5: |
Line 5: |
| ==Basic concepts== | | ==Basic concepts== |
| ===Processors & Chains=== | | ===Processors & Chains=== |
− | The fundamental building block of Zynthian sound architecture is the processor. A processor generates or manipulates an audio or MIDI signal. Zynthian includes over 1000 processors to choose from. | + | The fundamental building block of zynthian's sound architecture is the processor. A processor generates or manipulates audio or MIDI signals. Zynthian includes over 1000 processors to choose from. |
| | | |
− | Processors are grouped together and interconnected within '''''chains'''''. Chains are a key concept in Zynthian. The first thing you will do after powering-on your Zynthian, once you stop celebrating your success, is creating a chain and adding some processors to it. It does little without any chains! | + | Processors are grouped together and interconnected within '''''chains'''''. Chains are a key concept in Zynthian. The first thing you will do after powering-on your zynthian for first time, once you stop celebrating your success, is creating a chain and adding some processors. It does little without any chains! |
− | | |
− | Processors may be positioned within the chain in series or in parallel with other processors. The quantity of series or parallel processors is only limited by available processing power. An audio chain feeds a stereo mixer (with typical mixer strip controls: pan/balance, mute, solo, fader, phase reverse, M+S). Audio processors may be positioned pre-fader or post-fader.
| |
− | | |
− | The audio and MIDI signals are routed (connected) between physical inputs, chain inputs, chain outputs and physical outputs. This provides a lot of flexibility whilst maintaining a simple, chain-based approach to signal routing.
| |
| | | |
| + | Processors may be positioned within the chain in series or in parallel with other processors. The quantity of series or parallel processors is only limited by available processing power. Audio signals coming out from chains feed a stereo mixer with typical mixer strip controls: fader, balance, mute, solo, phase reverse, etc. Audio processors may be positioned pre-fader or post-fader. |
| | | |
| + | The audio and MIDI signals are routed between physical inputs, chain inputs, chain outputs and physical outputs. This provides a lot of flexibility whilst maintaining a simple, chain-based approach to signal routing. |
| + | <br> |
| + | <br> |
| [[File:Chains processors.png|An example of a chain|center]] | | [[File:Chains processors.png|An example of a chain|center]] |
| | | |
Line 28: |
Line 28: |
| The chain's type can't be changed after creating the chain. Processors can be added, removed and positioned within the chain. | | The chain's type can't be changed after creating the chain. Processors can be added, removed and positioned within the chain. |
| | | |
− | Synth and MIDI chains must have a '''MIDI channel''' assigned. MIDI channels are not exclusive, so you can assign the same MIDI channel to several chains. | + | '''Synth and MIDI chains''' must have a '''MIDI channel''' assigned. MIDI channels are not exclusive, so you can assign the same MIDI channel to several chains. |
| | | |
− | In MIDI+Audio chains, all audio processors in the chain receive all the MIDI events in the assigned channel. This is very convenient for some processors, like vocoder and auto-tune ones. | + | In '''MIDI+Audio chains''', all audio processors in the chain receive all the MIDI events in the assigned channel. This is very convenient for some processors, like vocoder and auto-tune ones. |
| | | |
− | MIDI chains can be configured to receive '''all MIDI channels'''. This is specially useful when using zynthian as a MIDI router. | + | '''MIDI chains''' can be configured to receive '''all MIDI channels'''. This is specially useful when using zynthian as a MIDI router. |
| | | |
− | {{NoteBox|If Master Channel is enabled, this is excluded from the MIDI channels available for chain assignment.}} | + | {{NoteBox|If Master MIDI channel is enabled (from webconf), it is excluded from the MIDI channels available for chain assignment.}} |
| | | |
| <br clear=all> | | <br clear=all> |