mcp_opendaw_set_neuralamp_model
Load a NAM or Tone3000 model JSON into a NeuralAmp effect to bypass the popup-based select flow and enable headless model loading in openDAW.
Instructions
Load a Neural Amp Modeler (NAM/Tone3000) model JSON into a NeuralAmp effect.
Creates a NeuralAmpModelBox with the provided model JSON and links it to the NeuralAmp device. This bypasses the popup-based Tone3000 Select Flow, enabling headless model loading.
unit_index: AU index. effect_index: Effect index in the audio effect chain (must be a NeuralAmp). model_json: Full NAM model JSON string (the model architecture + weights). label: Optional label for the model box (default "NAM Model"). pack_id: Optional pack identifier.
Returns success + model_size, or error if the effect is not a NeuralAmp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | NAM Model | |
| pack_id | No | ||
| model_json | Yes | ||
| unit_index | Yes | ||
| effect_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |