analyze_chop_set
Analyze up to 200 audio chops by duration, classifying each as hit, staccato, syllable, or sustain to select suitable chops for drum hits, stutters, words, or sustained phrases.
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 |