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

Allow the Step Sequencer to receive a pattern of values instead of only scalar values #11

Open
rapofran opened this issue Apr 28, 2019 · 0 comments

Comments

@rapofran
Copy link

For example:

s("x.o. .oxo", 0, [3,4,5].p)

would generate:

[0,   nil, 3, nil,
 nil, 4,   0, 5,
 ...]
@munshkr munshkr changed the title Stepsequencer Allow the Step Sequencer to receive a pattern of values instead of only scalar values Apr 29, 2019
@munshkr munshkr transferred this issue from xi-livecode/xi-superdirt Apr 29, 2019
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

2 participants