Actualiser src/features/editor/parameters/Pitch.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 Pitch(props) {
|
|||||||
<Card className={props.className} header={props.name}>
|
<Card className={props.className} header={props.name}>
|
||||||
<div className="mt-2 flex flex-row">
|
<div className="mt-2 flex flex-row">
|
||||||
<div className="mx-4 flex items-center justify-between w-1/2">
|
<div className="mx-4 flex items-center justify-between w-1/2">
|
||||||
<h3 className="text-lg font-semibold text-gray-900">Voice Assign</h3>
|
<h3>Voice Assign</h3>
|
||||||
<Select
|
<Select
|
||||||
className="select w-2/4"
|
className="select w-2/4"
|
||||||
value={parameters.voiceAssign}
|
value={parameters.voiceAssign}
|
||||||
@@ -28,7 +28,7 @@ export default function Pitch(props) {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="mx-4 flex items-center justify-between w-1/2">
|
<div className="mx-4 flex items-center justify-between w-1/2">
|
||||||
<h3 className="text-lg font-semibold text-gray-900">Trigger Mode</h3>
|
<h3>Trigger Mode</h3>
|
||||||
<Select
|
<Select
|
||||||
className="select w-2/4"
|
className="select w-2/4"
|
||||||
value={parameters.triggerMode}
|
value={parameters.triggerMode}
|
||||||
@@ -47,7 +47,7 @@ export default function Pitch(props) {
|
|||||||
<div className="mt-2 mb-4 flex flex-row">
|
<div className="mt-2 mb-4 flex flex-row">
|
||||||
<section className="w-1/3">
|
<section className="w-1/3">
|
||||||
<div className="flex flex-col items-center">
|
<div className="flex flex-col items-center">
|
||||||
<h3 className="text-lg font-semibold text-gray-900">Transpose</h3>
|
<h3>Transpose</h3>
|
||||||
<Knob
|
<Knob
|
||||||
value={parameters.transpose}
|
value={parameters.transpose}
|
||||||
dual={true}
|
dual={true}
|
||||||
@@ -63,7 +63,7 @@ export default function Pitch(props) {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col items-center">
|
<div className="flex flex-col items-center">
|
||||||
<h3 className="text-lg font-semibold text-gray-900">Tune</h3>
|
<h3>Tune</h3>
|
||||||
<Knob
|
<Knob
|
||||||
value={parameters.tune}
|
value={parameters.tune}
|
||||||
dual={true}
|
dual={true}
|
||||||
@@ -115,7 +115,7 @@ export default function Pitch(props) {
|
|||||||
</section>
|
</section>
|
||||||
<section className="w-1/3">
|
<section className="w-1/3">
|
||||||
<div className="flex flex-col items-center">
|
<div className="flex flex-col items-center">
|
||||||
<h3 className="text-lg font-semibold text-gray-900">Bend Range</h3>
|
<h3>Bend Range</h3>
|
||||||
<Knob
|
<Knob
|
||||||
value={parameters.bendRange}
|
value={parameters.bendRange}
|
||||||
dual={true}
|
dual={true}
|
||||||
@@ -131,7 +131,7 @@ export default function Pitch(props) {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col items-center">
|
<div className="flex flex-col items-center">
|
||||||
<h3 className="text-lg font-semibold text-gray-900">
|
<h3>
|
||||||
Vibrato Intensity
|
Vibrato Intensity
|
||||||
</h3>
|
</h3>
|
||||||
<Knob
|
<Knob
|
||||||
|
|||||||
Reference in New Issue
Block a user