Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/sources/Reference/ofxParameter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ and show how to evaluate the curve
// add a control point at 0, value is 1
gParametricParamHost->parametricParamAddControlPoint(descriptor,
component, // curve to set
0.0, // time, ignored in this case, as we are not adding a ket
0.0, // time, ignored in this case, as we are not adding a key
0.0, // parametric position, zero
1.0, // value to be, 1
false); // don't add a key
Expand Down
2 changes: 1 addition & 1 deletion include/ofxImageEffect.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ These are the list of actions passed to an image effect plugin's main function.
The default RoI is simply the value passed in on the
\ref kOfxImageEffectPropRegionOfInterest
``inArgs`` property set. The host must initalize all the RoIs in the ``outArgs`` property set
``inArgs`` property set. The host must initialize all the RoIs in the ``outArgs`` property set
to this value before the action is called.
@param handle handle to the instance, cast to an \ref OfxImageEffectHandle
Expand Down
Loading