Child file in macOS
-
Hi, does anyone know why this script works in HISE on Windows, but indicates that the getChildFile function doesn't work on macOS? thank you
-
Are you using the the global app data folder (HISE preferences)?
That
setPropertiesFromJSON
seems a bit of a long way to write.showControl(true)
;)Don't declare component references as
var
useconst
instead - in general avoidvar
andglobal
at all costs. -
@d-healey Yes, the global app folder is enabled.
Ok i will check that thanks :)
-
@Lumi283 Then I think the problem is something to do with that setting, but I'm not sure what.
-
@Lumi283 that double semi colon at the end probably isnt helping much either...