diff --git a/assets/sounds/jazz.mp3 b/assets/sounds/jazz.mp3 new file mode 100644 index 0000000..e6ffbef Binary files /dev/null and b/assets/sounds/jazz.mp3 differ diff --git a/src/configs/jazz-music.yaml b/src/configs/jazz-music.yaml new file mode 100644 index 0000000..4d14f02 --- /dev/null +++ b/src/configs/jazz-music.yaml @@ -0,0 +1,37 @@ +profile: + name: "Jazz Practice" + description: "A set of quick-access jazz loops and cues for practice and live performance." + +audio: + player: "play" + maxConcurrent: 4 + +keybinds: + - key: "F5" + sound: "../../assets/sounds/jazz.mp3" + description: "Start main jazz loop" + stopOthers: false + + - key: "F6" + sound: "../../assets/sounds/healing-magic.mp3" + description: "Ambient pad (use as backing)" + stopOthers: false + + - key: "F7" + sound: "../../assets/sounds/troll-laugh.mp3" + description: "Short accent/percussion cue" + stopOthers: true + + - key: "ctrl+F5" + sound: "../../assets/sounds/jazz.mp3" + description: "Play jazz loop but stop other sounds first" + stopOthers: true + +settings: + hotReload: true + preloadSounds: true + +logging: + level: "info" + fileEnabled: true + filePath: "logs"