Skip to content

Commit

Permalink
Allow positve, float pitches as valid 'notes'.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gregglind committed Jan 30, 2014
1 parent 67f86da commit 65708bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/band.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65708bd

Please sign in to comment.