Decent-Sampler Drums MCP Server

by dandeliongold
Verified

analyze_wav_samples

Analyze WAV files to get sample lengths and metadata. Use this tool to get accurate end markers for your samples to prevent looping issues in DecentSampler.

Input Schema

NameRequiredDescriptionDefault
pathsYesArray of paths to WAV files to analyze

Input Schema (JSON Schema)

{ "properties": { "paths": { "description": "Array of paths to WAV files to analyze", "items": { "type": "string" }, "type": "array" } }, "required": [ "paths" ], "type": "object" }

You must be authenticated.

Other Tools