eos
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| eos [2024/04/16 16:34] – [sym circle] ssm2017 | eos [2024/11/22 12:31] (current) – [Show Control] ssm2017 | ||
|---|---|---|---|
| Line 364: | Line 364: | ||
| ===== effects ===== | ===== effects ===== | ||
| + | usefull macro : " | ||
| ==== stop effect ==== | ==== stop effect ==== | ||
| Line 407: | Line 407: | ||
| </ | </ | ||
| - | === version mega bg === | + | === version mega <del>bg</ |
| + | only working for 4 fixtures..... it is better to use version bg... | ||
| source : https:// | source : https:// | ||
| Line 465: | 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.1713278055.txt.gz · Last modified: by ssm2017
