tried w both dev9 and dev10, same result. plugins: fund, bidoo, mshack
this one crashes:
- 8x sampleloopplayer 2b2 (crashes mm).yml (30.4 KB)
this one loads fine (only difference is this one doesn’t have the 2 4ms freeverb modules):
- 8x sampleloopplayer 2b.yml (29.5 KB)
edit: the freeze crash occurs exactly when you click on the file to load, it doesn’t take you out of the load patch screen, just hangs right on the patch load screen
OK, I confirm the first patch crashes on opening with dev-12.11, and the second one doesn’t. Looking into it…
I think I found the issue. The max number of rows in a patch is supposed to be < 12 (it will still load the patch, you just can’t scroll down any more), but my limit check had a math error and it crashed at about 6.5, which is why removing the two Freeverbs made it load.
I’ll make sure this actually is the only issue.
2 Likes
great to know! thanks for looking into it. look forward to testing when a fix makes it in.
verified, the patches are working again, ty dan!