Decent-Sampler Drums MCP Server
by dandeliongold
Verified
configure_round_robin
Configure round robin sample playback for a set of samples.
This tool will:
- Validate sequence positions
- Verify sample files exist
- Generate proper XML structure for round robin playback
Error Handling:
- Checks if sample files exist at specified paths
- Validates sequence positions are unique and sequential
- Ensures mode is one of: round_robin, random, true_random, always
- Returns specific error messages for missing files or invalid sequences
Success Response: Returns XML structure with:
- Configured playback mode
- Sample sequence assignments
- Proper group organization for round robin playback
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory | Yes | Absolute path to the directory containing samples | |
length | Yes | Number of round robin variations | |
mode | Yes | Round robin playback mode | |
samples | Yes |