mcp_opendaw_set_studio_setting
Adjust openDAW studio settings by specifying a category (engine, editing, visibility, etc.), key, and boolean or string value.
Instructions
Set a studio preference setting.
Args: category: Settings category — one of: 'engine', 'visibility', 'editing', 'debug', 'storage', 'time-display', 'pointer' key: Setting key within the category (e.g. 'auto-create-output-maximizer', 'overlapping-regions-behaviour', 'enable-beta-features') value: New value as string — 'true'/'false' for booleans, or string values for enums
Common settings: engine.auto-create-output-maximizer (bool): auto-create Maximizer on Output unit engine.note-audition-while-editing (bool): play notes when editing engine.stop-playback-when-overloading (bool): stop playback on CPU overload editing.overlapping-regions-behaviour ('clip'|'push-existing'|'keep-existing'): how overlapping regions interact editing.show-clipboard-menu (bool): show clipboard menu debug.enable-beta-features (bool): enable beta features debug.enable-debug-menu (bool): enable debug menu debug.show-cpu-stats (bool): show CPU stats storage.auto-delete-orphaned-samples (bool): auto-delete unused samples visibility.auto-open-clips (bool): auto-open clips visibility.base-frequency (bool): show base frequency
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| category | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |