.setHeight(1000) in midi processor leads to crash
-
Content.setHeight(800) works but I think the crash starts at 900 in midi processor scripts.
-
@crd Confirmed. Crash happens with
Content.setHeight(801);
and above. Doesn't happen in main interface script. -
bumping this because I can't see the bottom of my scripts :)
-
@crd Why do you have such large secondary script UIs?
-
It's a mod matrix so there are many knobs ( 6 destinations by 8 modulations). I also like the separate things out for testing that will be eventually grouped together.
-
@crd Why not just use a few sliderpacks?
-
@d-healey You convinced me. I will. :)
This still seems like a valid bug request though since these scripts were functioning in previous versions of the develop branch.
-