eos
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| eos [2024/01/26 22:28] – [missing] ssm2017 | eos [2024/11/22 12:31] (current) – [Show Control] ssm2017 | ||
|---|---|---|---|
| Line 364: | Line 364: | ||
| ===== effects ===== | ===== effects ===== | ||
| + | usefull macro : " | ||
| ==== stop effect ==== | ==== stop effect ==== | ||
| Line 405: | Line 405: | ||
| Next Effect 4 | Next Effect 4 | ||
| Next Offset Reverse Effect 5 | 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 ===== | ||
| Line 419: | Line 451: | ||
| * small faders on big screen | * small faders on big screen | ||
| * locked on " | * locked on " | ||
| - | * out*2 = out time 0 (same as full*2) | + | * out out = out time 0 |
| ===== OSC ===== | ===== OSC ===== | ||
| Line 434: | Line 466: | ||
| client.send_message("/ | 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 ==== | ==== Faders ==== | ||
eos.1706304515.txt.gz · Last modified: by ssm2017
