Processor editor and processor in seperate files. slider paramters now can be added by simply adding them in the processor, everything else is dynamic
This commit is contained in:
michalcourson
2025-11-04 20:04:07 -05:00
parent 3468c1f389
commit f5245eb557
11 changed files with 2771 additions and 2232 deletions

View File

@ -48,10 +48,10 @@ function App() {
return (
<div>
<Container>
<JuceSlider identifier="formantSlider" title="Formant" />
<JuceSlider identifier="autoTuneSpeedSlider" title="Auto Tune Speed" />
<JuceSlider identifier="autoTuneDepthSlider" title="Auto Tune Depth" />
<JuceSlider identifier="portTimeSlider" title="Portamento Speed" />
<JuceSlider identifier="formantPreserve" title="Formant" />
<JuceSlider identifier="autoTuneSpeed" title="Auto Tune Speed" />
<JuceSlider identifier="autoTuneDepth" title="Auto Tune Depth" />
<JuceSlider identifier="portTime" title="Portamento Speed" />
</Container>
<MidiNoteInfo />
</div>