-
-
Notifications
You must be signed in to change notification settings - Fork 13
Data Clean #7
Copy link
Copy link
Open
Labels
Description
At the moment all chords are kept within a single file. This requires all of them to be initialized at once, and searching through this list can be slow on older hardware.
Ideally the data would be categorized into separate areas, or perhaps managed in an actual database.
Until then, we can split the data into sections as follows:
Instrument > Key > Suffix
The reason for why this wasn't done before is that some users of the library may want to search based on a suffix, rather than the instrument. This definitely needs to be considered.
Reactions are currently unavailable