-
Couldn't load subscription status.
- Fork 216
Description
From [email protected] on November 28, 2013 08:11:17
This might be usefull since OLA now supports a few Dimmerpacks directly.
When you want to address multiple Dimmers you have to create one Universe for each device.
With a mapper one could copy channels beween Universes. This would be really usefull for that usecase.
We would need to discuss how to set up a map-file. And how to avoid loops in the mapping.
A possible syntax would be 'universe-01.map'
1:u3c3 #reads: fill channel1-data with data from universe3 channel3
2:u3c2
3:u3c1
4:u3c7
5:u3c5
6:u3c4
...
(this would copy data from universe3 to universe1 and reverse the color-order from RGB to BGR).
Original issue: http://code.google.com/p/open-lighting/issues/detail?id=279