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;