add_track
Add a new track to your project in Synthesizer V AI Vocal Studio. Specify a name for the track to organize and expand your vocal production.
Instructions
Add a new track to the project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | No | Name of the new track |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name of the new track",
"type": "string"
}
},
"required": [],
"type": "object"
}