Any way to quickly see which clip has filters on?

I have dozens of clips on the timeline and want to know which clip has filters on them. Any way to know at a quick glance? Like how it is on tracks and Output? Any settings? I have to remember which clip has filters and select them to make sure. If not, maybe it is a suggestion for UI. Tool tip to show which filters are on may be helpful too.

Ensure Filters is visible and select a clip. I doubt you really need to assess whether many clips have filters very quickly.

If possible, bake in the single line
2294 roles << IsFilteredRole;
into the binary in models/multitrackmodel.cpp so that all I have to do is replace plaintext qml/views/timeline/Clip.qml and qml/views/timeline/Track.qml that @Brian worked on in my local copy?

I don’t want to compile for every release for a single line.

This is done for the next release.

1 Like