Hello, I would like to build visibility macros for “Library name” “Instruments” “Articulations”
I have all those tags properly set on the names of my tracks. Now I am looking to create a macro that show all tracks that contains a certain articulation in the track name, but hide the rest … except tracks that are already visible or except tracks that contains data
therefore if I hit the Button “Violins 1” THEN the button “Shorts” on my streamdeck, I can make cubase only show the tracks that contain both “violins 1” and “shorts”
I can’t find how to “show tracks with data between locators” without having everything else hiding aswell
For ex : I am cliking on “Violins 1” to show only Violins 1 tracks but with a “pre command” to show only track with data, that way I get tracks with data + all violins 1 tracks.
The problem is that I Then need a way to click on “legato” with a PLE preset that can show me only tracks with data + tracks with legato in the name (only amongs already visible tracks, so not all legato tracks in the template)
Hi, I may be missing something here, but since with your first command you show only “Violins1” with data, then in the next PLE you can query for names containing “legato”, select them if not hidden,and finally apply a “show only selected tracks”.
I’m trying to follow here
Could you post a screenshot of a project window with some details, because reading your first initial post contradicted with what I’ve read after the edit.
OK, so you want to keep ALL visible tracks with data independently of their name, and also keep all tracks that have the “Legato” in their names, independently of whether they have data or not?
Here’s a way:
Build a PLE (let’s call it A) to transform/rename all tracks with data and visible (property not-hidden not set), by pre-pending something like “~~~”
Build a second PLE (let’s call it B) to replace the “~~~” in all visible tracks
Build a third PLE (C) to select all tracks with their names containing “Legato” or “~~~”. In the Pre section of this PLE, add the first PLE (A). In the Post section, add a Visibility agent for showing only selected tracks, the second PLE (B) and optionally the command “Select None”.
Not tested, but executing the PLE (C) should work, the way I see it, if of course I understand correctly what you want to achieve and if my thinking on this is right, obviously
Hey, thanks for your help
But that doesn’t hide the visible tracks that do not have “legato in the name”
I think my explanation above is really adhd, I am going to summarize again :
I want to program 2 buttons on my stream deck, one to filter the instruments in my template by “instrument name” and the other to filter them by “articulation” since I use a single articulation per track template.
I want to click on those 2 buttons in a sequence : 1) First the button that filters by instrument 2) then the button that filters by articulation
For exemple if I click on “button 1=1st violin” then “button 2=legato”
The button 1 = hide all tracks but keep the violins 1 tracks (and also the tracks that contains data)
The button 2 = hide all violins 1 tracks that doesn’t contain legato (while still keeping visible the tracks that contain data).
Of course I could just make a PLE for every combination of “instrument x articulation” while still using my 2 buttons to make the navigation appears a bit more ergonomic but if PLE can help me avoid that , it would be good
Or worst case scenario I could forget the whole “keeping tracks with data visible all the time” idea, and just choose the right instrument first, enable it, audition it etc. and once I know that I want to use this track, I can create a midi event and then hit “show only track with data” again.
I almost got the right PLE preset, but there is something wrong with the “position”. It just shows all tracks with data even if the event is outside of the locators
Hello
I set up a large quantity of PLEs
and Macros for track visibility
I have PLEs that select the woodwinds with the strings
the brass with the strings etc…
and then PLEs for the shorts, the longs, the legatos, the FX and the Keyswitchs
Maybe we should simply create a PLE that shows the Shorts and the Legatos at the same time
It would be easier
So first select the instruments you want to see and then the PLE of Shorts and Legatos
I then created this macro #097 to
locator selection and play solo tracks
@m.c I could find the solution especially with your second PLE (legato) with a few tweaks THANKS !!
@Freudon I am french too but in english it’s better to understand because I use cubase in english. I already stumbled across some of your messages in the forum and was quite impress with your setup, although it looks a bit complicated for me at the moment. You are using touchosc or openstagecontrol ?
I put the plugin on the screen so we can see it
It’s neither Touch OSC nor Openstagecontrol
This is the 14BitMIDI Sherlock Plugin created by Karol Obara
and I use a 24 inch touch screen
and I admit that I have been a Geek about PLEs and macros since I got this Plugin.
Karol is working on the next version but it’s very long
For exemple, when I show “Cellis” then “any articulation”, I have some tracks that don’t get filter out. For ex as you can see “the Strings - ARK 2 - Flageolet Glissandi” or the “Horror Cello SFX” don’t get hidden even tho they don’t contain the word “Pizz”
after further testing, it seems that the problem is in the second post-process command “show selected”, it don’t work as expected on those tracks
most things works fine tho
edit : solved by creating my own PLE for hiding tracks that are not selected (instead of using cubase default PLE)