abcjs icon indicating copy to clipboard operation
abcjs copied to clipboard

How to play two or more notes in ligature using clickListener(abcElem) in your Full-synth example?

Open jepcolombia opened this issue 5 years ago • 2 comments

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!

jepcolombia avatar Mar 09 '20 15:03 jepcolombia

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.

paulrosen avatar Mar 10 '20 14:03 paulrosen

Great!! Thanks Paul!!

jepcolombia avatar Mar 10 '20 16:03 jepcolombia