eos
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| eos [2023/10/20 21:57] – [missing] ssm2017 | eos [2024/11/22 12:31] (current) – [Show Control] ssm2017 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== EOS ====== | ||
| ===== show ===== | ===== show ===== | ||
| Line 291: | Line 292: | ||
| ===== cue list ===== | ===== cue list ===== | ||
| + | ==== release cuelist ==== | ||
| + | < | ||
| + | goto cue 2/ out | ||
| + | </ | ||
| ==== go to cue 0 and home device params ==== | ==== go to cue 0 and home device params ==== | ||
| Line 359: | Line 364: | ||
| ===== effects ===== | ===== effects ===== | ||
| + | usefull macro : " | ||
| ==== stop effect ==== | ==== stop effect ==== | ||
| Line 372: | Line 377: | ||
| </ | </ | ||
| + | ==== flyout ==== | ||
| + | [[https:// | ||
| + | absolute effect | ||
| + | ^action ^param ^step time ^time ^dwell ^level^ | ||
| + | |1|intens|0|0|3.99|100.0| | ||
| + | |2|tilt|(0)|0|0|bkgrd| | ||
| + | |3|tilt|2.99|3.49|0.5|(+)-100| | ||
| + | |4|intens|0.75|0.5|1.5|0.0| | ||
| + | |5|tilt|1.5|0|0|bkgrd| | ||
| + | |||
| + | ==== sym circle ==== | ||
| + | === version 1 === | ||
| + | inspiration : https:// | ||
| + | * group 1 : 1 thru 4 | ||
| + | * group 2 : 5 thru 8 | ||
| + | * effect 1 : circle (standard) | ||
| + | * effect 2 : circle (attributes reverse / green arrow left down (mirror hor + mirror vert) | ||
| + | * macro 1 : | ||
| + | <sxh> | ||
| + | group 1 effect 1 | ||
| + | group 2 offset reverse effect 2 | ||
| + | </ | ||
| + | === version bg === | ||
| + | using same effects, need to set "Axis -10" to be very symetrical | ||
| + | <sxh> | ||
| + | Offset Num_Groups 2 | ||
| + | Next Effect 4 | ||
| + | Next Offset Reverse Effect 5 | ||
| + | </ | ||
| + | |||
| + | === version mega < | ||
| + | only working for 4 fixtures..... it is better to use version bg... | ||
| + | source : https:// | ||
| + | |||
| + | <sxh> | ||
| + | hardkey : tab 12 | ||
| + | chan 1 t 4 type ayrton eurus s basic | ||
| + | -> panel augmented3d | ||
| + | chan 1 thru 4 position */*/5 | ||
| + | chan 1 thtu 4 position */4/ | ||
| + | chan 1 thru 4 position -4/*/thru 4/*/ | ||
| + | hardkey esc | ||
| + | chan 1 thru 4 record group 1 | ||
| + | group 1 @ full | ||
| + | mouse : in augment3d tab, left click and maintain on the lead singer position until the machines are in place | ||
| + | record focus palette 1 | ||
| + | effect effect | ||
| + | 901 copy to 901.1 | ||
| + | effect 901.1 reverse steps | ||
| + | hardkey : esc | ||
| + | g 1 a f f | ||
| + | group 1 offset chan per group 2 | ||
| + | next | ||
| + | group 1 offset chan per group 2: chan 1 thru 2 effect 901 | ||
| + | next | ||
| + | group 1 offset chan per group 2: chan 3 thru 4 effect 901.1 | ||
| + | effect 901.1 axis -15 | ||
| + | record preset 10 plus fx | ||
| + | ctrl+g+o+i+0 | ||
| + | g 1 alt+p 10 | ||
| + | </ | ||
| ===== a revoir ===== | ===== a revoir ===== | ||
| - | * block | + | * <del>block</ |
| * autoblock | * autoblock | ||
| - | * assert | + | * <del>assert</ |
| - | =====missing ===== | + | ===== missing ===== |
| * group 1 at full thru 0 thru full | * group 1 at full thru 0 thru full | ||
| - | * cue 2/ out | + | * < |
| - | * where is the " | + | * < |
| + | * <del>where is the " | ||
| * small faders on big screen | * small faders on big screen | ||
| * locked on " | * locked on " | ||
| + | * out out = out time 0 | ||
| + | |||
| + | ===== OSC ===== | ||
| + | ==== Tests ==== | ||
| + | <sxh python> | ||
| + | client.send_message("/ | ||
| + | </ | ||
| + | ==== Show Control ==== | ||
| + | <sxh python> | ||
| + | pip install python-osc | ||
| + | from pythonosc import udp_client | ||
| + | client = udp_client.SimpleUDPClient(" | ||
| + | client.send_message("/ | ||
| + | client.send_message("/ | ||
| + | client.send_message("/ | ||
| + | </ | ||
| + | <sxh python> | ||
| + | from pythonosc import udp_client | ||
| + | |||
| + | input_universe = 1 | ||
| + | output_universe = 2 | ||
| + | event_list = " | ||
| + | desk_ip = " | ||
| + | client = udp_client.SimpleUDPClient(desk_ip, | ||
| + | client.send_message("/ | ||
| + | client.send_message("/ | ||
| + | client.send_message("/ | ||
| + | client.send_message("/ | ||
| + | for id in range(1, | ||
| + | input_address = str(((input_universe - 1) * 512) + id) | ||
| + | output_address = str(((output_universe - 1) * 512) + id) | ||
| + | client.send_message("/ | ||
| + | client.send_message("/ | ||
| + | </ | ||
| + | ==== Faders ==== | ||
| + | To use faders, we need to define a " | ||
| + | source : https:// | ||
| + | <sxh> | ||
| + | / | ||
| + | / | ||
| + | </ | ||
eos.1697831856.txt.gz · Last modified: by ssm2017
