create_group
Create an empty note group on a track and return its index. Prepares the track for inserting notes when no suitable group exists, inheriting the default singer.
Instructions
Create a new empty note group on a track and return its group index. In SV Studio 2 the singer is assigned per group, so this is the usual first step before insert_notes when no suitable group exists yet (insert_notes also auto-creates a group when the track has none). The group inherits SV's default singer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional name for the new group | |
| track | Yes | Track index, 1-based |