save_configuration

Save Multi-Instrument Mode configuration to a file. The file name should have a `.mokuconf` extension to be compatible with other tools.

Calling save_configuration will write the current configuration of the Multi-Instrument Mode to the provided filename.

Extension should be .mokuconf. This configuration can be loaded using load_configuration.

This will currently only save the configuration that can be configured through this class. Each instrument must also be saved individually.

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 save the `.mokuconf` file to.

# Examples