Why do I get stack overflow here ?

chapelier fou's icon

I can't get the reason why my patch stops working due to stack overflow. Any idea ?

CF_Reservoir 0.03.amxd
amxd 30.34 KB


Here is the goal of the patch :
note 127 is the trigger for one of the currently held note. Thing of a random arpeggiator, but with manual trigger and gate length.

Jean-Francois Charles's icon

Inside [CF_md], the [p norepeats] will generate a stack overflow if the size of the [urn] is set to 1.

chapelier fou's icon

Damn, never thought of that ! Thank you very much !!