finish Timbre display

This commit is contained in:
Aoife
2021-04-06 13:44:07 -04:00
parent b1047e91ee
commit 3d8b11c44c
13 changed files with 737 additions and 611 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ export default function VCO(props) {
/>
</div>
<div className='mb-2 flex flex-row'>
<div className='w-1/2'>
<div className='flex flex-col items-center w-1/2'>
<h3 className='text-lg font-semibold text-gray-900'>Waveform Mod</h3>
<Knob
maxValue={127}
@@ -59,7 +59,7 @@ export default function VCO(props) {
}
/>
</div>
<div className='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>
<Knob
maxValue={127}