Releases: sunyatasattva/overtones
Releases · sunyatasattva/overtones
1.1.3
1.1.2
Fixes
- Fixes an error introduced in new versions of Safari through latest patch.
1.1.1
1.1.0
New features
- Allow notes to be sustained. #12
- Sound details show intervals between sustained notes.
- Allows decimals in frequency input. #35
- Added frequency input shortcuts: ARROW UP/DOWN changes the frequency in increments of one; doing so while holding SHIFT, changes the frequency in increments of 10, holding ALT in increments of 0.1. #33
- Adds a secret Easter Egg. 🙈
Changes
- Changed the way notes name appear in the detail section. #30
- Changed "Issue" text with "Feedback".
Fixes
- Correct accidental symbols (showing ♯ and ♭ instead of # and b). #32
- Enforces frequency input validation. #26
Under the hood
- Support for ES6
- Functions to calculate Equal Temperament notes given any reference note and any kind of ET. As such, removed hard coded ET frequency data. #16
- Refactored octave reduction function to allow for independent calculations