User manual

Effect Selector Configuration
477
© 2014 Digital Vision
UM-2014.1-07
User Configuration File
Name :
userEffectList.prefs
Location :
C:\Phoenix\2014_1\root
This file does not exist by default.
If it exists, it will over-ride the default settings in the defaultEffectList.prefs file.
An example userEffectList.prefs file exists in the example_files
folder.
Configuration File Format
A high-level overview of the file format is shown below :
effectList
[
// These effects appear in top-level
effects "effect1" "effect2"
// Multiple "GROUPS" allowed
GROUP
{
// As displayed as menu name
name "NAME"
// As appearing in sub-menu
effects "effect1" "effect2"
}
// Add more effects to top-level here
effects "effect3" "effect4"
// or false. Insert default effects?
insertDefault true
// Do not show these effects
Hidden
{
effects "effectA" "effectB"
}
]
Note that the entire effectList content is wrapped in SQUARE ([,])
brackets.
effects
List effects to use (to display, or to hide).
Each is quoted and separated with spaces.