feat: added an option to let user choose the vertical resolution of the spectrogram, also fixed a bug that peak of pitch in the spectrogram has been mapped to the start of the note bin instead of the center

This commit is contained in:
Xiaohan-Tian
2026-05-04 20:14:04 -07:00
parent d089456676
commit 8a6e904ab4
12 changed files with 302 additions and 41 deletions
+3 -2
View File
@@ -66,7 +66,8 @@
}
},
"editor": {
"playhead_update_frequency": 10
"playhead_update_frequency": 10,
"spectrogram_height_resolution": 3
},
"chatbox": {
"default_open": true
@@ -83,4 +84,4 @@
"chord_guide": {
"chord_definition": ""
}
}
}