Skip to content

Commit 37680dd

Browse files
committed
set system to caged if 7 note scale
1 parent 7474f00 commit 37680dd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/routes/+page.svelte

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
4040
// Watch for state changes and update URL
4141
$effect(() => {
42+
if (scaleObj.intervals?.length === 7) {
43+
system = "CAGED";
44+
}
4245
// Access all reactive values
4346
tuning;
4447
key;

0 commit comments

Comments
 (0)