Command prompt startup parameters

Are there any command line startup parameters for the software instruments? So I can make shortcuts for specific setups. For example one with minifuse as output and the other with internal headphones. Other things like opening with a specific preset or midi setting would also be nice. I looked in the manual and on the forum but could not find an answer.

Hi @edd ,

The Standalone versions of the instruments are programs like any other programs on your computer.
An instrument can have a shortcut to open it.

It’s not like you can make a shortcut that tell the instrument to open the instruments in a speciel way.
But you have some control over how the instruments open, when you open them.

The Standalone versions audio output is the one you have set in the Audio and Midi settings for the individual instrument.
The plugin versions of the instrument use the audio settings set in a host.

About MIDI settings, then you can read about MIDI Configs in the manuals.
You can find the MIDI Config settings in the instruments right panel.

I hope this can help you. But feel free to ask further if needed. Perhaps explain why you want to do, what you want to do.

EDIT: If there exist some hardcore way to make the settings via code send to the instrument, then i know nothing about it. I will think it should require knowing something about Arturias code too, so i doubt it exist. EDIT END

I’m fairly sure this isn’t possible without, as @LBH states, going deep into the actual code of an instrument.
I think the closest thing i essentially setting up a default preset, but that still won’t affect your global midi/audio settings etc…
Unless you use it within some kind of host maybe?

Some windows programs have startup parameters. For example “notepad.exe” /P readme.txt will automatically open and print readme,txt. These are usually not documented, Maybe I should look for a solution with the VST plugins as they already have an interface for this.

What interface?