File: TODO

package info (click to toggle)
ola 0.10.7.nojsmin-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,252 kB
  • sloc: cpp: 131,729; python: 13,127; sh: 4,590; ansic: 2,179; java: 518; xml: 253; makefile: 142
file content (20 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

See https://github.com/OpenLightingProject/ola/issues?direction=desc&state=open

--URGENT--
resend DMX on idle (artnet every 4s)

--REQUIRED--

* allow for finer grained channel control (set_block, set_channel)
* regression tests for plugins

--WISH LIST--

* consider using filters:
	o split dmx to different universes OUT = SPLIT(1,0,255)
	o invert channels OUT = INV(1)
	o different merge modes OUT = HTP(1,2)
	o change offset / map  OUT = OFFSET(1, +50)
	o scaler (OUT = SCALE(1, %40) )
	o clip (OUT = CLIP(1,%80) )