PLE help - Need a 'Child' object is selected

Hi all, hope any PLE guru’s can help

I have a set up here - with a folder populated with instrument and group tracks.

These folders are multiplied many times within the project (Strings, woodwinds, brass etc), I’d like to figure out how I can toggle show/hide the groups of any folder with a single PLE/key command.

I can use a PLE with ‘Parent folder is selected’ to do this fairly easily, but it involves going from the instrument track to the folder, and then back again. Too many clicks

Filter
Property - Property is set - Parent object is selected
Media type - Group

Action
Track operation - Hide Track - Toggle

So… I’d like to figure out how to do the same action from any selected track within any folder. I would think ‘Parent Object is Not Selected’ would be the answer, but that just seems to select every single track in the project - not sure why that is useful tbh

I could go into creating many separate PLE’s to filter by name, but I want to do this from a single key command.

Any help much appreciated!

The way I understand your request from the example shared, is that you would like to have any of the Tracks selected that are contained in the folder “Str Long - 1”, press a Key Command which in turn would toggle the entire folder “Str Long - 1” to show/hide.
Is this an accurate summary?

Not quite, think I over complicated the explanation.

I want to show/hide the group channels inside of a specific folder (i.e Strings), when I have an instrument track within the same folder selected.

I want that action repeatable in whichever folder I’m currently in, while not effecting any other folders/groups.

In my mind the PLE filter ‘Parent object is not selected’ should be able to help do this, but doesn’t do what I imagine it should.

Thanks!

Thank you for your clarification.
To my knowledge the PLE doesn’t have any means of targeting a parent track or neighboring tracks within a folder. I also couldn’t file a Key Command that would take you directly to the parent folder.
The closest I can think of with those limitations in mind, is to manually select the parent Folder Track first.

The following will hide the group channels:

This might be a start to the result you want. However, these settings won’t work with a toggle in the event transform actions. So you’d need two PLE presets, one to hide the Group track (enable) and one to show the Group track (disable). There may be a better solution.

2 Likes

That’s a clever use of ShowSelected!

Using @stingray’s method of reaching the parent Folder Track, I was able to come up with this PLE:

You can use any Visibility Configuration as long as it exists.

As a side note, you will loose your currently selected track with this PLE but there’s a clever hack for that if you’re interested.

1 Like

Not getting it. Where is the third function you are using in the Pre-Process Commands ‘Channel and Rack Configuration’?

Hope that helps.

1 Like

Got it! Nice solution!

1 Like

PLE teamwork at its finest.

3 Likes

Thanks both for your inputs, really helpful. I’m away from my studio for a few days but I’ll give these a whirl as soon as I’m back and report how I get on :+1:

Thanks again!

Yes please, would be interested in knowing that!