Midi In Dat callbacks can run multiple times within a frame (for every message)
I have a ‘Clock’ custom parameter (integer) that gets updated with the midi clock messages, and I want to run some DAT networks for every clock tick
But it looks like custom parameters (and dependent execute dats) only cook every frame.
Is a custom parameter always going to be limited to framerate? Is there any other way of executing/cooking DAT and python stuff independently of the frame?
EDIT: I am solving this by running my scripts directly from the Midi In DAT, instead of from my Clock custom par. But still interested in whether custom pars are indeed always constrained by frames.