release_check
Generate a concise meta description for the release_check tool from the ableton-auto-mix-mcp MCP server, following all the formatting rules provided.
Instructions
Run the mix through a label-style quality gate.
If output_path is not given, it re-renders the preview for the requested style (or reuses the existing preview file) and measures it against top-label targets: LUFS, LRA, true peak, RMS and spectral tilt. Returns a ready/needs_work verdict with per-metric results.
Read-only for your audio files; it may write a preview WAV when output_path is omitted. Run this last, after preview_mix, to decide whether the mix is release-ready.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | Style name (see list_styles) whose targets to measure against. Not needed if output_path points at an existing WAV. See list_styles. | |
| pattern | No | Glob pattern matching the WAV files inside render_dir. Default '*.wav'. | *.wav |
| render_dir | No | Directory containing one WAV per track (bounced from Ableton). Defaults to the renders/ directory. | renders |
| output_path | No | Existing WAV to check. When given, style is optional and only this file is measured. When omitted, a preview is rendered for style and then measured. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||