mcp_opendaw_set_note_advanced
Set advanced note properties including chance, cent, play count, and play curve for precise control over note behavior in openDAW.
Instructions
Set advanced note properties — chance, cent, playCount, playCurve.
These properties are beyond basic position/duration/pitch/velocity:
chance: Probability of note playing (0-100%, 100 = always)
cent: Micro-tuning in cents (-50 to +50, 0 = exact pitch)
play_count: Number of repeats (1-16, 1 = single note)
play_curve: Repeat curve (-1 to +1, 0 = even spacing)
Pass -1 (or -999 for float fields) to skip a property (leave unchanged).
unit_index: AU index. track_index: Note track index. region_index: Note region index. note_index: Note index within the region.
Returns updated values, or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cent | No | ||
| chance | No | ||
| note_index | Yes | ||
| play_count | No | ||
| play_curve | No | ||
| unit_index | Yes | ||
| track_index | Yes | ||
| region_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |