fix: update default BPM to 120

This commit is contained in:
Xiaohan-Tian
2026-05-25 18:02:42 -07:00
parent 8aa36d2368
commit a7158b1ee0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export const DB_CONSTANTS = {
};
export const TIME_CONSTANTS = {
DEFAULT_BPM: 125,
DEFAULT_BPM: 120,
DEFAULT_TIME_SIGNATURE: {
numerator: 4,
denominator: 4,