SCAMP Stops playing back after several generations of the program

Description:

Hi, I’m currently writing a program that uses evolutionary algorithms to evolve musical pieces and am running into an issue where after several generations of the program, roughly 1-2 minutes, the playback of the notes just stops completely without the program crashing and I’m not sure why. I have tried using run_as_server to resolve this problem however it doesn’t seem to make any difference at all. As the program is not throwing any errors I cannot show any of them yet but I was just wondering if anyone else had run into this issue and how they resolved it?

Thanks for any help you can provide

Can you share the code? The behavior you describe suggests to me that you’re stuck in a loop or something.