Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start minimized or with default setting? #14

Open
Coupe70 opened this issue Mar 30, 2021 · 2 comments
Open

Start minimized or with default setting? #14

Coupe70 opened this issue Mar 30, 2021 · 2 comments

Comments

@Coupe70
Copy link

Coupe70 commented Mar 30, 2021

Hello,

first of all: I'm a Windows guy, so maybe I just missed some simple Mac stuff.

Is there a possibility to
a) start MIDI Patchbay with the last active configuration instead of empty or define a default config to be loaded on start?
or b) start MIDI Patchbay minimized when I doubleclick a config file?

Background: I try to establish the always same config on Mac startup.
Only chance I see is to put the config file in "autostart", but this way the MIDI Patchbay window opens on desktop.

Rick

@Coupe70 Coupe70 changed the title Start minimized? Start minimized or with default setting? Mar 30, 2021
@XENONChromatic
Copy link

You should be able to do either of these with a bit of Applescript.

Not baked into the app itself, but relatively straightforward.

@Beennnn
Copy link

Beennnn commented Dec 1, 2022

Works for me with the following script.

tell application "MIDI Patchbay" to activate
tell application "System Events" to tell process "MIDI Patchbay"
	click menu item "Close" of menu 1 of menu bar item "File" of menu bar 1
end tell
tell application "MIDI Patchbay"
	open file "MacIntosh HD:Users:me:Documents:Config_MIDI_PatchBay.mpb"
end tell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants