Gary Oberbrunner

Results 255 comments of Gary Oberbrunner

* I would be surprised if any host tried to interpolate a StrChoiceParam, but it's not impossible since an order is defined. * String param interpolation requires a custom callback,...

> "but I have seen it used in Nuke to switch among a set of inputs (where the choice param's options are which input to use)" > But I assume...

> A situation that this does not handle directly is importing data directly in plug-in or using a custom modal dialog with key-frame handles, would the proper way to store...

> my suggestion would be strike out custom option for now. That works for me. @fxtech ?

@revisionfx I thought we explicitly rejected trying to specify the spline types, because it would lead to unmanageable complexity, because there are so many types of splines and ways to...

Just reviewing old PRs... I see the version of `include/ofxMultiThread.h` here has diff markers in it so it's clearly incorrect. If you'd like to send a proper version of what...

No, I mean the file itself has "diff markers" in it. It would not compile as is. You replaced the actual file with something corrupted. The first line of include/ofxMultiThread.h...

As per your other points, I suggest you take that up with a host vendor who is willing to implement their side of it, and see where that goes. I...

I note that Microsoft [specifically recommends](https://learn.microsoft.com/en-us/windows/arm/arm64x-pe) that plugins should be built as Arm64X (similar to Mac fat or universal binaries).

Something like Pierre's suggestion of `kOfxFuncSupported` seems much better than changing the signature of a core API function.