ramarquez1992 / sigs

Arduino sonar theremin and signal processing fun
MIT License
0 stars 0 forks source link

Interface to change base pitch #15

Closed ramarquez1992 closed 7 years ago

ramarquez1992 commented 7 years ago

Select from A-G; provide counter for moving octaves.

nick5435 commented 7 years ago

I will implement this now. It will be be a json object, call it with notes[int octave_number][str Note Name], where note name is C0->B8. A4 is 440hz. Is in file js/notes.js

nick5435 commented 7 years ago

Closed.

ramarquez1992 commented 7 years ago

Great. We could probably calculate a lot of that, but given that it's finite (and fairly short) I don't think that's necessary; and it provides a clean way to access these numbers, which is nice.

UI elements to change the base note/octave still needed.