set_wavetable_modulation
Set a modulation source's amount on a specific Wavetable matrix target in Ableton Live, routing LFOs, envelopes, or MIDI sources to shape the sound.
Instructions
Set one cell of Wavetable's modulation matrix.
Sources: amp_envelope, envelope_2, envelope_3, lfo_1, lfo_2, midi_note, midi_velocity, midi_mod_wheel, midi_pitch_bend, midi_channel_pressure, midi_random.
Live 11's API documented no setter for this; if this build has none the call reports that rather than failing silently.
Parameters:
track_index: Track number (1-based).
target_index: Matrix target index from get_wavetable_state.
source: Modulation source name.
value: Modulation amount.
device_index: Device number on the track (1-based).
chain_index: Chain number inside a rack (1-based, 0 = not in a rack).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| source | Yes | ||
| chain_index | No | ||
| track_index | Yes | ||
| device_index | No | ||
| target_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |