analyze_chop_set
Classify audio chops by duration into hit, staccato, syllable, or sustain to help select the right chops for musical roles. Handles up to 200 items at once.
Instructions
Inspect a list of chops and classify each by duration.
Pure-Python helper that calls item_get_info for each index and
returns enriched per-chop info plus summary stats. Helps the AI
pick which chops to use for which musical role without doing
audio content analysis.
Duration classes: hit — < 150 ms (drum hit, consonant burst) staccato — 150-400 ms (short syllable, good for stutters) syllable — 400 ms-1 s (full syllable / word) sustain — > 1 s (phrase / vowel held)
Args: item_indices: JSON array of item indices. Up to 200 chops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_indices | Yes |