HEnquist / camillagui

GNU General Public License v3.0
9 stars 1 forks source link

Compact view for filter blocks? #95

Closed mike811 closed 7 months ago

mike811 commented 7 months ago

Hello,

is there a trick to shrink the pipeline view when there are many filters involved? Example: IMG_1246 Because this looks in the overview like this and it's hard to see anything: IMG_1245

HEnquist commented 7 months ago

Yes there is a "collapse" button on the bottom of the plot. This collapses each Filter step to a single block.

mike811 commented 7 months ago

Yes I'm aware of it but then the filter steps inside are not visible at all. I imagine something like displaying EQ_TTb_1-15 as one block.

mike811 commented 7 months ago

And one more thing: Would it be possible to have different colors for the connecting arrows? With many channels it is hard to see where they go when many overlap.

HEnquist commented 7 months ago

Yes I'm aware of it but then the filter steps inside are not visible at all. I imagine something like displaying EQ_TTb_1-15 as one block.

That's not possible and it's not planned. You could group filters that belong together in separate Filter steps as a workaround.

And one more thing: Would it be possible to have different colors for the connecting arrows? With many channels it is hard to see where they go when many overlap.

I can try that. The color could be determined by the channel number that the arrow starts from

mike811 commented 7 months ago

Question: "separate filter step" means FIR min phase? Or is there some other way implemented beside BiquadCombo/GraphicEqualizer?

mike811 commented 7 months ago

What I tried: A seperate Mixer step for the IIR part. In compact "collapse" view this looks almost right beside "large arrows": IMG_1247

HEnquist commented 7 months ago

No that's not what I meant, no need for extra mixers or FIR filters. Take the existing Filter step in the pipeline, and remove all the filters that are not called EQ-TT-something. Then add a second Filter step after and put those filters in that one instead.

mike811 commented 7 months ago

Cool, this really works! :-)

JWahle commented 7 months ago

Nice, so this ticket can be closed, or do you want to keep this as a reminder for the arrows @HEnquist?