carrierdown / mutateful

Add-on for Ableton Live that enables live coding functionality fully integrated into Live's session view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support nested statements

carrierdown opened this issue · comments

Nested statements could be very useful to specify a pre-transformation to a clip inline, without having to set up a separate clip/cell with this transformation first. For instance, consider the difference between

[A1] beat
[A2] =A1 resize .5
[A3] =A1 A2 interleave -ranges 1/16

and

[A1] beat
[A2] =A1 (A1 resize .5) interleave -ranges 1/16