meenie / band.js

Band.js - Music composer interface for the Web Audio API.
Other
1.18k stars 93 forks source link

Chords? #27

Closed henrybm closed 9 years ago

henrybm commented 9 years ago

To play chords would I have to have multiple instruments?

meenie commented 9 years ago

No, you can play multiple notes at once with one instrument by passing a comma delimited list of notes. Like so: piano.note('whole', 'C4, E4, G4');. That would play a C4 Chord.