Difference between revisions of "UM:Preset Layout"

From DigitalVision
Jump to: navigation, search
m (Text replacement - "|Platform:" to "|UM:")
m (Text replacement - "Platform:" to "UM:")
 
Line 39: Line 39:
 
<p class="p_DVBodyText"><span class="f_DVFConfigFile">GammaMatrix</span><span class="f_DVBodyText">.</span><span class="f_DVFConfigFile">&lt;PresetIdentifier&gt;</span></p>
 
<p class="p_DVBodyText"><span class="f_DVFConfigFile">GammaMatrix</span><span class="f_DVBodyText">.</span><span class="f_DVFConfigFile">&lt;PresetIdentifier&gt;</span></p>
 
<p class="p_DVBodyText"><span class="f_DVBodyText"> </span></p>
 
<p class="p_DVBodyText"><span class="f_DVBodyText"> </span></p>
<p class="p_DVBodyText"><span class="f_DVBodyText">The </span><span class="f_DVFConfigFile">&lt;PresetIdentifier&gt;</span><span class="f_DVBodyText"> is the </span><span class="f_DVBodyText" style="font-style: italic;">unique</span><span class="f_DVBodyText"> name given to the preset (see the [[Platform:Preset_Definition|Preset Definition]] section).</span></p>
+
<p class="p_DVBodyText"><span class="f_DVBodyText">The </span><span class="f_DVFConfigFile">&lt;PresetIdentifier&gt;</span><span class="f_DVBodyText"> is the </span><span class="f_DVBodyText" style="font-style: italic;">unique</span><span class="f_DVBodyText"> name given to the preset (see the [[UM:Preset_Definition|Preset Definition]] section).</span></p>
 
<p class="p_DVHeader3"><span class="f_DVHeader3">Examples</span></p>
 
<p class="p_DVHeader3"><span class="f_DVHeader3">Examples</span></p>
 
<div style="text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;"><table bgcolor="#e8e8e8" border="0" cellpadding="4" cellspacing="0" style="background-color: #e8e8e8; border: none; border-spacing:0px; border-collapse: collapse;">
 
<div style="text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;"><table bgcolor="#e8e8e8" border="0" cellpadding="4" cellspacing="0" style="background-color: #e8e8e8; border: none; border-spacing:0px; border-collapse: collapse;">

Latest revision as of 12:10, 15 October 2014

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