-
Notifications
You must be signed in to change notification settings - Fork 39
Multiple Instances
Corrosive edited this page Dec 5, 2018
·
1 revision
In the event you need to run multiple instances for say decoding multiple channels simultaneously you've likely noticed that JAERO instances share settings with each other.
In order to run an instance that maintains its own settings you'll want to run it with the following command.
"JAERO.exe -s NameofInstance"
A nice way to do this under windows would be to create multiple shortcuts and add the instance command to each one. In this way you could have several instances running all using a different virtual audio cable, log location, etc