get_track_notes
Retrieve all musical notes in a specific track by providing its track ID. This tool aids in editing and analyzing vocal tracks within Synthesizer V AI Vocal Studio.
Instructions
Get all notes in a specific track
Input Schema
Name | Required | Description | Default |
---|---|---|---|
trackId | Yes | ID of the track |
Input Schema (JSON Schema)
{
"properties": {
"trackId": {
"description": "ID of the track",
"type": "string"
}
},
"required": [
"trackId"
],
"type": "object"
}