push changes from forever ago

This commit is contained in:
Nico 2021-11-24 07:58:43 +00:00
parent a4eff57067
commit 76d140ed72
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,7 @@
( the beginnings of a euclidian sequencer thing )
%RTN { JMP2r }
%MOD { DUP2 DIV MUL SUB }
( devices )
@ -47,8 +48,14 @@ BRK
@on-tick
&run
.cycle LDZ #01 ADD .cycle STZ
#40 .Audio0/pitch DEO
.cycle LDZ #05 MOD #00 NEQ ,&clockup JCN
#4c .Audio1/pitch DEO
&clockup
.cycle LDZ #10 NEQ ,&end JCN
#00 .cycle STZ
&end
RTN
@square [ ff 00 ]