clip_set_pitch
Change a single clip's pitch in semitones without processing audio, a reversible playback-time adjustment. Use negative values to lower pitch, or bake the change in permanently with render.
Instructions
Non-destructively change one clip's pitch, without processing any audio - purely a playback-time transform. Reversible via clip_reset_pitch, or bake it in permanently with clip_render_pitch_speed.
Args: key: The clip's key, in "trackId:itemId" format (from track_get_info). semitones: Pitch shift in semitones (can be negative).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| semitones | Yes |