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:
+3
-2
@@ -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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user