diff --git a/plugins/vst/SfizzVstController.cpp b/plugins/vst/SfizzVstController.cpp index 17c3098b..cdd9f0b3 100644 --- a/plugins/vst/SfizzVstController.cpp +++ b/plugins/vst/SfizzVstController.cpp @@ -324,6 +324,7 @@ tresult SfizzVstControllerNoUi::notify(Vst::IMessage* message) pos += sizeof(uint32); float value = *reinterpret_cast(pos); pos += sizeof(float); + #pragma message("setParam() on non-UI thread is dangerous on Reaper, make it deferred instead") setParam(pid, value); } }