/* ============================================================================== 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.1.0 ------------------------------------------------------------------------------ The Introjucer is part of the JUCE library - "Jules' Utility Class Extensions" Copyright 2004-13 by Raw Material Software 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" //[/Headers] //============================================================================== /** //[Comments] An auto-generated component, created by the Introjucer. Describe your class and how it works here! //[/Comments] */ class GlobalEditor : public Component, public ComboBoxListener, public SliderListener { public: //============================================================================== GlobalEditor (); ~GlobalEditor(); //============================================================================== //[UserMethods] -- You can add your own custom methods in this section. void bind(DexedAudioProcessor *processor); void setSystemMessage(String msg); void setParamMessage(String msg); void updatePitchPos(int pos); void updateVu(float v); void updateDisplay(); //[/UserMethods] void paint (Graphics& g); void resized(); void comboBoxChanged (ComboBox* comboBoxThatHasChanged); void sliderValueChanged (Slider* sliderThatWasMoved); private: //[UserVariables] -- You can add your own custom variables in this section. DexedAudioProcessor *processor; //[/UserVariables] //============================================================================== ScopedPointer lfoType; 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; //============================================================================== JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (GlobalEditor) }; //[EndFile] You can add extra defines here... //[/EndFile] #endif // __JUCE_HEADER_10638A2B49B704D0__