Add note regarding Reaper with VST [ci skip]

This commit is contained in:
Jean Pierre Cimalando 2021-04-26 16:04:11 +02:00
parent 9952d28b97
commit 4f416f9970

View file

@ -324,6 +324,7 @@ tresult SfizzVstControllerNoUi::notify(Vst::IMessage* message)
pos += sizeof(uint32);
float value = *reinterpret_cast<const float*>(pos);
pos += sizeof(float);
#pragma message("setParam() on non-UI thread is dangerous on Reaper, make it deferred instead")
setParam(pid, value);
}
}