trace~ and gen~ strange problem

Issue #95 invalid
Former user created an issue

I seem to be having some problem having FrameLib interact with a gen~ patch.

Example on the left doesn't work, but the one on the right does. Is this something to do with how trace~ works? The signals that come out of each component are numerically identical (0.5), but the left produces nans/0 whilst the right hand side gives an expected accumulation behaviour.

Comments (2)

  1. Alex Harker repo owner

    Looks like a patching error to me. It's not a frame lib issue. If you don't take care of the possible 0.0 / 0.0 that will happen in your centroid patch on the first frame (which will be empty) then you've got a nan stuck in the system. Use of fl.nanfilter~ fixes it.

  2. Log in to comment