add new screenshot; slight adaptatioins to PluginEditor

This commit is contained in:
Armin 2026-07-22 16:15:33 +02:00
commit 6588549e80
3 changed files with 49 additions and 10 deletions

View file

@ -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,