taken from
As stated, this would be useful for creating a Key Command matrix for PLE/Macro scripts
taken from
As stated, this would be useful for creating a Key Command matrix for PLE/Macro scripts
Select Tracks of Selected Events
Selects the tracks of which have events
I came across an instance of needing a function like this when writing an AutoHotKey -> Cubase Macro script.
I think this could actually be very useful in other more basic PLE / Macro scenarios (ones that donât require AutoHotkey)
Basically the only way to emulate this, is by enabling preference âTrack Selection Follows Event Selectionâ - but, because this is a toggle preference, it is not very dependable in scripts, and secondly, leaving that preference on sometimes clashes with other preferences and scripts.
The other option, is
WHOPS, threads so long I forgot I already requested this lol
Protocol for connecting Tracks to FX and Group Channels.
For example:
MediaTypeIs | Equal | Audio
Container Type | Equal | Track
Property | Is Set | Event is Selected
Track Operation | Connect Unused Send | Param 1 | Param 2
Param options:
Name -> Param2: __________ (entry)
Name Contains -> Param2: __________ (entry)
Track # -> Param2: > Param2: __________ (entry) (or Track # list?)
Plugin-Name -> Param2: Plugin List
â Could list all Sends in operation ontop of âUnused Sendâ ie
Unused Send
Send 1
Send 2
Send 3
Send 4
Send 5
Send 6
Send 7
Send 8
â
Same idea could be used for changing track direct outputs âConnect Direct Outputâ | Name Contains, etc
edit
The above could potentially be accomplished a different way, ie
You select an FX track and then the script targets tracks to be connected to it.
MediaTypeIs | Equal | Audio
Container Type | Equal | Track
Name | Contains | Voc
Track Operation | Connect To Selected | Unused Send | -6db
and another way, more similar to first
Whichever way, this could allow for some very quick, streamlined, routing. Especially for people who have detailed templates with FX tracks already created and named. Users in many instances, would never have to open up their sends routing, as this type of PLE preset could be hotkeyed, even macro combined with other track selection based PLEs.
Upon opening PLE Window, hitting tab once, only cues the header description space. It goes no further - doesnât enter into the actual script portion.
If this could be done, a scripting program like AutoHotkey could be used to tab to the, for example, name replacement fields