Added freeze pitch and volume controls
This commit is contained in:
michalcourson
2025-11-05 19:17:34 -05:00
parent f4a0b995ba
commit e89620df27
7 changed files with 34 additions and 2 deletions

View File

@ -57,6 +57,8 @@ function App() {
<JuceSlider identifier="portTime" title="Portamento Speed" />
<JuceCheckbox identifier="freezeEnabled" />
<JuceSlider identifier="freezePitch" title="Freeze Pitch" />
<JuceSlider identifier="freezeVolume" title="Freeze Volume" />
</Container>
<MidiNoteInfo />
</div>