UM:Preset Layout

From DigitalVision
Jump to: navigation, search

Darrow-up.png     Previous Next

Preset Layout

 

Location :

C:\Nucoda\2014_1\root\ParamLayout.configs

 

The ParamLayout.configs file arranges various tool interface elements - parameters, pages, buttons etc.

File Format

All layouts are wrapped inside the paramConfigurations tag. The Gamma Matrix effect layout is defined in a section wrapped with the tag GammaMatrix.

dv_note

Note that each tool (e.g. GammaMatrix, HLS, DvoRegrain etc.) has parameters delimited by square brackets ([,]).

 

Within the GammaMatrix layout section, specify preset buttons use the syntax :

 

presetButton "<BUTTON NAME>" "<IDENTIFIER>"

 

Where <BUTTON NAME> will be the button title (text on button) and <IDENTIFIER> identifies the button action to use  from the preset definition file.

 

For the GammaMatrix tool, the <IDENTIFIER> key has a format :

 

GammaMatrix.<PresetIdentifier>

 

The <PresetIdentifier> is the unique name given to the preset (see the Preset Definition section).

Examples

paramConfigurations

{

 ...

 ...

 GammaMatrix

  [

    ...

    presetButton "Test Matrix" "GammaMatrix.matrixTestSample"

    presetButton "1.88" "GammaMatrix.preGamma188"

    ...

  ]

  ...

}

 

The above produce the following interface buttons :

 

ch-effects-gamma-matrix-matrix-test-matrix-button

 

Darrow-up.png     Previous Next