[PD] JIT expr/expr~/fexpr~ clones

2018-02-11 Thread Alex
With an interest of playing with LLVM based just in time compiling I made a clone of the [expr] family of objects that parses, compiles and then executes the compiled code versions of the expressions you provide it. It could still use a little cleanup but I believe it has all of the features of th

Re: [PD] md5 object?

2018-02-11 Thread ub@xdv
hello, i've made a quick, minimal prototype: https://github.com/sansculotte/pd-hasher it's limited to md5, sha1 and sha256 at the moment, but the limit is only imposed by the external code. the library used is libgcrypt. i'm not sure if this is specifically a good idea, but it works. https://www.

Re: [PD] pix_film + particles question

2018-02-11 Thread IOhannes m zmölnig
On 02/11/2018 05:12 PM, Nicola Pandini wrote: > I previously put the [part_render] between [part_sink] and [pix_film], > but the result was that the video was rendered with a speed 10x faster. put all the pix_ objects on top of the chain. fgmdsar IOhannes signature.asc Description: OpenPGP dig

[PD] pix_film + particles question

2018-02-11 Thread Nicola Pandini
Hi list, I have a patch with a cube-shaped particle system, with a movie applied on every face of every particle. I have experienced some strange behaviors in the implementation process, so I'm asking the list which is the correct way to do it. I'm using this chain order: [gemhead] | [part_he