Custom Parameter Pulse Problem

I created a pulse custom parameter and expected to be able to link directly to it. This does not appear to work.
However, if i use a Parameter CHOP, anything i link to that works as i would expect.

I expected to be able to link directly to the pulse custom parameter as with the rest of the custom parameter types. Perhaps i am doing something wrong. What is the correct way to use the pulse custom parameter.

Please see my example.
CustomParamPulseProblem.toe (4.67 KB)

You’re not doing anything wrong. Pulse parameters don’t work that way. You can also use Python in a parexec onPulse callback, but what you’re doing is faster and better for simple cases.

thanks Ivan, I thought i had done it the other way in the past, but i must have been dreaming.