Continous tempo tracking - good or bad practice?
Hi! I'm very new to Max for Live so please forgive my ignorance. I'm making a device that continuously tracks the Ableton project tempo, calculates some stuff from that and then controls two instrument rack macros. This is done continuously so as I raise or lower the tempo by dragging the mouse the macro knobs move accordingly. Is this bad practice or CPU draining? Should this be initiated with a button click which checks the tempo and then performs the calculations and then controls the macro parameter knobs? Thanks!
Why don't you do it the way you want and test it ?
Button would not give you realtime performance.
But you can at least insert change object to avoid
recalculations if tempo does not change
and if you experience CPU overloads or similar
limit the speed or something.
At the end it depends what this calculations control,
and how CPU intensive it is.
Thank you, I'll research the change object!