Adding a function to the "Processing Animation Thread"

I would suggest the using “pre” and/or “post” methods as suggested by @jeremydouglass. I have used these successfully in the G4P library -

  • pre to perform easing on the sliders and
  • post - to remove unwanted G4P controls to avoid concurrent access exceptions
1 Like