Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support nested statements #32

Open
carrierdown opened this issue Nov 20, 2019 · 0 comments
Open

Support nested statements #32

carrierdown opened this issue Nov 20, 2019 · 0 comments
Assignees

Comments

@carrierdown
Copy link
Owner

carrierdown commented Nov 20, 2019

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant