voice_notes_to_piano_roll
Push transcribed voice notes into a piano roll pattern with optional scale snapping, transposition, and quantize for refined music production.
Instructions
Push an already-transcribed note list (from voice_record_and_transcribe) into the piano roll with optional scale snapping / transposition / quantize.
Useful when you want Claude to inspect the raw transcription first, tweak it, then send a cleaned-up version. This tool is pure-Python and does NOT require the audio extras.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| bpm | No | ||
| scale_root | No | ||
| scale | No | ||
| transpose_semitones | No | ||
| quantize_grid_sec | No | ||
| clear_first | No |