mirror of
https://codeberg.org/armin/monoslicer.git
synced 2026-09-01 04:10:45 +02:00
Re-label Stretch button to Match Length
This commit is contained in:
parent
d4d0dd95c3
commit
789a48c87a
1 changed files with 1 additions and 1 deletions
|
|
@ -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<SliderAttachment> stretchBpmAttachment;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue