Difference between revisions of "DMX FXSlot"
Line 15: | Line 15: | ||
== Idea of FXSlot == | == Idea of FXSlot == | ||
− | + | First advantage of FXSlot is, that you have to implement an effect or animation only once. One time you implement an effect you can multiple assign it with different speeds to different FXSlots during runtime. | |
+ | |||
+ | Second advantage is that an FXSlot can be assigned to different DMX channels during runtime. | ||
+ | |||
+ | == Examples == | ||
+ | |||
+ | 1. One RGB PAR with DMX adress 10 universe 1 with random color effect. | ||
+ | set device of FXSlot 0 : dmx fxslot devices 0 1 0 10 1 | ||
+ | set effect of FXSlot 0 : dmx fxslot effect 0 1 2 20 |
Revision as of 15:24, 5 December 2011
DMX FXSlot | |
---|---|
Status | Stable
|
menuconfig | Applications->DMX FXSlot |
Pinning | no |
Ecmd | yes |
Depends on | ECMD |
Requires | DMX Storage |
Code | https://github.com/ethersex/ethersex/tree/master/services/dmx-fxslot |
DMX FXSlot provides slots which can be assigned to different effects/animations and devices during runtime.
Idea of FXSlot
First advantage of FXSlot is, that you have to implement an effect or animation only once. One time you implement an effect you can multiple assign it with different speeds to different FXSlots during runtime.
Second advantage is that an FXSlot can be assigned to different DMX channels during runtime.
Examples
1. One RGB PAR with DMX adress 10 universe 1 with random color effect. set device of FXSlot 0 : dmx fxslot devices 0 1 0 10 1 set effect of FXSlot 0 : dmx fxslot effect 0 1 2 20