TomChamberlainUK / music

A small music app built with Svelte
https://tomchamberlainuk.github.io/music/
1 stars 0 forks source link

Derive Highlighting Notes via Stores #77

Open TomChamberlainUK opened 5 months ago

TomChamberlainUK commented 5 months ago

Derive Highlighted Notes via Stores

Add derived stores for Highlighted Notes and Highlighted Chords

Description

Svelte allows stores to be derived from other stores

It would greatly simplify our product if we can shift all logic regarding highlighting notes and fifths to the stores where other components draw from

Notes

Done When