mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
Fix delay ping-pong: real stereo bounce + rename LED label to PINGPONG
This commit is contained in:
parent
54c99d90ee
commit
0af34cd89d
2 changed files with 9 additions and 5 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue