| pitch | The MIDI note number (e.g., 60 is Middle C, 90/100/103 are higher notes). |
| start_time | When the note begins, in beats (relative to the clip's start). |
| duration | How long the note lasts, in beats. |
| velocity | How hard the note is played (0–127): higher = louder. |
| mute | 1 = muted note, 0 = active note. |
| probability | A float between 0 and 1, showing the chance this note will play (1 = always, 0.5 = 50%). |
| velocity_deviation | Specifies variability in velocity for each triggering, often 0 unless randomization used. |
| release_velocity | The velocity value sent when the note is released (key is lifted); often relevant for expressive playing. |