Faust: Parallel Composition
Parallel processes in Faust are separated with the ,
operator.
The following example uses two square wave oscillators, each passing through
a lowpass filter. These chains are running in parallel, creating an output signal
with two channels for the left and right audio output:
This example is a parallel combination of two sequential compositions. In Faust syntax, these need to be put in parenthesis.
Load this example in the Faust online IDE for a quick start: