mcp_opendaw_get_neuralamp_model
Get the NeuralAmp model JSON for a specified effect in the openDAW audio chain. Returns the model string or an error if no model is loaded.
Instructions
Get the NeuralAmp (Tone3000) model JSON for a NeuralAmp effect.
Returns the full NAM model JSON string, or an error if the effect is not a NeuralAmp or has no model loaded.
unit_index: AU index. effect_index: Effect index in the audio effect chain.
Returns model_json (string) or empty if no model loaded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| effect_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |