I have the interpolation patch/custom timebase/stop watch working
correctly; however, the starting and stopping of the rotation is
not reliable because determining wether or not the output of the
interpolation is equal to my stop rotation is difficult to grab. I
have added a 1 degree tolerance; nonetheless this is not consistent
either.
Any ideas on how to get precise control over when to start/stop the
rotation based on the current/stop angles?
Can't you use a "greater than" comparison instead of an "equal with
tolerance"?