Lesson 9 Tut3: Difference between revisions

From English DMXC-Wiki
(Die Seite wurde neu angelegt: „<h2 style="{{Style:Hauptseite:Überschrift}}" align="center">DMXControl 3 lessons</h2> <div style="{{Style:Hauptseite:Box}} background-color:#f5faff"> <!-- Rechte…“)
 
No edit summary
Line 7: Line 7:


==Overview==
==Overview==
In this lesson we explain the fanning feature. With fanning you can create impressive effects with groups of lamps, e.g. rainbow effects or waves.
The previous lession introduced into simple cues. In this lesson we explain some more sophisticated features of scenes, e.g. the fanning feature. With fanning you can create impressive effects with groups of lamps, e.g. rainbow effects or waves.




==Lecture 9: Fanning ==
==Lecture 9: Fanning, chasers and other effects==


Fanning means from technical point of view to split a value oder domain to a group of devices.


===linear fanning===
{| class="wikitable"
|-
!        Syntax        !!        Example        !! Description
|-
|  >  ||    50 > 100    || linear interpolation
|-
|  <>    || 50 <> 100 || linear interpolation: marginal devices: 100, central devices 50
|-
|  ><    || 50 >< 100 || contrary: marginal devices: 50, central devices 100
|}
=== alternate fanning ===
{| class="wikitable"
|-
!        Syntax        !!        Example        !! Description
|-
|  #  ||    50 # 100    || alternate values 100/50/100/50 ...
|-
|  # #    || 100 # 50 # 0 || alternate values 100/50/0/100/50/0 ...
|}





Revision as of 15:47, 17 April 2011

DMXControl 3 lessons


Overview

The previous lession introduced into simple cues. In this lesson we explain some more sophisticated features of scenes, e.g. the fanning feature. With fanning you can create impressive effects with groups of lamps, e.g. rainbow effects or waves.


Lecture 9: Fanning, chasers and other effects

Fanning means from technical point of view to split a value oder domain to a group of devices.

linear fanning

Syntax Example Description
> 50 > 100 linear interpolation
<> 50 <> 100 linear interpolation: marginal devices: 100, central devices 50
>< 50 >< 100 contrary: marginal devices: 50, central devices 100

alternate fanning

Syntax Example Description
# 50 # 100 alternate values 100/50/100/50 ...
# # 100 # 50 # 0 alternate values 100/50/0/100/50/0 ...


to be added (by beta testers)


Excercise

  • Try to generate

Additional links and references


Certificate

I have understood the topics of this lecture and want to continue with next course: Lecture10: XXXX


{{#tree:id=dmxc3|openlevels=1|root=DMXC 3 lessons|

}}