- evaluate MidiClock
git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@269 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+3
-1
@@ -36,7 +36,7 @@
|
||||
Describe your class and how it works here!
|
||||
//[/Comments]
|
||||
*/
|
||||
class ButtonLED : public Button
|
||||
class ButtonLED : public Button, public Timer
|
||||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
@@ -48,6 +48,8 @@ public:
|
||||
void paintButton (Graphics& g, bool isMouseOverButton, bool isButtonDown);
|
||||
void clicked(const ModifierKeys &modifiers);
|
||||
void mouseWheelMove(const MouseEvent &event, const MouseWheelDetails &wheel);
|
||||
void timerCallback();
|
||||
void flash(uint32_t duration_ms);
|
||||
void setTriggeredOnMouseDown (bool triggeredOnMouseDown);
|
||||
bool getClickingTogglesState (void);
|
||||
void setClickingTogglesState (bool clickingTogglesState);
|
||||
|
||||
Reference in New Issue
Block a user