gui/components/Settings

The gear's settings — the non-provider prompt knobs only. Provider controls (URL / key / sampler / size / …) live in the provider box; the provider itself is chosen in the header; the prompts-per-run counter sits on the prompt box. Keyword/artist counts and auto-add fx/artists were removed — that's better expressed in the prompt itself (DPL).

Description:
  • The gear's settings — the non-provider prompt knobs only. Provider controls (URL / key / sampler / size / …) live in the provider box; the provider itself is chosen in the header; the prompts-per-run counter sits on the prompt box. Keyword/artist counts and auto-add fx/artists were removed — that's better expressed in the prompt itself (DPL).

Source:

(require("gui/components/Settings"))(props) → {JSX.Element}

Description:
  • The prompt-knobs form.

Source:
Parameters:
Name Type Description
props object
Properties
Name Type Description
settings object

The current settings.

setSettings function

Update the settings.

Returns:
Type
JSX.Element