I use 3 different instances of OSC and have all 3 instances of the application automatically launch at start up.
I was curious if there was a way that anyone can think of for when each instance of the application launches at start up to already have the correct configuration loaded so that all I have to do is press the "start" button?
I do notice that when the application starts up it has the last configuration already preloaded, but it has that loaded in all 3 instances. So that only works for one of the instances, not the other two.
You can launch the server with command line arguments and bypass the launcher entirely, I don't know how it's supposed to be done on windows but in the end it should be something like running this in a terminal:
The first two are correct, but the option is not parsed correctly, I'll fix that in 1.24.1. The option doesn't support specifying different values for multiple client windows though.
Apologies for my absence on this. Thank you for your response!!
I'm most of the way there with this but one issue I've encountered is after putting this commands in the command prompt (I'm on windows), the GUI window for the session pops up but errors out giving me a "this.parent.isVisible is not a function".
I've haven't seen this before so it leads me to believe it is something to do with it launching from the command prompt...maybe?
Any suggestions?