Usine can be executed by a commande line with the following options. Generally, the command line is used on special installation (kiosk).
// WINDOWS
C:\>C:\Usine\Bin\Usine.exe -fullscreen -ib -dontsavesetup -autoplay "C:\Work\Workspaces\Example.wkp"
//OSX
user$ Usine -fullscreen -ib -dontsavesetup -autoplay "/Users/john/Desktop/Workspaces/Example.wkp"
| Command | Description |
|---|---|
[filename] |
Name of the workspace to load at startup. If the name contains spaces, it must be quoted like "C:\2002 MotionKit\Workspaces". |
-autoplay |
The engine is turned ON automatically at startup. |
-fullscreen |
Usine will be displayed in fullscreen mode. This overrides the full-screen option defined in the setup-panel-tab-global. |
-ib |
Works only if a workspace-name is defined and loaded — it will appear in IB mode. See ib-panel. |
-dontsavesetup |
The setup is not saved when Usine quits. |
-showgrid |
The grid is automatically displayed when a workspace is loaded, if the grid is not empty. |
-fullasio[DRIVER number] |
(Windows only) Forces the audio driver to ASIO mode with all available inputs/outputs activated. Default driver index is 0 (first available). Examples: • -fullasio = -fullasio0 (first driver)• -fullasio1 = second driver• -fullasio2 = third driver, etc. |
-channels[Number of channels] |
(Windows only) When -fullasio is active, this limits the number of opened ASIO channels. • -channels = all channels• -channels8 = only 8 channels• -channels32 = only 32 channels.If omitted, all inputs/outputs of the sound card are opened. |
-noaudio |
Usine starts without the audio driver and hides the setup-panel-tab-audio. |
-novideo |
Usine starts without the video engine and hides the setup-panel-tab-video. |
-nolight |
Usine starts without the light engine and hides the setup-panel-tab-light. |
-nolaser |
Usine starts without the laser engine and hides the setup-panel-tab-laser. |
-nomidi |
Usine starts without the MIDI engine and hides the setup-panel-tab-plug-ins. |
-noplugin |
Usine starts without the Plugins (VST, VST3, AU) engine and hides the setup-panel-tab-midi. |
-nooptimization |
Disables all CPU optimizations for block processing. Can help launch Usine on very old CPUs. |
-nointernet |
Disables all Internet access (Addons check, remote servers, forum feeds). |
-noforum |
Disables the forum feed on the start page. |
-noaddons |
Disables the Addons view on the start page and in the Addons Manager. |
-noosc |
Usine starts without the OSC engine. |
-nomixer |
Usine starts without the Mixer engine; the mixer-panel is not created. |
-nogrid |
Usine starts without the grid engine; the grid-panel is not created. |
-nomultiwkp |
Usine can only load a single workspace instead of two. |
-nodevice |
Usine starts without the Devices engine; the devices-panel is not created. |
-nopreset |
Usine starts without the Presets engine; the preset-panel is not created. |
-nobind |
Usine starts without the Bind engine; the binds-panel is not created. |
-nomodular |
Usine starts without the Modular engine. See use-modular. |
-nolearn |
Usine starts without the MIDI & Key Learn engine. See midi-key-assignations. |
-norecordautomation |
Usine starts without the automation recording engine. |
-norecordaudio |
Usine starts without the audio recording engine. See record-audio. |
-minimalaudiosetup |
Usine starts with a minimal audio setup tab (less customization). See setup-panel-tab-audio. |
-nosynchro |
Usine starts without the synchro engine; the master-synchro-panel is not created. |
version 7.0.250121
Edit All Pages