commit #57
This commit is contained in:
parent
ed107c21bc
commit
cba5a3adb1
1 changed files with 7 additions and 7 deletions
|
@ -404,13 +404,13 @@ fun ShowBuilderContext.fourthAct() = act("Vierter Akt") {
|
|||
rightSpotTarget = "Paula"
|
||||
|
||||
onRun {
|
||||
Tops.both.forEach { it.brightness.pulseOnce(200.milliseconds, 5.seconds) }
|
||||
Tops.both.forEach { it.brightness.pulseOnce(200.milliseconds, 10.seconds) }
|
||||
FrontLights.all.forEach { it.brightness.off() }
|
||||
|
||||
spotRight.brightness.fade(50.percent, 6.seconds)
|
||||
|
||||
bar.color.static(Color(190.degrees))
|
||||
bar.brightness.static(100.percent)
|
||||
bar.brightness.fade(start = 0.percent, end = 50.percent, duration = 3.seconds)
|
||||
|
||||
sideLight.color1.static(Color(190.degrees, 40.percent, 40.percent))
|
||||
sideLight.color2.fadeRandomAround(190.degrees, 10.degrees, 5.seconds)
|
||||
|
@ -418,7 +418,7 @@ fun ShowBuilderContext.fourthAct() = act("Vierter Akt") {
|
|||
sideLight.color4.fadeRandomAround(190.degrees, 20.degrees, 6.seconds)
|
||||
|
||||
Washs.both.forEach {
|
||||
it.brightness.static(100.percent)
|
||||
it.brightness.fade(100.percent, 3.seconds)
|
||||
it.beamAngle.fade(0.percent, 2.seconds)
|
||||
}
|
||||
}
|
||||
|
@ -595,13 +595,13 @@ fun ShowBuilderContext.fourthAct() = act("Vierter Akt") {
|
|||
}
|
||||
|
||||
lightStep(StepCue.Custom("2 Becken")) {
|
||||
bar.brightness.pulseOnce(50.milliseconds, 200.milliseconds)
|
||||
bar.brightness.pulseOnce(50.milliseconds, 500.milliseconds)
|
||||
|
||||
sideLight.colors.forEach { it.static(Color(245.degrees)) }
|
||||
|
||||
launch {
|
||||
delay(200.milliseconds)
|
||||
sideLight.brightness.pulseOnce(50.milliseconds, 200.milliseconds)
|
||||
sideLight.brightness.pulseOnce(50.milliseconds, 300.milliseconds)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -611,11 +611,11 @@ fun ShowBuilderContext.fourthAct() = act("Vierter Akt") {
|
|||
}
|
||||
|
||||
lightStep(StepCue.Custom("2 Becken")) {
|
||||
bar.brightness.pulseOnce(50.milliseconds, 200.milliseconds)
|
||||
bar.brightness.pulseOnce(50.milliseconds, 500.milliseconds)
|
||||
|
||||
launch {
|
||||
delay(200.milliseconds)
|
||||
sideLight.brightness.pulseOnce(50.milliseconds, 200.milliseconds)
|
||||
sideLight.brightness.pulseOnce(50.milliseconds, 300.milliseconds)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue