Hi.
I'm creating a guitar app and need to display notes based on certain criteria. (Scale type and mode)
I was thinking to assign the notes to multiple families to define which notes to make visible. So for instance the object instance "b3" would be a member of the family "minor" and also belong to the family "Triads" and "7th Arpeggio", while the object instance "maj3" would belong to the same families, except of course to "major" instead of "minor"
Since the menu items that select the Scales and Modes already contain the names "minor", "major" etc, it would be great to use that information to pick the note objects somehow. But I guess the menu item names being strings can't be used to compare with family names being a different category?