mirror of
https://codeberg.org/armin/monoslicer.git
synced 2026-09-01 12:10:46 +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
|
// 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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue