PierreJasmin
PierreJasmin
There is a typo in ofxParam.h /** @brief value for the ::kOfxParamDoubleTypeAngle property, indicating the parameter is to be interpreted as an angle. See \ref ParameterPropertiesDoubleTypes. */ #define kOfxParamDoubleTypeAngle "OfxParamDoubleTypeAngle"...
http://openeffects.org/standard_changes/modifying-plugin-properties-after-description states that a plugin instance can change the Enable state in Instance Changed with the following precaution advised for plugins that do so: " When setting to true we...
In ofxOpenGLRender.h "OfxImageEffectSuiteV2::clipGetImage function, with a few minor changes" - there is no OfxImageEffectSuiteV2 (at least not yet)
For oldOfx.h over time... Perhaps we should do ofxOld_v1.3.h, ofxOld_v1.2.h and ofxOld.h that is just: # include ofxOld_v1.3.h # include ofxOld_v1.2.h ofxOld_v1.2.h would be just the YUV stuff and documented...
# define kOfxParamPropInteractMinimumSize "OfxParamPropInteractMinimumSize" If we change type for: # define kOfxParamPropInteractSize "OfxParamPropInteractSize" Do we need to rename to something like: #define kOfxParamPropInteractSizeD "OfxParamPropInteractSizeD" to be safe and move kOfxParamPropInteractSize...