apply_directives
Apply bandleader directives to a music piece or ensemble session, returning before-and-after arrangements and per-bar features.
Instructions
Apply a bandleader's directive JSON to a piece or an ensemble session and return the result as data: the directives as they were read, what the arrangement was before and after, and the sixteen features per bar of each. Use conduct_score instead when you want the timing report in prose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | A .tap file. | |
| frame | No | Whose ears: conductor, audience, player:<name>, score. | |
| content | No | Notation instead of a path. | |
| session | No | An ensemble session instead. | |
| features | No | Include the feature vectors. On by default. | |
| directives | Yes | The directive JSON. Call directive_reference for the shape. |