Skip to content

Releases: IndigoAutomation/DR-CDJ

Dr. CDJ v1.0.6

02 Mar 11:06

Choose a tag to compare

Dr. CDJ v1.0.5

02 Mar 10:56

Choose a tag to compare

Dr. CDJ v1.0.4

01 Mar 23:27

Choose a tag to compare

Release v1.0.3

01 Mar 23:22

Choose a tag to compare

Release v1.0.3 - Windows support

Dr. CDJ v1.0.2

01 Mar 21:04

Choose a tag to compare

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

  1. Download Dr-CDJ-1.0.2-macOS.dmg
  2. Open the DMG and drag Dr. CDJ to your Applications folder
  3. On first launch, right-click → Open if macOS shows a security warning

Dr. CDJ v1.0.1

01 Mar 20:36

Choose a tag to compare

What's new in v1.0.1

Bug fixes

  • Fix CDJ E-8305 error on WAV conversion: dynamically locate the fmt chunk 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_fmt flags for pcm_s16le/pcm_s24le/pcm_s16be/pcm_s24be codecs — combining these caused FFmpeg to emit 0xFFFE instead of standard 0x0001 (PCM), triggering Pioneer CDJ error E-8305.

Installation

  1. Download Dr-CDJ-1.0.1-macOS.dmg
  2. Open the DMG and drag Dr. CDJ to your Applications folder
  3. On first launch, right-click → Open if macOS shows a security warning