80 lines
2.1 KiB
JSON
80 lines
2.1 KiB
JSON
{
|
|
"general": {
|
|
"language": "en_us",
|
|
"llm_provider": "openai",
|
|
"persist_api_keys_non_localhost": false,
|
|
"openai": {
|
|
"api_key": "",
|
|
"flex": false,
|
|
"model": "gpt-5.2"
|
|
},
|
|
"gemini": {
|
|
"api_key": "",
|
|
"model": "gemini-2.5-flash"
|
|
},
|
|
"claude": {
|
|
"api_key": "",
|
|
"model": "claude-sonnet-4.5"
|
|
},
|
|
"claude_openrouter": {
|
|
"api_key": "",
|
|
"base_url": "https://openrouter.ai/api/v1/chat/completions",
|
|
"model": "anthropic/claude-sonnet-4.5"
|
|
},
|
|
"openai_compatible": {
|
|
"api_key": "",
|
|
"base_url": "",
|
|
"model": ""
|
|
},
|
|
"soundfont": {
|
|
"base_url": "https://cdn.jsdelivr.net/npm/soundfont-for-samplers/FluidR3_GM/"
|
|
}
|
|
},
|
|
"hotkeys": {
|
|
"main": {
|
|
"hold_to_create_region": "ctrl",
|
|
"play": "space",
|
|
"loop": "c",
|
|
"undo": "ctrl+z",
|
|
"redo": "ctrl+shift+z",
|
|
"select_all": "ctrl+a",
|
|
"copy": "ctrl+c",
|
|
"cut": "ctrl+x",
|
|
"paste": "ctrl+v",
|
|
"save": "ctrl+s"
|
|
},
|
|
"piano_roll": {
|
|
"switch": "tab",
|
|
"select": "q",
|
|
"pencil": "w",
|
|
"hold_to_create_note": "ctrl",
|
|
"snap_none": "1",
|
|
"snap_1_4": "2",
|
|
"snap_1_8": "3",
|
|
"snap_1_16": "4",
|
|
"qua_pos_1_4": "5",
|
|
"qua_pos_1_8": "6",
|
|
"qua_pos_1_16": "7",
|
|
"qua_len_1_4": "8",
|
|
"qua_len_1_8": "9",
|
|
"qua_len_1_16": "0"
|
|
}
|
|
},
|
|
"editor": {
|
|
"playhead_update_frequency": 10
|
|
},
|
|
"chatbox": {
|
|
"default_open": true
|
|
},
|
|
"audio": {
|
|
"enable_audio_capture_for_screen_sharing": false,
|
|
"lookahead_time": 0.05,
|
|
"playback_delay": 0.2
|
|
},
|
|
"templates": {
|
|
"custom_instructions": ""
|
|
},
|
|
"chord_guide": {
|
|
"chord_definition": ""
|
|
}
|
|
} |