HI All , I thought this would be a preset of simple but again I can work this out , I have hide disabled working great . can any help with show disabled tracks ?
Thx
HI All , I thought this would be a preset of simple but again I can work this out , I have hide disabled working great . can any help with show disabled tracks ?
Thx
Hi,
Container Type is | Equal | Track | And
Property | Property Is Set | is Disabled
Track Operation | Hide Track | Disable
Transform
Thanks Martin , I did try that which does show the Disabled track , I think I need to add Hide all tracks first .
As I only what to see the Disabled tracks
I have just added the Pre process you helped me with , which hides all except Rules and markers etc … PLE is so powerful I love it
Hi,
Please add the parentheses to your filter, to make it robust and correct:
( Container Type is | Equal | Track | And
( Media Type is | Equal | Audio | Or
Media Type is | Equal | MIDI | ) And
Property | Property is Set | Is Empty )
Or you can swap the lines like this to make it more readable:
( Container Type is | Equal | Track | And
Property | Property is Set | Is Empty | And
( Media Type is | Equal | Audio | Or
Media Type is | Equal | MIDI | ))
Hi,
The very same way as I mentioned above. The important part is, the track is ( Audio OR MIDI ) , the other conditions are layered with the AND operator.