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

meenie/master #12

Merged
merged 1 commit into from Mar 6, 2014
Merged

meenie/master #12

merged 1 commit into from Mar 6, 2014

Conversation

gregglind
Copy link
Contributor

Allow float pitches as valid.

(Makes it easy to do things with 'non-scale' pitches.)

Make micro-tuning and other absolute scale things simpler.

Ex:
   <instrument>.note('quarter', 'C#4, 888.2');

Invalid.
  <inst>.note('quarter', '-12312');  // no negatives
  <inst>.note('quarter', '0');  // must be positive
meenie added a commit that referenced this pull request Mar 6, 2014
Allow positive, float pitches as valid 'notes'.
@meenie meenie merged commit 1ee2a4d into meenie:master Mar 6, 2014
@meenie
Copy link
Owner

meenie commented Mar 6, 2014

Awesome, I like it! Thanks for the PR. Sorry it took so long, I never got an email from Github alerting me about this ><.

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

Successfully merging this pull request may close these issues.

None yet

2 participants