Two operators: |> and <|
A way of chaining function calls together. Here, each _ becomes the result of the previous expression.
With UGens
A sine wave that is filtered by a low pass, then high pass, then outputted.
With functions
Executed from the right to the left.
With functions
With UGens
It can get weird - the following is valid.
For forward chaining, you need to add brackets around each function
It gets weirder with backwards…
However this mostly goes away if you call messages with a . on the underscore.