qiuxiang / tuner

Online tuner based on web audio api

Home Page:https://qiuxiang.github.io/tuner/app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Providing themes

ebraminio opened this issue · comments

This works just fantastic. Thanks!

One suggestion, different apps provide https://github.com/gstraube/cythara/tree/master/app/src/main/java/com/github/cythara/tuning themes. Maybe this can also support a very lightweight instruments' notes frequency definition? This would help on less known/local instruments not aligning perfectly with chromatic notes and western instruments. For example Setar, a Persian local instrument, has a frequency configuration like this per this:

C3: 244
G2: 183
C3: 244
C2: 122

(not sure about the terminology used here)

commented

Sounds good, but I want to keep this project simple. Your suggestion can be implemented in a new project. Because it includes some user interaction, it's good to use js frameworks like react.

Thanks. All I like to be added is one or two levels of select/option with default to current behavior to be honest and maybe some buttons for playing a specific note (and I know that crosses the border :P). Lets see if I can do it, your work is just fantastic from simplicity aspect and that is just great, thanks! :)

commented

This app already provided toggleAutoMode method (missing switch):

screen shot 2017-12-09 at 3 19 37 pm

Click the note name to play the specific note. It uses oscillator.

Wow, it provides many fantastic hidden goodies! :)