Actualiser src/features/editor/parameters/Mixer.jsx
Deploy to home / deploy (push) Successful in 11s

This commit is contained in:
cvancau
2026-08-09 18:46:32 +02:00
parent 83ddf61226
commit 62d4828874
+3 -3
View File
@@ -12,7 +12,7 @@ export default function Mixer(props) {
<Card className={props.className} header={props.name}>
<div className="-mt-3">
<div className="flex flex-col items-center">
<h3 className="text-lg font-semibold">Volume 1</h3>
<h3>Volume 1</h3>
<Knob
max={127}
value={parameters.vol1}
@@ -27,7 +27,7 @@ export default function Mixer(props) {
/>
</div>
<div className="flex flex-col items-center">
<h3 className="text-lg font-semibold">Volume 2</h3>
<h3>Volume 2</h3>
<Knob
max={127}
value={parameters.vol2}
@@ -42,7 +42,7 @@ export default function Mixer(props) {
/>
</div>
<div className="flex flex-col items-center">
<h3 className="text-lg font-semibold">Volume 3</h3>
<h3>Volume 3</h3>
<Knob
max={127}
value={parameters.vol3}