callbacksHelper in Palette throws an error

Steps to reproduce:

  1. add a base COMP
  2. add a callbacksHelper inside
  3. Hit the setup callbacks pulse parameter
  4. Go up a level and hit the edit callbacks pulse button.

It seems it’s calling onCompPulse rather than onPulse in parexecComp. changing the function name fixes the issue.

Thanks for heads up! I’ll look into this

Sure enough! Will be fixed in next release. Here’s a fixed version in the meantime.

callbacksHelper.tox (18.1 KB)

1 Like