User manual

Appendices
478
© 2014 Digital Vision
UM-2014.1-07
The effect names used are the "effect id". You can list all the "effect
id"'s by running the application with the argument --effect-ids e.g.
cd \Program Files\Nucoda\2014_1\
nucoda_fuse.exe --effect-ids
You can have multiple "effects" lines.
You can use multiple "effects" tags.
An "effects" tag at the top-level is displayed at the top-level of the
Effect Selector. An "effects" tag in a GROUP is displayed within the
named ("name") GROUP.
Example :
effects "Blur" "ChannelExtract" "Saturation"
GROUP
A GROUP groups a set of effects together as a unit with a "name".
The "name" will be displayed in the GUI.
The listed effects are given inside the "effects" tag within the GROUP.
You can have multiple GROUP sections.
Example :
MainEffects
{
effects "Blur" "ChannelExtract" "Saturation"
}
insertDefault
This tag will insert the default effects list (in its entirety) where this tag is
placed.
true - Insert the default effects list. The list inserted is as per the
defaultEffectList.prefs file and inserted where this tag is placed.
false - Do not insert the default list of effects. This may have the effect
of minimising and simplifying the effects list.
If "insertDefault" is omitted, this is equivalent of "insertDefault true" being
added at the end.
Example :
insertDefault true