User Tools

Site Tools


scripting_examples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
scripting_examples [2023/10/20 19:45] – external edit 127.0.0.1scripting_examples [2023/11/09 10:22] – [Switches off AudioBus D for all inputs] peteraellig
Line 237: Line 237:
   API.Function("AudioBusOff", i, "D")   API.Function("AudioBusOff", i, "D")
 Next</code>\\ Next</code>\\
 +
 +
 +===== turns off all SOLOs =====
 +<code>
 +Dim busValues As String() = {"A", "B", "C", "D", "E", "F", "G"}
 +
 +For Each value As String In busValues
 +    API.Function("BusXSoloOff", Value:=value)
 +Next
 +</code>\\
  
 ===== gets Audio Titelname from a INPUT (Musictitle) ===== ===== gets Audio Titelname from a INPUT (Musictitle) =====
scripting_examples.txt · Last modified: 2023/11/15 16:59 by peteraellig

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki