Difference between revisions of "DMX FXSlot"

From Ethersex_Wiki
Jump to: navigation, search
(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 16: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.