Equal chords should only be listed once in the chord diagrams. #1209
Labels
area-core
Related to some core parts of alphaTab
area-file-formats
Related to supported file formats
area-rendering
Everything related to the rendering
platform-all
Affects all platforms
state-accepted
This is a valid topic to work on.
Like Reported here we should only list Chords once if they are equal.
We currently treat chords as unique via the chord ID: https://github.com/CoderLine/alphaTab/blob/develop/src/rendering/layout/ScoreLayout.ts#L212
We could either change this to check better whether the chords are the same (first check by name, then check details) or we add something to the model which computes this already (e.g. a unique ID based on name + strings).
The text was updated successfully, but these errors were encountered: