stack_chop_layers
Create harmonized chop stacks by adding pitch-shifted copies at intervals like a perfect 5th and octave. Enrich your sequence with layered, chord-like sounds.
Instructions
For each chop, create overlay copies at parallel pitch intervals.
The classic "future bass / Porter Robinson" harmonized chop stack:
each chop becomes a 3-voice cluster — original (root) + 5th
(+7) + octave (+12).
Each layer is a clone placed at the EXACT same position as the
source on the SAME track, with take_set_pitch applied. This
means layers play simultaneously with the original.
Args:
item_indices: JSON array of chop indices to stack. Up to 50.
intervals_semitones: JSON array of pitch shifts to add. Default
"[7, 12]" = perfect 5th + octave (the
classic stack). For unison-only set to
"[]" (no extra layers).
Note: stacking creates many overlapping items. Best applied to a SUBSET of chops (e.g., the standout chops in your sequence) rather than every chop, or REAPER's mixer will get crowded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_indices | Yes | ||
| intervals_semitones | No | [7, 12] |