Re-label Stretch button to Match Length

This commit is contained in:
Armin 2026-07-22 19:27:41 +02:00
commit 789a48c87a

View file

@ -74,7 +74,7 @@ private:
// Time-stretch controls // Time-stretch controls
juce::Slider bpmSlider; juce::Slider bpmSlider;
juce::ComboBox stretchBeatsComboBox; juce::ComboBox stretchBeatsComboBox;
juce::TextButton stretchButton { "Stretch" }; juce::TextButton stretchButton { "Match Length" };
juce::ComboBox keyShiftComboBox; juce::ComboBox keyShiftComboBox;
juce::Label keyShiftLabel; juce::Label keyShiftLabel;
std::unique_ptr<SliderAttachment> stretchBpmAttachment; std::unique_ptr<SliderAttachment> stretchBpmAttachment;