diff --git a/src/components/DrumsView.tsx b/src/components/DrumsView.tsx index 2f322b33..fe5a6d9f 100644 --- a/src/components/DrumsView.tsx +++ b/src/components/DrumsView.tsx @@ -9,7 +9,7 @@ import { TransportControls } from './TransportControls' export function DrumsView() { const { kick, snare, hihat, hihatOpen, clap, kit, setParams, setKit } = useDrumStore() - const { drumMachine, volumes, setVolume } = useAudioStore() + const { drumMachine, volumes, setVolume, saturation, setSaturation } = useAudioStore() const updateDrum = (drum: 'kick' | 'snare' | 'hihat' | 'hihatOpen' | 'clap', params: any) => { setParams(drum, params) @@ -31,7 +31,16 @@ export function DrumsView() {
-

Настройки

+
+

Настройки

+ setSaturation(v)} + size={40} + /> +
{(['808', '909'] as const).map(k => (