Skip to content

Instantly share code, notes, and snippets.

@tomaes
Last active August 29, 2015 14:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomaes/296e6329eecffce7121d to your computer and use it in GitHub Desktop.
Save tomaes/296e6329eecffce7121d to your computer and use it in GitHub Desktop.
Mini step sequencer. 7 volume levels per cell. Press <1> to <8> to program some ploppy beats. 116 bytes. c64 again.
0 n=54296:geti:s(i)=(s(i)+1)and7:fori=1to8:poke1024+i,s(i):next:p=(p+1)and7
2 poke1065+p,30:fori=.to99:next:poke1065+p,32:poken,s(p+1):poken,.:goto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment