mimic-sussex / sema

Sema – A Playground for Live Coding Music and Machine Learning
https://sema.codes
MIT License
151 stars 51 forks source link

rsq sequence is executed in an incorrect order (first element plays last) #292

Closed frantic0 closed 3 years ago

frantic0 commented 3 years ago

If you execute this you'll notice that execution starts with note 33 and plays 62 last

:midinote:{{1}clp, [1],[62,33,34,35]}rsq;
:freq:{{2,{{:midinote:,69}sub,12}div}pow,440}mul;
:osc:{:freq:}tri;
:scale2:{:osc:, 200, 1, 0, 0, 1, 0}svf;
chriskiefer commented 3 years ago

fixed

{1}quantise; :midinote:{{1}clp, [1],[62,33,34,35]}rsq; :freq:{{2,{{:midinote:,69}sub,12}div}pow,440}mul;

:osc:{:freq:}tri;