Hi there, I think this is a meta question (in the sense of it can drive to more questions probably)
A buffer, a process, a 2D maps showing for instance frequency mean & loudness as x/y.
I size the segments visualization according to duration, for instance.
I’d like to find the “linear” path from the greater duration to the smaller.
Or I want to find the looped path of all segment duration between this and that value.
If I understand the way of sorting lists and getting then, etc, I don’t understand where I could do that. I use the camu.select abstraction (I tweaked it a bit) and would it be inside of it ?
I can already to that visually (and record path by drawing and replay them) but algorithmically could be very very interesting.
If something like this exist somewhere, I’d be happy to dig it.