closes #7
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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user