The empty double-quotes are supposed to be the “window title”, which I thought was supposed to come before the “/min” flag. But in fact I guess there’s no purpose for an empty window title. This command also comes up not-minimized:
Gig Performer also includes script functions to do various window operations.
You could add this as a Gig Script to automatically minimise the window once your instance gig files finish loading:
On SystemEvent Matching GigLoaded
MinimizeOrRestoreGPWindow(true)
End
There is a more extreme function that will fully hide the window (e.g. you will need to run a script to make it visible again):
Is there any way to pass a variable / parameter to Gig Performer to minimise on load, but only if Gig Performer was launched with said parameter?
It would be great if it was possible to still go in and edit stuff without it minimising itself but to have the ability to let it minimise if launched with a parameter.