Dimitri Diakopoulos

Results 33 comments of Dimitri Diakopoulos

@4321ba Unfortunately it does not! @bart9h You're definitely right here, that's what the library _should_ do :) I started incubating this feature a long time ago on this [branch](https://github.com/ddiakopoulos/libnyquist/tree/magic-numbers), but...

@4321ba lol, alright my memory was clearly very wrong and I didn't bother to look at the code. Thanks for checking :)

Thank you very much @ekse - i'll take a closer look at this soon.

Thanks @Laguna1989 -- I agree with the need and will think about this more.

Hi @dumganhar - do you have a particular format in mind? Some APIs have streaming endpoints that need to be wrapped, others need explicit support from the library. In the...

They all should be a cutoff frequency in hz. ImprovedMoog has a suspicious-looking filter response in the existing implementation, but it is also matches the algorithm mentioned in the paper....

Hah! Yes, you found some dirty laundry. I think the most practical, real-world example is a file that -- as you mention -- has tris and quads. The bad news...

Hi @marnef unfortunately this API doesn't exist on the master branch yet, but you can check out the `variable-length` branch if you need this feature.

Hi @caselitz variable length lists are fairly uncommon and so I haven't put much time towards supporting them in this library. I re-wrote some inner loops of tinyply 2.0 to...