[Kdenlive-devel] new veml

Rolf Dubitzky R.Dubitzky at physi.uni-heidelberg.de
Tue Mar 16 17:10:41 UTC 2004


On Tuesday 16 March 2004 04:15, Jason Wood wrote:
> On Saturday 13 March 2004 21:36, Rolf Dubitzky wrote:
> > Note that piave reports the capabilities (i.e. the paramerters etc.) ot
> > the effects. try './utils/plistplugins' and look at the invert and
> > textmaster effects. The syntax is not yet correct, but I want to hear
> > your opinion before finishing that stuff.
>
> My preferred format for a parameter looks like this :
>
> <parameter name="name" isdynamic="true" type="text">
> 	A long description of the parameter goes inside of the paramter tag.
> </parameter>

How about 

      <parameter isdyn="true" name="position" type="box">
          <about>Position relative to upper left corner.</about>
          <default h="0.800000" w="0.800000" x="0.100000" y="0.100000" />
      </parameter>

i.e. an additionan <about> tag around the long text. Having content (about 
text) _and_ daughter nodes (default/min/max values) inside a node is more 
complicated to parse.

-r

-- 
contacts: http://www.physi.uni-heidelberg.de/~dubitzky




More information about the Kdenlive mailing list