Fixes
- Fixes an error in Safari that broke the whole app.
- Fixes an error that made Overtones circles display in a weird way in newer versions of Chrome.
Improvements
- Overtones circles animations now display the same way in Firefox too.
Assets
2
sunyatasattva
released this
Fixes
- Fixes an error introduced in new versions of Safari through latest patch.
Assets
2
sunyatasattva
released this
Changes
- Better interval names (more commonly used). #37
- Facebook share button now shows share count.
- Linking latest release page in the footer instead of specific release.
Fixes
- Fixes compatibility with older versions of Safari. #38
Behind the hood
- Added some missing code documentation.
Assets
2
sunyatasattva
released this
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