xi icon indicating copy to clipboard operation
xi copied to clipboard

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

Open rapofran opened this issue 6 years ago • 0 comments

For example:

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

would generate:

[0,   nil, 3, nil,
 nil, 4,   0, 5,
 ...]

rapofran avatar Apr 28 '19 20:04 rapofran