Fix delay ping-pong: real stereo bounce + rename LED label to PINGPONG

This commit is contained in:
Armin 2026-08-13 04:15:42 +02:00
commit 0af34cd89d
2 changed files with 9 additions and 5 deletions

View file

@ -578,7 +578,7 @@ MainContentComponent::MainContentComponent(ChromaFlockProcessor& p)
: processorRef(p), vuMeter(p), waveformDisplay(p), pianoRoll(p), midiLed(p),
arpEnabledLed(p.apvts, "arpEnabled", "ON", "OFF"),
arpDirectionLed(p.apvts, "arpDirection", "ON", "OFF"),
delayPingPongLed(p.apvts, "delayPingPong", "ON", "OFF"),
delayPingPongLed(p.apvts, "delayPingPong", "PINGPONG", "OFF"),
reverbOnLed(p.apvts, "reverbOn", "ON", "OFF"),
lfo1SyncLed(p.apvts, "lfo1Sync", "SYNC ON", "SYNC OFF"),
lfo2SyncLed(p.apvts, "lfo2Sync", "SYNC ON", "SYNC OFF"),