Fixed note scroll speed defaulting to 0.5x for newly registered profiles.

Introduced several new interfaces, and refactored code to cleanup profiles.ts
This commit is contained in:
Thome Valentin
2022-05-16 13:50:18 +02:00
parent 90651282c0
commit 1b6ab0085f
17 changed files with 450 additions and 372 deletions
@@ -1,5 +0,0 @@
export interface SecretMusicResponse {
musicid: KITEM<'s32'>;
seq: KITEM<'u16'>;
kind: KITEM<'s32'>;
}