# GenInst
Provides a control interface to instruments generated with GenInst Studio (opens new window).
If you are using the GenInst directly through the REST API,
the instrument name as used in the URL is geninst.
WARNING
GenInst can only be used in Multi-Instrument Mode. Refer to the Multi-Instrument Mode Getting Started Guide for more details.
# Deploying the instrument
Functions
Core
- getters: GenInst - getter functions
- load_settings: Load a previously saved `.mokuconf` settings file into the instrument. To create a `.mokuconf` file, either use `save_settings` or the desktop app.
- save_settings: Save instrument settings to a file. The file name should have a `.mokuconf` extension to be compatible with other tools.
- set_control: Set a control register value
- set_controls: Set multiple control register values.
- summary: Returns a short summary of current instrument state
Getters →