Re: [PD] sonogram abstraction idea with data structures.

2022-12-12 Thread Pierre Alexandre Tremblay
Ah ok. I’ll get coding over Christmas then :) > On 12 Dec 2022, at 09:04, IOhannes m zmoelnig wrote: > > On 12/12/22 09:58, Pierre Alexandre Tremblay wrote: >> and I’m waiting for the new gui interface hinted at > > if you mean the thing i think you mean, then: don't. > > gmfasdr > IOhannes >

Re: [PD] sonogram abstraction idea with data structures.

2022-12-12 Thread Pierre Alexandre Tremblay
Data structures get super slow with a few hundred items. For instance, I will have to recode in C our fluid.plotter (and I’m waiting for the new gui interface hinted at) because it gets sluggish… I love the struct paradigm for smaller sets but when you hit 15k points, which is easy in

Re: [PD] sonogram abstraction idea with data structures.

2022-12-11 Thread Alexandre Torres Porres
Em dom., 11 de dez. de 2022 às 17:32, Pierre Alexandre Tremblay < tremb...@gmail.com> escreveu: > The code is free if you want to take it back in your (fantastic) > collection. > I can't feel comfortable getting credit for this amazing work of yours :) I will say I'm stealing it, not getting it

[PD] sonogram abstraction idea with data structures.

2022-12-11 Thread João Pais
Generating and displaying many structs can be very slow, it might not be the most efficient way. Not sure internally if it's better to bang~ a whole table, or find a method to go not so fast. Anyway, when generating structs, it will help if the window where they will be drawn is closed. I