-
Notifications
You must be signed in to change notification settings - Fork 2
Audio Clip Editor
glenwrhodes edited this page Mar 30, 2026
·
1 revision
OpenDaw includes a dedicated waveform editor for audio clips. Double-click any audio clip in the timeline to open the Audio Clip tab at the bottom of the window.
The audio clip editor performs destructive editing — edits modify the source audio file directly. A warning banner and confirmation prompt appear before changes are applied. All edits are fully undoable via the editor's own undo/redo stack.
The editor consists of:
- Toolbar — editing operation buttons (cut, copy, paste, fade, normalize, reverse, etc.)
- Waveform display — zoomable view of the audio data with click-and-drag selection
- Mini transport — play from start, play/pause, stop, with real-time position display
- Info bar — shows BPM, beat count, duration, format (sample rate / bit depth), and file path
Click and drag on the waveform to select a region. The selection is time-based and highlighted in the display. Most editing operations apply to the current selection.
| Operation | Description |
|---|---|
| Cut | Remove the selected region and copy it to clipboard |
| Copy | Copy the selected region to clipboard |
| Paste | Insert clipboard content at the cursor position |
| Delete | Remove the selected region |
| Operation | Description |
|---|---|
| Silence | Replace the selection with silence |
| Fade In | Apply a fade-in to the selection |
| Fade Out | Apply a fade-out to the selection |
| Crossfade | Create a crossfade at the selection boundary |
| Normalize | Normalize the selection to peak level |
| Reverse | Reverse the audio in the selection |
| Adjust Volume | Increase or decrease the volume of the selection |
| Operation | Description |
|---|---|
| Insert Silence | Insert a region of silence at the cursor |
| DC Offset Removal | Remove DC offset from the selection |
| Swap Channels | Swap left and right channels |
| Mix to Mono | Mix stereo audio down to mono |
| Bake Clip Fades | Write the clip's non-destructive fades into the audio file |
- Gain slider — non-destructive gain adjustment (does not modify the file)
- Normalize button — set the gain so the loudest peak reaches 0 dBFS
- Bake button — write the current gain setting into the audio file (destructive)
- Loop toggle — loop playback within the editor
- Reverse toggle — play the audio in reverse
- Auto-tempo detection — detect the tempo of the audio file
The editor supports three snap modes:
| Mode | Description |
|---|---|
| Off | Free positioning |
| Beat | Snap to beat boundaries |
| Bar | Snap to bar boundaries |