generate_bassline
Create custom basslines for music production by specifying key and style. Powered by the Strudel MCP Server, this tool integrates AI-driven music generation and live coding for TidalCycles/Strudel patterns.
Instructions
Generate bassline
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Musical key | |
style | Yes | Bass style |
Input Schema (JSON Schema)
{
"properties": {
"key": {
"description": "Musical key",
"type": "string"
},
"style": {
"description": "Bass style",
"type": "string"
}
},
"required": [
"key",
"style"
],
"type": "object"
}