Personal tools
The Open Lighting Project has moved!

We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.

Difference between revisions of "LTP"

From wiki.openlighting.org

Jump to: navigation, search
(New page: LTP stands for "latest takes precedence" and is a method of merging DMX data from multiple sources. Category:Definitions)
 
Line 1: Line 1:
 +
LTP stands for "latest takes precedence" and is a method of merging [[DMX]] data from multiple sources.
 +
 +
LTP is cheaper in terms of memory to implement that [[HTP]] because it only requires two buffers.
 +
 +
Example
 +
 +
{| border="1"
 +
|
 +
|-
 +
| Time 1 | foo
 +
|-
 +
|}
  
LTP stands for "latest takes precedence" and is a method of merging [[DMX]] data from multiple sources.
+
See also:
 +
 
 +
* [[HTP]]
  
 
[[Category:Definitions]]
 
[[Category:Definitions]]

Revision as of 19:04, 10 July 2009

LTP stands for "latest takes precedence" and is a method of merging DMX data from multiple sources.

LTP is cheaper in terms of memory to implement that HTP because it only requires two buffers.

Example

foo

See also:

* HTP