mirror of
https://codeberg.org/armin/monoslicer.git
synced 2026-09-01 04:10:45 +02:00
add new screenshot; slight adaptatioins to PluginEditor
This commit is contained in:
parent
93c8c73399
commit
6588549e80
3 changed files with 49 additions and 10 deletions
|
|
@ -90,7 +90,9 @@ private:
|
|||
std::unique_ptr<ComboBoxAttachment> filterTypeAttachment;
|
||||
|
||||
juce::FileChooser fileChooser { "Load Audio File", juce::File{}, "*.wav;*.aiff;*.flac;*.ogg" };
|
||||
juce::Label statusBar;
|
||||
juce::TextButton fileInfoLabel;
|
||||
juce::Label buildInfoLabel;
|
||||
juce::File currentLoadedFile;
|
||||
|
||||
void setupSlider(juce::Slider& slider, juce::Label& label, const juce::String& name);
|
||||
void attachSlider(juce::Slider& slider, juce::Label& label, const juce::String& name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue