Paul Peavyhouse

Results 186 comments of Paul Peavyhouse

When loading `reacomp-standalone.dll`, the very first command in `::Vst2IntPtr VstHostCommandProxy::Dispatch(int32_t opcode, int32_t index, ::Vst2IntPtr value, void* ptr, float opt)` is `command = CurrentId (2)`. ![image](https://user-images.githubusercontent.com/1393897/186278707-f710b28d-8532-48a3-aef2-94f3f209b1a2.png) Incidentally, loading all of the...

I changed `HostCommandStub.HostCommands.GetCurrentPluginID()` to the following "safer" code and now it does not crash. ![image](https://user-images.githubusercontent.com/1393897/186279728-1f1136a7-0f00-443d-ac5b-98d8b5febcec.png) I am not sure if `-1` is an appropriate return value.

See https://github.com/NightVsKnight/vst.net/commit/2996d03e379c11c5d5a5d5de8620acaa256eea5f. Again, not sure what an appropriate "unknown plugin id" value is.

See https://github.com/NightVsKnight/vst.net/commit/855f6291e2134c3554a93be10f864b1868ced7f3 It returns non-400x300 rect when queried in OnLoad, which appears to be the more appropriate place to resize the control.

Try this in the latest `develop` branch `4.11.0-RC` tagged version that is due to officially release once approved: https://github.com/Palakis/obs-ndi/pull/849

This seems fixed in 4.11.0-RC; Closing. Feel free to re-open if you test and disagree.

Try this in the latest `develop` branch `4.11.0-RC` tagged version that is due to officially release once approved: https://github.com/Palakis/obs-ndi/pull/849

@ssl-3 Is it OK to close this? Would you like to try again w/ the latest 4.11.0-RC?

Try this in the latest `develop` branch `4.11.0-RC` tagged version that is due to officially release once approved: https://github.com/Palakis/obs-ndi/pull/849