Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loop features #1

Open
3 tasks
watilde opened this issue May 7, 2014 · 0 comments
Open
3 tasks

Loop features #1

watilde opened this issue May 7, 2014 · 0 comments

Comments

@watilde
Copy link
Owner

watilde commented May 7, 2014

🐱 < I need loooooop features!

  • loop option
  • da capo
  • dal segno

Like the following:

beeplay({bpm: 120, loop: true})
  .play(null, 1)
  .play('C4', 1)
  .play('D4', 1)
  .play('D4', 1);
beeplay({bpm: 120})
  .play(null, 1)
  .ds('key', count)
  .play('C4', 1)
  .play('D4', 1)
  .play('D4', 1)
  .ds('key');
beeplay({bpm: 120})
  .play('C4', 1)
  .play('D4', 1)
  .play('D4', 1)
  .dc(count);
@watilde watilde changed the title Loop feature Loop features May 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant