Lesson 8 Tut3: Difference between revisions

From English DMXC-Wiki
m (minor fixes)
m (minor fixes part2)
Line 63: Line 63:
}}
}}
{{Bild_mit_Unterschrift |Clear_programmer.jpg|4|Clearing the programmer|center}}
{{Bild_mit_Unterschrift |Clear_programmer.jpg|4|Clearing the programmer|center}}
[[File:Clear_programmer.jpg]]




Line 125: Line 124:
In the same way you can create some more cues and store it in the scene list.
In the same way you can create some more cues and store it in the scene list.
{{Bild_mit_Unterschrift |DMXC3L08 SecondScene.JPG|5|Cuelist with some cues|center}}
{{Bild_mit_Unterschrift |DMXC3L08 SecondScene.JPG|5|Cuelist with some cues|center}}
[[File:DMXC3L08 SecondScene.JPG]]


===Playing back cues===
===Playing back cues===

Revision as of 12:11, 22 January 2013

Template:Hauptüberschrift

Arrow back.png Lesson 7
Lesson 9 Arrow forw.png
table of content

Overview

Scenes (cues) are the most important elements of your show. Here we will explain the powerful scene concept of DMXControl 3. The terms "cue" and "scene" are used as synonym words.


Lecture 8: Scenes (cues) and scene lists

Now the real work begins - we will create our first cue in DMXControl 3! All RGB lights will shine green.


  • We go to the Stage View
  • We select the "Generic RGB PAR Group" (or choose all RGB light with one of the other methods)
  • The intensity of the dimmer panel is pulled or press the "Lumos" button
  • In the color panel select "green". The 8 headlights in the Stage View should now respond accordingly (see figure)


Picture 1: Setting the floodlights on the desired settings
Picture 1: Setting the floodlights on the desired settings


  • On the left click on "Add new cue"
  • It opens a new window called "Programmer filter" which we will explain in Chapter 10. For now press OK.

DMXC3L08 programmerFilter.JPG

  • Because we do not have any cue list yet, a new one will be created now automatically. This is displayed in a new panel.
  • Here we rename the cue in the Name field to "My First Cue".


Picture 2: View of the programmer window
Picture 2: View of the programmer window


Each scene (cue) needs a "host container" - that's a scenelist (cuelist). New cuelists can be created clicking the small triangle besides the "Add new cue" button and there follow the drop. Then again press "Add new cue!".

DMXC3L08 createSceneListnew.JPG

You can open this new cue list with a double click on the object in the project explorer or using the context menu item "open" (or double click). In the tabular list you can adjust the individual parameters of the cue.

DMXC3L08 changeLiveView.JPG

 Important Hint The name of the cue should always be changed so that you can remember later quickly what the cue includes, what the reason is and wich target this cue has (e.g., "First scene", "Start cue", "ML red", etc.). There is even a comment box at the far right side in the scene list.


The life cycle of a cue is as following:


Picture 3: Lifecycle of cues in DMXControl 3
Picture 3: Lifecycle of cues in DMXControl 3


A cue waits at first for its trigger point, see Lesson 11. Then the delay-time becomes relevant if it is defined. Finally a fade-in time can be specified where the cue is faded in (increasing particular the dimmer channel).

Alternatively to delay / fade-in you may define delay down / fade down. This is common in the theater control when the value should be reduceded compared to the previous cue.


Please note that a cue by itself never "completes" but is always "overwritten" with a different cue.

DMXC3L08 FirstScene.JPG


 Attention You have to clean the programmer! Otherwise nothing will happen, when you press the play button. More details will follow in the next chapter.

Template:Bild mit Unterschrift


In following table we explain the meaning of cue attributes (which you can see in the scene list header):

Attribute Description Example
Progress shows the status of the scene during execution of scene list (wait time and progress) in percent
Trigger relation to predecessor cue, use "follow" as default see Lesson 11
Trigger Value see Lesson 11
Name free name of scene should explain the content of cue
Fade fade-in value in milli seconds [ms]
Delay fanning for fades see Lesson 9
Ac (active) is this cue active or should it be ignored? default: active
Ap (autoprepare) Autoprepare - prepares certain channels for next cue (e.g. prepare correct position of clor wheel for next cue) default: active
Re (ReExecute) If ReExecute is active on a cue this cue takes all probably running fades and then it fades all of them with the selected fadetime from the actual value to the destination value. Example:

Cue 39 Fade 0s: 1 + 2 at full
Cue 40 Fade 500s: 1 at 0
Cue 41 Fade 10s: 2 at 0
(Cue 41 should be a blackout)

Normally cue 41 follows if cue 40 is ready. Fading on black within 10 seconds.
Now someone on stage forgets his/her text and cue 41 must start faster than expected. Cue 40 is still running (60s left).

What normally happens when you start cue 41 manually: 2 fades on 0 in 10s, 1 continues the fade to 0 in the residual 60s

If Re is active for cue 41 the 1 immedately goes down from the actual value at this time to 0 in 10s together with device 2.

Comment for free use, insert explaining words

In the same way you can create some more cues and store it in the scene list. Template:Bild mit Unterschrift

Playing back cues

Go, Back, etc.

However you can also play a cue that is not in sequence by holding down CTRL and double clicking the cue you want to play.

Using advanced timing (=> Property Based Timing)

It is possible to set delay and fade times for each property individually. You can use this feature to build a cue that moves your moving lights to a different position, then change the color and after that change the gobo.

In the property grid, change "Values" to "Fade" or "Delay". You can now set fade or delay for each property. DMXControl expects time in milliseconds. Also you can use fanned values here. See Lesson 9.


The following example will immediately open the shutter and fade the intensity from 0 to 100% within 1 second (dimmer fade) after this 1 second (color delay) the color will be faded within 5 seconds (color fade). The total duration of this cue will be 6 seconds, because the longest action is the color fade: delay 1s + fade 5s.

Dmxc3 advanced timing value.jpg   Dmxc3 advanced timing fade.jpg


Dmxc3 advanced timing delay.jpg

Editing Property Based Timing

Once you saved a cue with property based timing you can edit the values: ... i guess should work but i don't know how.

Excercise

  • Generate your own cues
  • Try the buttons "STOP", "GO" and "Mode" in the cue list
  • Work with different fade times


Certificate

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



Arrow back.png Lesson 7
Lesson 9 Arrow forw.png
table of content