scripting_examples
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| scripting_examples [2024/10/04 09:27] – [Fetches the color of a shape from a GTtitle and then performs an action based on the color] peteraellig | scripting_examples [2025/11/07 21:04] (current) – [turns off all SOLOs] peteraellig | ||
|---|---|---|---|
| Line 485: | Line 485: | ||
| Next | Next | ||
| </ | </ | ||
| + | |||
| + | ===== toggle all Audio outputs===== | ||
| + | < | ||
| + | ' | ||
| + | Dim busValues As String() = {" | ||
| + | For Each value As String In busValues | ||
| + | API.Function(" | ||
| + | Next</ | ||
| + | |||
| + | ===== turn all audio outputs off (not Master) ===== | ||
| + | < | ||
| + | Dim busValues As String() = {" | ||
| + | For Each value As String In busValues | ||
| + | API.Function(" | ||
| + | Next</ | ||
| + | |||
| + | ===== turn all audio outputs ON (not Master) ===== | ||
| + | < | ||
| + | Dim busValues As String() = {" | ||
| + | For Each value As String In busValues | ||
| + | API.Function(" | ||
| + | Next</ | ||
| + | |||
| + | ===== turn on, off, toggle, Audio Master ===== | ||
| + | < | ||
| + | < | ||
| + | oder toggle | ||
| + | < | ||
| + | |||
| ===== gets Audio Titelname from a INPUT (Musictitle) ===== | ===== gets Audio Titelname from a INPUT (Musictitle) ===== | ||
scripting_examples.1728026826.txt.gz · Last modified: by peteraellig
