Session manager
Some users complain about MS4 not having tabs to switch between different scores. Opening different scores requires starting different instances of the application.
An alternative might be a "session manager" which detects other instances of the application and allows to switch to another instance by means of e.g. a drop down menu
Comments
Why build something that already exists? Your operating system does this quite well. Alt+Tab and Alt+Shift+Tab in Windows. I know there's an equivalent in Mac, but I don't know what the key combination is.
In reply to Why build something that… by TheHutch
There are a few benefits I can think of:
In reply to Why build something that… by TheHutch
The session manager pop up would display the list of opened scores.
The first 10 would be accessible with a simple key 0 1 2 3 ...
The focus would be in a text filter in which you can type even the middle the score name and dynamically filter the list of opened scores. Jumping to another one would therefore be super easy even with dozens of opened scores
Good idea.
And one could imagine that the session manager process is responsible for synchronising settings changes, avoiding that changes done in one session are:
-not seen in other sessions until closed intervened
-erased by other sessions
One could also display the status of the score (saved/unsaved) in the session manager, and allow to save and close session from there.