Wanted to clarify something in my last email:
> * how to handle parameters to plugins and transitions in a general way? 
> I was thinking along the lines of combinations of general data types: we 
> can allow any number of keys that can be one of int, real, color, and 
> str. 

What i mean is, any number of unique keys that map to one of the
following...

Essentially, everything in the intermediate format is either a
dictionary, a list, or a "value." And values can be integers, reals,
solid colors, arbitrary strings, or finally, a sequence of values.

> controller-type parameter where it defines how data chagnes over time. 
> Maybe we can also define an "interpolation" data type that contains a 
> list of keyframes(timestamps) and options which define how to 
> interpolate between them. For example
> 
> volume = [("linear", (0.00, 1.00), (1000, 5.0),)])

The first number up there should just be 0, not 0.00. And it should look
more like "volume": ...

Sorry for the confusion,

--Brandon


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pitivi-pitivi mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pitivi-pitivi

Reply via email to