This commit is contained in:
@@ -11,7 +11,7 @@ export default function VCO(props) {
|
|||||||
return (
|
return (
|
||||||
<Card className={props.className} header={props.name}>
|
<Card className={props.className} header={props.name}>
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<h3 className="text-lg font-semibold text-gray-900">Waveform</h3>
|
<h3 className="text-xs font-medium text-gray-900">Waveform</h3>
|
||||||
<Select
|
<Select
|
||||||
className="select w-4/6"
|
className="select w-4/6"
|
||||||
value={parameters.waveform}
|
value={parameters.waveform}
|
||||||
@@ -27,7 +27,7 @@ export default function VCO(props) {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<h3 className="text-lg font-semibold text-gray-900">{`${props.dwgsOrModTypeName}`}</h3>
|
<h3 className="text-xs font-medium text-gray-900">{`${props.dwgsOrModTypeName}`}</h3>
|
||||||
<Select
|
<Select
|
||||||
className="select w-4/6"
|
className="select w-4/6"
|
||||||
value={parameters.dwgsOrModType}
|
value={parameters.dwgsOrModType}
|
||||||
@@ -42,9 +42,9 @@ export default function VCO(props) {
|
|||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="my-2 flex flex-row">
|
<div className="my-0.5 flex flex-row">
|
||||||
<div className="flex flex-col items-center w-1/2">
|
<div className="flex flex-col items-center w-1/2">
|
||||||
<h3 className="ml-1 text-lg font-semibold text-gray-900">
|
<h3 className="ml-1 text-xs font-medium text-gray-900">
|
||||||
Waveform Mod
|
Waveform Mod
|
||||||
</h3>
|
</h3>
|
||||||
<Knob
|
<Knob
|
||||||
@@ -61,7 +61,7 @@ export default function VCO(props) {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col items-center w-1/2">
|
<div className="flex flex-col items-center w-1/2">
|
||||||
<h3 className="text-lg font-semibold text-gray-900">LFO Mod</h3>
|
<h3 className="text-xs font-medium text-gray-900">LFO Mod</h3>
|
||||||
<Knob
|
<Knob
|
||||||
maxValue={127}
|
maxValue={127}
|
||||||
value={parameters.lfoMod}
|
value={parameters.lfoMod}
|
||||||
|
|||||||
Reference in New Issue
Block a user