abcjs
abcjs copied to clipboard
How to play two or more notes in ligature using clickListener(abcElem) in your Full-synth example?
clicking notes in ligature in your Bill Bailey tune, play only the note cllicked. How to play all notes in just one sound. I will appreciate your help!
The demo doesn't show how to do that but if you look at how the sound is constructed for the single note you could expand it to play as many as you want.
However, you can only select one item at a time.
I think I should support shift-click to select more than one item to be selected at once. I will add that soon because I'm currently working in that area.
Great!! Thanks Paul!!