basic freeze

This commit is contained in:
michalcourson
2025-11-05 18:55:38 -05:00
parent fe6ee5e51e
commit f4a0b995ba
6 changed files with 130 additions and 35 deletions

View File

@ -55,6 +55,8 @@ function App() {
<JuceSlider identifier="autoTuneSpeed" title="Auto Tune Speed" />
<JuceSlider identifier="autoTuneDepth" title="Auto Tune Depth" />
<JuceSlider identifier="portTime" title="Portamento Speed" />
<JuceCheckbox identifier="freezeEnabled" />
</Container>
<MidiNoteInfo />
</div>