Description
It would be incredibly useful to be able to select all the notes on a tablature with a simple $('.alphaTab-note'), e.g. to add some event listener. Even better, every note could have several classes, a common one (e.g.alphaTab-note) and others associated with its position or value (e.g alphaTab-note--14th-fret, alphaTab-note--1-6-2 for the 2nd note of the 6th beat on the 1st bar).
Possible Solutions
Current Workarounds
None that aren't very hackish.
Description
It would be incredibly useful to be able to select all the notes on a tablature with a simple
$('.alphaTab-note'), e.g. to add some event listener. Even better, every note could have several classes, a common one (e.g.alphaTab-note) and others associated with its position or value (e.galphaTab-note--14th-fret,alphaTab-note--1-6-2for the 2nd note of the 6th beat on the 1st bar).Possible Solutions
Current Workarounds
None that aren't very hackish.