qiuxiang / tuner

Online tuner based on web audio api
https://qiuxiang.github.io/tuner/app/
MIT License
334 stars 122 forks source link

Standard pitch A' #10

Closed sebo361 closed 4 years ago

sebo361 commented 4 years ago

Hi @qiuxiang, great work with this tuner!

Which standard pitch A' did you use as default setting in this tuner? Usually musicians in an orchestra agree on a standard pitch A' like 443 hz. Others agree on 440 or 442. Is there a possibility to set this before tuning?

qiuxiang commented 4 years ago

The middle A is 440: https://github.com/qiuxiang/tuner/blob/ac9782a7c08f4e7b45ef57411f523d6f6c658592/app/tuner.js#L2

sebo361 commented 4 years ago

Thanks a lot for the quick response @qiuxiang! A nice additional feature for this tuner would be to allow the user to set this middle A for his/her requirements. Maybe with a kind of slider below the tuner like this: 88799207-c5b96e00-d1ae-11ea-891d-ec7df398730e

qiuxiang commented 4 years ago

Okey, this is the next feature to be implemented

sebo361 commented 4 years ago

Awesome thanks @qiuxiang! When do you think you will have time for implementing it? Just wondering when I can use this feature :)

qiuxiang commented 4 years ago

Not sure, maybe one week

sebo361 commented 4 years ago

So cool thanks!

qiuxiang commented 4 years ago

Click here:

image

Then u can set the A4:

image

sebo361 commented 4 years ago

Amazing thanks so much @qiuxiang !!