shift + update
format
chan 1 address enter
delete chan 1 enter
chan 1 at 70 [softkey chan check] enter next/previous (page up/down)
undo enter
undo page up enter
group 2 enter +79 enter
group 2 enter -79 enter
group 2 enter 79 insert before 7 enter
chan 1 at +05 enter
chan 1 at /50 enter
chan 1 at /200 enter
chan 1 thru 10 at 1 thru full enter
chan 1 thru 10 offset 2 enter
select active (ctrl a)
select last (ctrl l)
chan 5 @ 50 park enter
chan 5 park enter
chan 5 color park enter
address 5 @ 75 park enter
chan 5 park enter
park enter
address park enter
chan 2 @ 50 enter
address 5 @ 75 enter
chan 2 @ enter
address 5 @ enter
chan 1 copyto chan 2 enter
chan 1 color copyto chan 2 enter
group 1 tilt delay 5 enter
group 1 delay enter
group 1 focuspalette 1 to 5 enter
group 1 focuspalette 1 + 5 enter
group 1 goboselect record beampalette 2 enter
about label
about label label
about
(chan 1+chan2)(chan 11+chan12)
sneak enter
sneak 0 enter
chan 1 thru 5 at 50 sneak 5 enter
shift + load
goto cue 2/ out
goto cue out enter
goto cue 0 enter
goto cue 1 enter
goto cue enter
record next
goto cue next/last
select active out record next
goto cue 5 time enter
goto cue 5 time 3 enter
cue 5 load
chan 1 at 50 cue only enter
usefull macro : “effect 1 Learn Time Sample BPM”
group 1 stopeffect (ctrl+shift+e) enter
group 1 effect enter
source 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 |
inspiration : https://community.etcconnect.com/control_consoles/eos-family-consoles/macros/i/macro-favorites/symmetrical-circle-effect
group 1 effect 1 group 2 offset reverse effect 2
using same effects, need to set “Axis -10” to be very symetrical
Offset Num_Groups 2 Next Effect 4 Next Offset Reverse Effect 5
only working for 4 fixtures….. it is better to use version bg… source : https://youtu.be/JagsTbVKXPI?si=Ra53JlNqQgec5tjK
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
client.send_message("/eos/cmd", "Tilt @ +0.1#")
pip install python-osc
from pythonosc import udp_client
client = udp_client.SimpleUDPClient("10.0.0.1",8000)
client.send_message("/eos/cmd", "Event 1 / Network_Inputs#")
client.send_message("/eos/cmd", "Event 1 _sACN 1 / 1#")
client.send_message("/eos/cmd", "Event 1 Show_Control_Action Level_By_Address 1 / 1#")
from pythonosc import udp_client
input_universe = 1
output_universe = 2
event_list = "2"
desk_ip = "192.168.0.100"
client = udp_client.SimpleUDPClient(desk_ip,8000)
client.send_message("/eos/cmd", "Delete Event " + event_list+ " /#")
client.send_message("/eos/cmd", "Event " + event_list+ " /#")
client.send_message("/eos/cmd", "Event " + event_list+ " / Network_Inputs#")
client.send_message("/eos/cmd", "Event " + event_list+ " / External Enable#")
for id in range(1,513):
input_address = str(((input_universe - 1) * 512) + id)
output_address = str(((output_universe - 1) * 512) + id)
client.send_message("/eos/cmd", "Event " + event_list+ " / " + input_address+ " _sACN "+ input_address+ "#")
client.send_message("/eos/cmd", "Event " + event_list+ " / " + input_address+ " Show_Control_Action Level_By_Address "+ output_address +"#")
To use faders, we need to define a “virtual” fader page for osc containing a fixed number of faders and then use them to control real faders. source : https://community.troikatronix.com/topic/5351/tutorial-how-to-do-fader-communication-with-etc-eos-lighting-desk-using-osc
/eos/fader/1/config/10 /eos/user/2/fader/1/1 = 0.5