adamrenklint / qwak

Definition and parser for qwak, a simple and expressive minimal text syntax for programming step-based web audio event sequences
https://www.npmjs.com/package/qwak
Other
10 stars 2 forks source link

Shift param over time #14

Closed adamrenklint closed 8 years ago

adamrenklint commented 8 years ago

Inspired by "clamp shift": https://github.com/kylestetz/lissajous#samples-can-be-sliced-and-diced

if $ is shift offset:
/$~q* // step1 offset 0.1, s2 offs 0.2, ...
/$~250q* // step 1 offset 0.25, s2 offs 0.5, ...
/$50~250q* // step 1 offset 250, s2 offs 300, ...
/$-50~250q* // step 1 offset 250, s2 offs 200, ...