transpose
Adjust musical notes by semitones using the transpose tool on Strudel MCP Server. Modify pitch in TidalCycles/Strudel patterns for precise control in AI-driven music generation.
Instructions
Transpose notes by semitones
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| semitones | Yes | Semitones to transpose | 
Input Schema (JSON Schema)
{
  "properties": {
    "semitones": {
      "description": "Semitones to transpose",
      "type": "number"
    }
  },
  "required": [
    "semitones"
  ],
  "type": "object"
}