by default in JSFX, everything (all memory, variables, etc) get reset to 0 and @init gets called on each playback start. you can disable this behavior by setting ext_noinit=1 in @init.
Comments:
Posted by debug (102.176.65.x) on September 23 2025, 12:16am:
Wow, working perfectly 👌 Thanks so much!