mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
Add ping-pong delay, fix preset save extension, align reverb/scale UI
This commit is contained in:
parent
d4db11b195
commit
af87193643
5 changed files with 129 additions and 1110 deletions
|
|
@ -160,7 +160,7 @@ private:
|
|||
juce::ComboBox lfo2ShapeBox, lfo2DestBox, lfo2SyncBox;
|
||||
|
||||
// FX2 controls
|
||||
juce::Slider delayTimeKnob, delayFbKnob, delayMixKnob;
|
||||
juce::Slider delayTimeKnob, delayFbKnob, delayMixKnob, delayPingPongKnob;
|
||||
juce::ComboBox delaySyncBox;
|
||||
juce::Slider reverbSizeKnob, reverbDampKnob, reverbMixKnob;
|
||||
|
||||
|
|
@ -202,6 +202,7 @@ private:
|
|||
// FX2 attachments
|
||||
std::unique_ptr<SliderAttachment> delayTimeAttach, delayFbAttach, delayMixAttach, delayBeatAttach;
|
||||
std::unique_ptr<ComboBoxAttachment> delaySyncAttach;
|
||||
std::unique_ptr<SliderAttachment> delayPingPongAttach;
|
||||
std::unique_ptr<SliderAttachment> reverbSizeAttach, reverbDampAttach, reverbMixAttach;
|
||||
|
||||
void setupLabel(juce::Label& label, const juce::String& text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue