add ping-pong loop mode and crossfade length rotary

This commit is contained in:
Armin 2026-07-24 13:09:52 +02:00
commit e9dc3a4d66
10 changed files with 67 additions and 17 deletions

View file

@ -413,6 +413,7 @@ void JustaSampleAudioProcessor::loadSample(juce::AudioBuffer<float>& sample, int
// The order here is actually important, because the start and end buttons can otherwise enable the main loop button
pv(PluginParameters::LOOPING_HAS_START) = false;
pv(PluginParameters::LOOPING_HAS_END) = false;
pv(PluginParameters::IS_PING_PONG) = false;
pv(PluginParameters::IS_LOOPING) = false;
pluginState.loopStart = 0;