This commit is contained in:
2025-12-21 22:39:18 +01:00
parent 4029f62f43
commit 30a52529d4
3 changed files with 135 additions and 55 deletions

View File

@@ -22,6 +22,7 @@ export interface AppSettings {
instrument: string;
showTuningMeter: boolean;
rhythm: RhythmSettings;
zenMode: boolean;
}
interface ControlsProps {