fl.trace~ position parameter is enumerated not an instantiation double

Issue #67 resolved
Former user created an issue

When I call info for fl.trace~ it says that position is an instantiation double. When I create fl.trace~ 4 /mode specified for a frame that is 10 long for example I get the first value of the frame. When I enumerate position (/position 4) I get what I would expect from the first configuration. I'm sure it should be just a double as the .cpp file has "mParameters.addDouble(kPosition, "position", 0.0)". I've attached my working.

Comments (1)

  1. Log in to comment