@Natan I'll try and create my own class for visualizing this, thanks!
M
Posts made by miloadam77
-
RE: Scriptnode Floating Tile
-
Scriptnode Floating Tile
Is it possible to use the display inside this node in my ui?
-
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.
-
RE: Troubleshooting Panels Not Using Paint Routines Once Compiled
Everything that isn't loading is a panel with an overwriten paintRoutine.
-
Troubleshooting Panels Not Using Paint Routines Once Compiled
Whenever I compile a plugin I'm working on the paint routines for my panels dont get called.