Read and write MIDI notes in clips.Documentation Index
Fetch the complete documentation index at: https://docs.vibrai.com/llms.txt
Use this file to discover all available pages before exploring further.
Command line
note list
List notes in a clip
Track number (1-based: 1, 2, … or first, second, …)
Scene number (1-based: 1, 2, … or first, second, …)
note set
Replace all notes in a clip
Track number (1-based: 1, 2, … or first, second, …)
Scene number (1-based: 1, 2, … or first, second, …)
--json-data
Notes as JSON array
--file
Path to JSON file containing notes array
note add
Add notes to a clip
Track number (1-based: 1, 2, … or first, second, …)
Scene number (1-based: 1, 2, … or first, second, …)
--json-data
Notes as JSON array
--file
Path to JSON file containing notes array
MCP tools
list_notes
List all notes in a clip.
Track number (1-based: 1, 2, … or ‘first’, ‘second’, …)
Scene number (1-based: 1, 2, … or ‘first’, ‘second’, …)
write_notes
Replace all notes in a clip with the given list.
Track number (1-based: 1, 2, … or ‘first’, ‘second’, …)
Scene number (1-based: 1, 2, … or ‘first’, ‘second’, …)
Notes to write (replaces all existing).
add_notes
Append notes to a clip without removing existing notes.
Track number (1-based: 1, 2, … or ‘first’, ‘second’, …)
Scene number (1-based: 1, 2, … or ‘first’, ‘second’, …)
Notes to append.