- port to minGw
git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@235 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -96,7 +96,7 @@ public:
|
||||
if (!button_midi_learn->getToggleState())
|
||||
return;
|
||||
|
||||
label_MidiCC_ID->setText(String(controllerID), true);
|
||||
label_MidiCC_ID->setText(String(controllerID), juce::NotificationType::sendNotification);
|
||||
}
|
||||
synth_float_t getCurrentControlValue(void)
|
||||
{
|
||||
@@ -128,11 +128,11 @@ public:
|
||||
{
|
||||
if (doChangeParameter())
|
||||
{
|
||||
slider_test->setValue(toSlider(pMidiCC->getParam(pMidiCC_container), (synth_float_t)currentParamValue), true);
|
||||
slider_test->setValue(toSlider(pMidiCC->getParam(pMidiCC_container), (synth_float_t)currentParamValue), juce::NotificationType::sendNotification);
|
||||
}
|
||||
else
|
||||
{
|
||||
slider_test->setValue(toSlider(pMidiCC->getControl(pMidiCC_container), (synth_float_t)currentControlValue), true);
|
||||
slider_test->setValue(toSlider(pMidiCC->getControl(pMidiCC_container), (synth_float_t)currentControlValue), juce::NotificationType::sendNotification);
|
||||
}
|
||||
}
|
||||
void GetMin();
|
||||
|
||||
Reference in New Issue
Block a user