mcp_opendaw_duplicate_note_event
Duplicate a note event within the same region, optionally offsetting its position or pitch. Quickly create variations in MIDI sequences without manual editing.
Instructions
Duplicate a note event within the same region with optional position/pitch offset.
Copies the note's position, duration, pitch, velocity, cent, chance, playCount. Can transpose and shift the copy relative to the original.
unit_index/track_index/region_index: Region coordinates. note_index: Note index within the region. position_offset: PPQN offset from original position (default 0 = same position). pitch_offset: Semitone offset from original pitch (default 0 = same pitch).
Returns the new note's position, pitch, and duration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_index | Yes | ||
| unit_index | Yes | ||
| track_index | Yes | ||
| pitch_offset | No | ||
| region_index | Yes | ||
| position_offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |