From 789a48c87ad4aca3019539acb6309afc5d8c1523 Mon Sep 17 00:00:00 2001 From: Armin Date: Wed, 22 Jul 2026 19:27:41 +0200 Subject: [PATCH] Re-label Stretch button to Match Length --- Source/PluginEditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/PluginEditor.h b/Source/PluginEditor.h index 94ce887..34e2b51 100644 --- a/Source/PluginEditor.h +++ b/Source/PluginEditor.h @@ -74,7 +74,7 @@ private: // Time-stretch controls juce::Slider bpmSlider; juce::ComboBox stretchBeatsComboBox; - juce::TextButton stretchButton { "Stretch" }; + juce::TextButton stretchButton { "Match Length" }; juce::ComboBox keyShiftComboBox; juce::Label keyShiftLabel; std::unique_ptr stretchBpmAttachment;