What is the DPM file format?
.dpm files are binary audio plugin modules for the legacy Digidesign Audio Engine (DAE) used by Pro Tools versions up through Pro Tools 10. They represent compiled native-code plugins - effects, instruments, and signal-processing utilities - that Pro Tools loads at startup from a designated Plug-Ins directory.
The format covers two plugin types from the same DAE era: TDM (Time Division Multiplexing) plugins, which offloaded DSP computation to dedicated Digidesign hardware accelerator cards, and RTAS (Real-Time AudioSuite) plugins, which ran entirely on the host CPU. The binary is a standard OS executable - Mach-O on macOS, PE on Windows - exposing Digidesign-specific entry points to the DAE engine.
On Windows, .dpm files were installed to C:\Program Files\Common Files\Digidesign\DAE\Plug-Ins\; on macOS to /Library/Application Support/Digidesign/Plug-Ins/. Code signing was used for Digidesign authorization during the RTAS era.
Avid Technology (which absorbed Digidesign) replaced all legacy plugin formats with AAX (Avid Audio eXtension) starting with Pro Tools 11 in 2013. .dpm plugins are completely incompatible with Pro Tools 11 and later; studios must obtain AAX replacements from the original plugin developers.
Security & safety
RISK: LOWDPM is a plugin binary (executable code) loaded by Pro Tools. Risk is low for legitimate plugins from known audio developers. Do not install DPM files from unknown sources, as they are native code running within a professional application.
Format details
in a nutshell- DarkPlaces Engine Game Movie Information - The DarkPlaces game engine (Quake derivative by LordHavoc) uses .dpm for skeletal model/animation movie metadata files.
Programs that open DPM files
Technical details
deep spec| File type | Binary audio plugin module (Pro Tools / DAE) |
| Developer | Digidesign (now Avid Technology) |
| Plugin API | Digidesign Audio Engine (DAE) |
| Binary format | Native OS executable - Mach-O on macOS, PE on Windows |
| Byte order | Big-endian (macOS/PowerPC era); little-endian (Windows and Intel Mac era) |
| Plugin types | TDM (DSP-accelerated, hardware farms) and RTAS (native CPU processing) |
| Typical file size | 100 KB - 10 MB |
| Windows install path | C:\Program Files\Common Files\Digidesign\DAE\Plug-Ins\ |
| macOS install path | /Library/Application Support/Digidesign/Plug-Ins/ |
| Authorization | Code signing for Digidesign authorization (TDM/RTAS era) |
| Compatible Pro Tools versions | Pro Tools 3.x through 10 (legacy DAE era) |
| Incompatible with | Pro Tools 11 and later - all legacy plugin formats replaced by AAX |
| Superseded by | AAX (Avid Audio eXtension), mandatory from Pro Tools 11 (2013) |
| MIME type | application/octet-stream |
| Released | mid-1990s (Pro Tools / Digidesign Audio Engine era) |
| Latest version | Superseded by AAX format in Pro Tools 11 (2013) |
DPM conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about DPM files.