Why is my signal automatically looping in Max/MSP when using gen~ for onset detection?
I’m working with a patch in Max/MSP that uses gen~ to process an audio signal and detect onsets.
However, I am encountering an issue where the signal appears to loop automatically during playback, even though no explicit looping behaviour has been set. This is happening despite the fact that I have not explicitly triggered any loops in my gen~ code. (I am not super experienced with the GenExpr language so forgive me if I missed something obvious.)