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:
@@ -81,7 +81,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">
|
<h3>
|
||||||
Unison Detune
|
Unison Detune
|
||||||
</h3>
|
</h3>
|
||||||
<Knob
|
<Knob
|
||||||
@@ -98,7 +98,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">Portamento</h3>
|
<h3>Portamento</h3>
|
||||||
<Knob
|
<Knob
|
||||||
value={parameters.portamento}
|
value={parameters.portamento}
|
||||||
max={127}
|
max={127}
|
||||||
|
|||||||
Reference in New Issue
Block a user