Skip to content

Instantly share code, notes, and snippets.

@moxuse
Created August 16, 2011 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moxuse/1148311 to your computer and use it in GitHub Desktop.
Save moxuse/1148311 to your computer and use it in GitHub Desktop.
スペランカー
Tempo.bpm=144;
Pbind(\midinote,Pseq([
12,12,7,10,9,7,5,4,5,7,4,0,
12,12,7,10,9,7,5,4,5,7,4,0,
12,12,14,15,14,12,15,14,12,15,14,12,
12,12,7,10,9,7,5,4,5,7,4,0,
5,12,15,14,12,10,12,15,14,12,7,10,9,7,9,7
]+60,inf),
\dur,Pseq([
0.75,0.75,0.5,0.5,0.5,0.5,0.5,0.75,0.75,1,0.5,1,
0.75,0.75,0.5,0.5,0.5,0.5,0.5,0.75,0.75,1,0.5,1,
0.75,0.75,0.5,0.5,0.5,1,0.25,0.25,0.5,0.5,0.5,2,
0.75,0.75,0.5,0.5,0.5,0.5,0.5,0.75,0.75,1,0.5,1,
3,0.5,0.5,0.75,0.75,2,2,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2
],2)).play;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment