ClutchCut Audio Help
Professional macOS DAW — reference guide.
Questions not covered here? Email support@clutchcut.studio.
Getting Started
ClutchCut Audio opens to an empty project. To begin, either import audio (toolbar → Import button or ⌘O), record from your mic (arm a track then hit Record), or generate speech with the TTS button.
- Import Audio / MIDI — accepts WAV, MP3, M4A, AIFF, FLAC, MID, MIDI. MIDI files create a MIDI track automatically.
- Add Track — adds a blank audio track. Arm (R button) to record into it.
- Save / Open projects — projects are saved as
.clutchprojectJSON bundles. Auto-save runs every 30 seconds.
Clip Editing
All edits support unlimited undo/redo (⌘Z / ⌘⇧Z).
- Split clip — position playhead over clip, press S or right-click → Split.
- Trim — drag the left or right edge of a clip to trim. Hold ⌥ for ripple trim.
- Move clip — drag the clip body. Hold ⌘ to disable snap.
- Ripple delete — select clip, press ⌫ for regular delete or toolbar Ripple Delete to close the gap.
- Multi-select — click then Shift-click or drag a selection box. Nudge all selected with , / ..
- Snap to grid — enabled by default. BPM field in toolbar controls beat grid. Disable snap by holding ⌘ while dragging.
- Fade in/out — drag the small triangle handles at the top-left / top-right of a clip.
- Remove Silence — right-click clip → Remove Silence. Set threshold and minimum gap duration.
- Insert Silence — toolbar Media group or right-click → Insert Silence. Optionally ripple all tracks.
Keyboard Shortcuts
Playback & Transport
| Space | Play / Pause |
| L | Shuttle forward (1× → 2× → 4× → 8×, repeating press cycles) |
| K | Stop shuttle / reset to 1× |
| J | Shuttle backward; when paused nudges −5 s |
| ← / → | Move playhead ±0.1 s |
| ⇧← / ⇧→ | Move playhead ±1 s |
| ⌥← / ⌥→ | Move playhead ±5 s |
| Home / Fn+← | Jump to start (t = 0) |
| End / Fn+→ | Jump to end of last clip |
| ⌘← / ⌘→ | Jump to previous / next clip boundary or marker |
Clip Operations
| S | Split clip at playhead |
| , | Nudge selected clips −0.1 s |
| . | Nudge selected clips +0.1 s |
| ⇧, | Nudge selected clips −1 s |
| ⇧. | Nudge selected clips +1 s |
| ; | Move selected clips so earliest starts at playhead |
| ⌘Z | Undo |
| ⌘⇧Z | Redo |
| ⌘O | Open project |
| ⌘S | Save project |
| ⌘⇧S | Save As… |
| ⌘⇧E | Export… |
Timecode Entry
Click the timecode display in the toolbar to enter a target time. Formats accepted:
+5or-2:30— relative offset in seconds or MM:SS1:30— absolute MM:SS1:30:00— HH:MM:SS00013000— FCP 8-digit HHMMSSFF at 30 fps
You can also drag up/down on the timecode to scrub at 0.1 s per point.
Mixer & Effects
Click any track header to open the Mixer Inspector panel on the right.
- Volume / Pan — sliders at the top of the inspector. Volume automation is written to the yellow lane below the track in W/T/L modes.
- 3-Band EQ — low shelf, mid peak, high shelf with gain ± 12 dB and frequency knobs.
- Reverb — wet/dry mix and room size.
- Effects chain — serial Delay and Distortion nodes, add/remove/bypass individually.
- Pitch & Time — non-destructive pitch shift (±24 semitones) and playback rate (0.5×–2×) via AVAudioUnitTimePitch.
- Bus routing — (Pro) send the track output to Bus A, B, or C for shared reverb / compression.
- AUv3 Plugins — (Pro) click Add Effect → AU Browser. Loads third-party Audio Unit v3 plugins with up to 8 parameter sliders.
Auto-Ducking
Toolbar AI Tools → Auto-Duck. Select one or more trigger tracks (e.g. voice-over), set threshold, duck amount, attack/release. Generates volume automation on all non-trigger tracks.
Mastering
Toolbar AI Tools → Mastering. Enable the chain, choose a loudness target (e.g. −16 LUFS for Apple Podcasts), click Analyze Loudness to measure the full mix, then export — the chain applies auto-gain + 3-band EQ + true-peak limiter at −1.0 dB.
Text-to-Speech
Access TTS from the toolbar Media group:
- TTS button — generates a short clip (≤10,000 chars) placed at the playhead. Kokoro runs on-device with 54 voices; no internet needed for English.
- Batch TTS — converts multiple .txt / .md / .pdf files to WAV in the background. Output folder is user-selectable. Progress shown in status bar.
Engine priority
| Language | Direct Build |
|---|---|
| Any language | Azure TTS (if API key set in Settings) |
| English | Kokoro CoreML → Kokoro CLI → System TTS |
| CJK (ZH/JP/KR) | EdgeTTS (network) → MeloTTS → CosyVoice2 → System TTS |
| Other 25+ langs | EdgeTTS (network) → System TTS |
Azure TTS setup
In Settings, enter your Azure Cognitive Services API key and region (e.g. eastus). Azure takes priority over all local engines and supports all 25+ languages with neural voices.
Fix Pronunciation
In the Mixer Inspector → SOURCE TEXT panel, right-click any sentence → Fix Pronunciation. Enter a phonetic spelling and click Regenerate — the app splices in the new audio at frame-level precision.
Transcript Alignment
Import a .srt or .vtt file onto an external podcast track via Mixer Inspector → Import Transcript. For TTS drift correction, use Fix Drift — uses STT binary search to locate and correct misaligned sentences.
AI Feature Setup Guide
Some AI features require external tools installed by the user. All of these apply to the Direct Download build only.
Demucs 6-stem (CLI Stem Separation)
Requires the demucs Python package in a venv at ~/.local/share/demucs-venv or discoverable via PATH.
python3 -m venv ~/dev/tools/demucs-venv~/dev/tools/demucs-venv/bin/pip install demucs- In ClutchCut Audio Settings → Stem Separation, set the CLI path if needed.
CoreML Stem Models (on-device, no CLI)
Place converted models in ~/Library/Application Support/ClutchCutAudio/StemModels/:
DemucsV2.mlmodelc— 4-stem CoreML Demucs v2OpenUnmix.mlmodelc— 4-stem Open-Unmix
Conversion scripts are in the app's Scripts/ folder.
EdgeTTS (multilingual neural voices, free, requires internet)
- Activate your Python venv:
source ~/dev/tools/rvc-venv/bin/activate pip install edge-tts
RAVE Timbre Transfer (Pro)
Place .ts TorchScript RAVE model files in ~/Library/Application Support/ClutchCutAudio/RAVEModels/.
Requires torch, soundfile, scipy in a Python env. Auto-detected from demucs-venv, Homebrew, or system python3.
Live Link with ClutchCut Video / Shadow
ClutchCut Audio can import session metadata from ClutchCut Video and Shadow via the .clutchmeta format.
- Import via toolbar — Media group → Live Link icon, then select a .clutchmeta file.
- Tracks, clips, beat markers, and timing data are imported with full undo/redo support.
- Export back to Video — Export → writes a mastered audio file plus a
.tts.jsontranscript sidecar for the Video/Shadow transcript pipeline.
License Activation (Direct Build)
After purchasing ClutchCut Audio Pro:
- You will be redirected to a page showing your CCA-… license key. Copy it (or click the key to copy).
- Open ClutchCut Audio. Click the ClutchCut wordmark in the toolbar to open the About sheet.
- Paste the key into the license field and click Activate Key.
- The app validates the key against our server and unlocks Pro features permanently on that machine.
Your key is tied to your purchase, not to a specific Mac. You can activate it on any Mac you personally own. Contact support@clutchcut.studio if you need to transfer your license.