Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow positve, float pitches as valid 'notes'.
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