Difference between revisions of "DMX FXSlot"
(Created page with "{{i18n|DMX FXSlot}} {{Module |NAME=DMX FXSlot |MENUCONFIG={{Applications}}->DMX FXSlot |STATUS={{stable}} |PINNING=no |ECMD={{has_ecmd}} |DEPENDS=ECMD |REQUIRES= [[DMX Stora…") |
|||
Line 12: | Line 12: | ||
DMX FXSlot provides slots which can be assigned to different effects/animations and devices during runtime. | DMX FXSlot provides slots which can be assigned to different effects/animations and devices during runtime. | ||
+ | |||
+ | == Idea of FXSlot == | ||
+ | |||
+ | The big 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. |
Revision as of 15:16, 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
The big 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.