- fixed notification stuff

- getWritePointer()
- added custom build step; copy dll to VST-Plugins folder

git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@237 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2015-02-21 23:04:53 +00:00
parent a21e5554c4
commit dadf05a851
4 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ void ButtonLED::clicked(const ModifierKeys &modifiers)
return;
if (clickingTogglesState)
setToggleState(!state, false);
setToggleState(!state, juce::NotificationType::dontSendNotification);
}