mcp_opendaw_set_vaporisateur_osc_param
Adjust an oscillator's waveform, volume, octave, or tune by specifying its index and a new value. Accepts integer for waveform (0-3), dB for volume, integer offset for octave, and float semitone for tune.
Instructions
Set a parameter on a Vaporisateur oscillator.
osc_index: Oscillator index (0, 1). param_name: One of: waveform, volume, octave, tune. waveform: 0=Sine, 1=Triangle, 2=Saw, 3=Square volume: dB (-Infinity to +6) octave: integer offset tune: semitone offset (float) value: New value. unit_index: Audio unit index (-1 = auto-detect).
Returns old and new values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| osc_index | Yes | ||
| param_name | Yes | ||
| unit_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |