/* ============================================================================== This is an automatically generated GUI class created by the Introjucer! Be careful when adding custom code to these files, as only the code within the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loaded and re-saved. Created with Introjucer version: 3.2.0 ------------------------------------------------------------------------------ The Introjucer is part of the JUCE library - "Jules' Utility Class Extensions" Copyright (c) 2015 - ROLI Ltd. ============================================================================== */ #ifndef __JUCE_HEADER_10638A2B49B704D0__ #define __JUCE_HEADER_10638A2B49B704D0__ //[Headers] -- You can add your own extra header files here -- #include "JuceHeader.h" #include "PluginProcessor.h" #include "DXComponents.h" #include "AlgoDisplay.h" class DexedAudioProcessorEditor; //[/Headers] //============================================================================== /** //[Comments] An auto-generated component, created by the Introjucer. Describe your class and how it works here! //[/Comments] */ class GlobalEditor : public Component, public SliderListener, public ButtonListener { public: //============================================================================== GlobalEditor (); ~GlobalEditor(); //============================================================================== //[UserMethods] -- You can add your own custom methods in this section. void bind(DexedAudioProcessorEditor *processor); void setSystemMessage(String msg); void setParamMessage(String msg); void updatePitchPos(int pos); void updateVu(float v); void updateDisplay(); void repaintMsg(); void setMonoState(bool state); ProgramSelector *programs; ScopedPointer midiMonitor; //[/UserMethods] void paint (Graphics& g); void resized(); void sliderValueChanged (Slider* sliderThatWasMoved); void buttonClicked (Button* buttonThatWasClicked); private: //[UserVariables] -- You can add your own custom variables in this section. DexedAudioProcessorEditor *editor; DexedAudioProcessor *processor; Image background; Image imageLight; //[/UserVariables] //============================================================================== ScopedPointer lfoSpeed; ScopedPointer lfoAmDepth; ScopedPointer lfoPitchDepth; ScopedPointer lfoDelay; ScopedPointer cutoff; ScopedPointer reso; ScopedPointer pitchRate2; ScopedPointer pitchRate3; ScopedPointer pitchRate4; ScopedPointer pitchRate1; ScopedPointer pitchLevel2; ScopedPointer pitchLevel3; ScopedPointer pitchLevel4; ScopedPointer pitchLevel1; ScopedPointer transpose; ScopedPointer oscSync; ScopedPointer pitchModSens; ScopedPointer lfoSync; ScopedPointer pitchEnvDisplay; ScopedPointer algoDisplay; ScopedPointer feedback; ScopedPointer algo; ScopedPointer lcdDisplay; ScopedPointer output; ScopedPointer vuOutput; ScopedPointer initButton; ScopedPointer parmButton; ScopedPointer cartButton; ScopedPointer storeButton; ScopedPointer monoMode; ScopedPointer lfoType; ScopedPointer programSelector; ScopedPointer aboutButton; ScopedPointer tune; //============================================================================== JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (GlobalEditor) }; //[EndFile] You can add extra defines here... //[/EndFile] #endif // __JUCE_HEADER_10638A2B49B704D0__