You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** @brief notify host that the internal data structures need syncing back to parameters for persistance and so on. This is reset by the host after calling SyncPrivateData. */
1354
+
/** @brief notify host that the internal data structures need syncing back to parameters for persistence and so on. This is reset by the host after calling SyncPrivateData. */
1355
1355
voidImageEffect::setParamSetNeedsSyncing()
1356
1356
{
1357
1357
_effectProps.propSetInt(kOfxPropParamSetNeedsSyncing, 1, false); // introduced in OFX 1.2
@@ -1506,7 +1506,7 @@ namespace OFX {
1506
1506
// fa niente
1507
1507
}
1508
1508
1509
-
/** @brief The sync private data action, called when the effect needs to sync any private data to persistant parameters */
1509
+
/** @brief The sync private data action, called when the effect needs to sync any private data to persistent parameters */
1510
1510
voidImageEffect::syncPrivateData(void)
1511
1511
{
1512
1512
// fa niente
@@ -1747,7 +1747,7 @@ namespace OFX {
1747
1747
}
1748
1748
}
1749
1749
1750
-
/** @brief Set whether the effect can be continously sampled. */
1750
+
/** @brief Set whether the effect can be continuously sampled. */
0 commit comments