@Natan I'll try and create my own class for visualizing this, thanks!
M
Best posts made by miloadam77
-
RE: Scriptnode Floating Tile
-
RE: Troubleshooting Panels Not Using Paint Routines Once Compiled
@d-healey It turned out I was including my scripts like this
include("./Fold/Script.js")
instead of
include("/Fold/Script.js")
Which makes sense to why it was working in HISE but not when compiled.