load_configuration

Load a Multi-Instrument Mode `.mokuconf` configuration from a file.

To create a saved configuration, use either save_configuration or the desktop app. See save_configuration to save the configuration.

Multi-Instrument Mode configuration includes:

  • Slot count and sample rate.
  • Instrument placement.
  • Connections.
  • Analog input, DIO, and analog output settings.

It does not include the settings of the instruments in each slot.

Parameters

string required
The path to load the `.mokuconf` file from.

# Examples