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

Duration scale for notes #7

Open
dabit opened this issue Nov 4, 2014 · 0 comments
Open

Duration scale for notes #7

dabit opened this issue Nov 4, 2014 · 0 comments

Comments

@dabit
Copy link
Owner

dabit commented Nov 4, 2014

Currently, the duration scale for a note is seconds.

That is that you can tell banjo to play a specific notes for X seconds.

# Example:
play(c(4)).for(5).at(4)

To be consistent with sheet music, I think this should change to whole, half, quarter, eighth, etc.

play(c(4)).for(:half).at(4)

Or:

play(c(4)).half.at(4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant