scripting_examples
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| scripting_examples [2024/09/25 09:33] – [Changes the font colour of a specific text field depending on a numerical value (SetTextColour)] 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) ===== | ||
| Line 821: | Line 850: | ||
| This is a script that shows how to read the color of a shape from a title and then perform an action based on the color. The script must be started and runs in the background as a loop. | This is a script that shows how to read the color of a shape from a title and then perform an action based on the color. The script must be started and runs in the background as a loop. | ||
| - | the title used in the example can be downloaded {{ :: | + | the title used in the example can be downloaded {{ :: |
| - | {{: | + | {{: |
| gets the color value of a shape in a gtzip-title: | gets the color value of a shape in a gtzip-title: | ||
scripting_examples.1727249630.txt.gz · Last modified: by peteraellig
