Releases: IndigoAutomation/DR-CDJ
Releases · IndigoAutomation/DR-CDJ
Dr. CDJ v1.0.6
Full Changelog: v1.0.5...v1.0.6
Dr. CDJ v1.0.5
Full Changelog: v1.0.4...v1.0.5
Dr. CDJ v1.0.4
Full Changelog: v1.0.3...v1.0.4
Release v1.0.3
Release v1.0.3 - Windows support
Dr. CDJ v1.0.2
What's new in v1.0.2
New features
- Auto update checker: Dr. CDJ now checks for new releases on startup and shows a popup when an update is available.
Bug fixes
- E-8305 detection on source files: WAV files with
wFormatTag=0xFFFE(WAVE_FORMAT_EXTENSIBLE) are now detected during analysis and shown as needing a fix — previously they appeared as compatible. - Fast E-8305 fix: when the only issue is the format tag (correct sample rate and bit depth), the fix is applied with a file copy + 2-byte patch instead of a full FFmpeg re-encode.
- Fix "app is damaged" on launch: stripped HFS+ FinderInfo detritus from Python.framework before signing — the build process now automatically produces a strictly-valid ad-hoc signature.
Installation
- Download
Dr-CDJ-1.0.2-macOS.dmg - Open the DMG and drag Dr. CDJ to your Applications folder
- On first launch, right-click → Open if macOS shows a security warning
Dr. CDJ v1.0.1
What's new in v1.0.1
Bug fixes
- Fix CDJ E-8305 error on WAV conversion: dynamically locate the
fmtchunk in RIFF headers (instead of assuming a fixed offset), handling files where FFmpeg inserts JUNK/padding chunks that shift its position. - Fix WAVE_FORMAT_EXTENSIBLE (0xFFFE) output: removed conflicting
-sample_fmtflags forpcm_s16le/pcm_s24le/pcm_s16be/pcm_s24becodecs — combining these caused FFmpeg to emit0xFFFEinstead of standard0x0001(PCM), triggering Pioneer CDJ error E-8305.
Installation
- Download
Dr-CDJ-1.0.1-macOS.dmg - Open the DMG and drag Dr. CDJ to your Applications folder
- On first launch, right-click → Open if macOS shows a security warning