- prepared Midiclock sync of voices
- buttonLed has flash() has brightness git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@716 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+2
-2
@@ -39,7 +39,7 @@
|
||||
class ButtonLED : public Button, public Timer
|
||||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
//==============================================================================
|
||||
ButtonLED (const String& name);
|
||||
~ButtonLED();
|
||||
|
||||
@@ -49,7 +49,7 @@ public:
|
||||
void clicked(const ModifierKeys &modifiers);
|
||||
void mouseWheelMove(const MouseEvent &event, const MouseWheelDetails &wheel);
|
||||
void timerCallback();
|
||||
void flash(uint32_t duration_ms);
|
||||
void flash(uint32_t duration_ms, uint32_t brightness);
|
||||
void setTriggeredOnMouseDown (bool triggeredOnMouseDown);
|
||||
bool getClickingTogglesState (void);
|
||||
void setClickingTogglesState (bool clickingTogglesState);
|
||||
|
||||
Reference in New Issue
Block a user