Add note regarding Reaper with VST [ci skip]
This commit is contained in:
parent
9952d28b97
commit
4f416f9970
1 changed files with 1 additions and 0 deletions
|
|
@ -324,6 +324,7 @@ tresult SfizzVstControllerNoUi::notify(Vst::IMessage* message)
|
||||||
pos += sizeof(uint32);
|
pos += sizeof(uint32);
|
||||||
float value = *reinterpret_cast<const float*>(pos);
|
float value = *reinterpret_cast<const float*>(pos);
|
||||||
pos += sizeof(float);
|
pos += sizeof(float);
|
||||||
|
#pragma message("setParam() on non-UI thread is dangerous on Reaper, make it deferred instead")
|
||||||
setParam(pid, value);
|
setParam(pid, value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue