Open jsbean opened 5 years ago
Is there an API for retrieving the notes in a chord? Or are the chord names static symbols?
It should be fairly trivial to add audio synthesis on chord selection via the current click handler:
This would be even easier with a library like Tone.js (although I’m not quite clear how that kind of dependency should be handled in this environment).
Use WebAudio to add basic synthesis.
Start with just playing the root note as a sine wave.