horn pass

This commit is contained in:
legop3
2026-01-31 13:44:35 -05:00
parent 92ab763b27
commit b7d636c70a
26 changed files with 676 additions and 128 deletions
+5
View File
@@ -85,3 +85,8 @@ export const GAMEPAD_SETTINGS_DEFAULTS = {
profile: GAMEPAD_PROFILE_DEFAULT,
},
};
export const HORN_SETTINGS_DEFAULTS = {
waveform: 'saw',
freqs: [440, 550, 660, 0],
};