Actualiser src/features/editor/parameters/Mixer.jsx
Deploy to home / deploy (push) Successful in 11s
Deploy to home / deploy (push) Successful in 11s
This commit is contained in:
@@ -12,7 +12,7 @@ export default function Mixer(props) {
|
|||||||
<Card className={props.className} header={props.name}>
|
<Card className={props.className} header={props.name}>
|
||||||
<div className="-mt-3">
|
<div className="-mt-3">
|
||||||
<div className="flex flex-col items-center">
|
<div className="flex flex-col items-center">
|
||||||
<h3 className="text-lg font-semibold">Volume 1</h3>
|
<h3>Volume 1</h3>
|
||||||
<Knob
|
<Knob
|
||||||
max={127}
|
max={127}
|
||||||
value={parameters.vol1}
|
value={parameters.vol1}
|
||||||
@@ -27,7 +27,7 @@ export default function Mixer(props) {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col items-center">
|
<div className="flex flex-col items-center">
|
||||||
<h3 className="text-lg font-semibold">Volume 2</h3>
|
<h3>Volume 2</h3>
|
||||||
<Knob
|
<Knob
|
||||||
max={127}
|
max={127}
|
||||||
value={parameters.vol2}
|
value={parameters.vol2}
|
||||||
@@ -42,7 +42,7 @@ export default function Mixer(props) {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col items-center">
|
<div className="flex flex-col items-center">
|
||||||
<h3 className="text-lg font-semibold">Volume 3</h3>
|
<h3>Volume 3</h3>
|
||||||
<Knob
|
<Knob
|
||||||
max={127}
|
max={127}
|
||||||
value={parameters.vol3}
|
value={parameters.vol3}
|
||||||
|
|||||||
Reference in New Issue
Block a user