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