One quick one here… am I doing the OS check correctly?
“Variable type for WINDOWS could not be determined”
SynthDir = WINDOWS == 1 ? "C:\ProgramData\Folder" : "~/Music/Folder"
One quick one here… am I doing the OS check correctly?
“Variable type for WINDOWS could not be determined”
SynthDir = WINDOWS == 1 ? "C:\ProgramData\Folder" : "~/Music/Folder"
SynthDir = chnget("WINDOWS") == 1 ? ...
Ha… wow… of course - been a long day