Available Options
Available configuration values for the application and plugins
This is an overview of available options via the config JSON files.
Plugins not listed or custom extensions here may add additional options not listed here.
Plugins
Overview of all available plugins on/off configurations. These values decide whether the plugins are loaded at all.
Specific configuration for each plugin is detailed below and is generally available under the name of the plugin.
See Pluginsfor more information.
Enable configuration values within each plugin, when available, control whether the plugin is active but do not control loading. They are a better choice if you want to turn the plugins' activity on and off during usage.
{
"Plugins": {
"ArtNet": false, // Controls ArtNet plugin, boolean, default false
"ArtNet2": false, // Controls ArtNet2 plugin, boolean, default false
"ArtNet3": false, // Controls ArtNet3 plugin, boolean, default false
"OpenDMX": false, // Controls OpenDMX plugin, boolean, default false
"EnttecDMXUSBPro": false, // Controls Enttec DMX USB Pro plugin, boolean, default false
"XBox": false, // Controls XBox plugin, boolean, default false
"OSCSender": false, // Controls OSC Sender plugin, boolean, default false
"OSCReceiver": false, // Controls OSC Receiver plugin, boolean, default false
"OSCAudioReceiver": false, // Controls OSC Audio Receiver plugin, boolean, default false
"Shapes": false, // Controls Shapes plugin, boolean, default false
"MovingHeads": false, // Controls Moving Heads plugin, boolean, default false
"RemoteController": false // Controls Remote Controller plugin, boolean, default false
}
}Initialization (Init)
Settings related to the initial startup when the project is loaded.
The layout file referenced will be loaded onto the scene and is expected to be contained with the registry/layouts folder. See <MISSING: Registry, Layouts>
UI
The UI rendering can be enabled or disabled via the configuration.
This can be useful when you want to save performance and are done with editing the programming.
You can also control whether the Intro welcome dialog will be shown after startup and when the animated Screensaver will show up. Set the timeout to negative to disable the Screensaver.
Backdrop Configuration
Configuration for the Backdrop path. This will display an image below your scene.
See Backdrop for more information.
Area Dimensions
Settings for defining the dimensions of the area, ie. the room size in the Schematic scene view.
ArtNet and DMX
These settings control where and how the DMX/ArtNet output plugins send signal. They will only take effect if the respective plugins are enabled.
OpenDMX and EnttecDMXPro plugins detect output device automatically and have no options besides toggling the respective plugins.
See Plugins, ArtNet and <MISSING: OpenDMX, EnttecDMXPro> for more information.
OSC Configuration
Configuration settings for the OSC-related plugins.
Remote Controller Configuration
Configuration for the Remote Controller plugin.
This plugin allows for a high level web remote controller interface.
See Remote Controller for more information.
Last updated
Was this helpful?