#include <ExampleEditor.h>
Inheritance diagram for ExampleEditor:
Public Member Functions | |
ExampleEditor (AudioEffect *effect) | |
Constructor. | |
~ExampleEditor () | |
Destructor. | |
void | guiOpen () |
Called when the Gui's window is opened. | |
void | guiClose () |
Called when the Gui's window is closed. | |
void | draw () |
Draws a spinning pyramid. | |
void | timerCallback () |
Called repeatedly, to update the graphics. | |
void | onGLKeyDown (const VstKeyCode &key) |
Test. | |
Private Attributes | |
float | thing |
Variable used to rotate the pyramid. |