Skip to content

Releases: sunyatasattva/overtones

1.1.3

16 Jul 20:53
Compare
Choose a tag to compare

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.

1.1.2

12 Apr 01:50
Compare
Choose a tag to compare

Fixes

  • Fixes an error introduced in new versions of Safari through latest patch.

1.1.1

09 Apr 23:05
Compare
Choose a tag to compare

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.

1.1.0

24 Mar 19:58
Compare
Choose a tag to compare

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