Skip to content

Instantly share code, notes, and snippets.

@skyl
Created January 3, 2011 23:41
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 skyl/764182 to your computer and use it in GitHub Desktop.
Save skyl/764182 to your computer and use it in GitHub Desktop.
TxBl api sample
v1 = Stepper(
[60,30,30,30,50,N] * 2 + [120,40,40,120,40,40] * 2
)
n1 = snd(cycle(
[R(60,48)]
))
d1 = rhodes_f()
player1 = Player(d1, n1, v1, interval=sixteenth)
player1.startPlaying()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment