- 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:
@@ -197,7 +197,7 @@ void ButtonLED::paintButton (Graphics& g, bool /*isMouseOverButton*/, bool /*isB
|
||||
}
|
||||
}
|
||||
|
||||
void ButtonLED::flash(uint32_t duration_ms)
|
||||
void ButtonLED::flash(uint32_t duration_ms, uint32_t brighness)
|
||||
{
|
||||
setToggleState(true, juce::NotificationType::dontSendNotification);
|
||||
startTimer((uint32_t)duration_ms);
|
||||
|
||||
Reference in New Issue
Block a user