hoffor
hoffor
`pfd` is a struct made using `Buffer` (prev `VarSetCapacity`) and `NumPut` v1: `DllCall("SetPixelFormat", "uInt", hwndDC, "uInt", iPixelFormat, "uInt", &pfd)` v2 good: `DllCall("SetPixelFormat", "uInt", hwndDC, "uInt", iPixelFormat, "uInt", pfd.Ptr)` your v2:...
Almost had a damn heart attack LOL The cursor-operated volume control on the OSD (which is a HORRIBLE idea in the first place, Microsoft) is clickable even when the OSD...
I really don't know how vst development works, but I know that most plugins support plugin delay compensation, meaning the plugin reports to the host how much latency it's generating...
A correction for the pressure advance calibration section: Klipper has patched TMC2208's incompatibility with its version of pressure advance including in standalone mode: https://github.com/Klipper3d/klipper/pull/2597 section: https://teachingtechyt.github.io/calibration.html#linadv Previous: "Linear advance is...
### Description demos are recorded at whatever tick rate the client is using. for some reason timedemo plays back the demo at an unreasonably fast pace the lower the tick...