@smoge the background for this idea is explained in How can you tell when sclang has finished loading file - Questions - scsynth. I think that since I can use d_load and wait for that command to complete, I’ll have a way for the client to start fresh each time.
Additionally, I like the idea of building the synths as “modules” which I believe could load more quickly since they are already compiled. The rest of my project is built with makefiles, so just trying to duplicate that ability with sclang.
I’m going to try and understand compileFile next.