If you load a file into LiSa, it causes a memory leak to occur. With long files this causes your computer to run out of memory very quickly
Try adding this script to the VM multiple times when loading a long file:
// this file is one hour long
LiSa loop(me.dir() + "disentegration_loops_mono.wav") => blackhole;
If you load a file into LiSa, it causes a memory leak to occur. With long files this causes your computer to run out of memory very quickly
Try adding this script to the VM multiple times when loading a long file: