EZDrummer Bug: Complains about Missing Audio Files

EZdrummer Help
Viewing 1 replies (of 1 total)
  • BleedFunk
    Participant
    BEST ANSWER

    I see that a few other people have asked about user samples.

    I’ve discovered a workaround which works for me (but a bugfix from ToonTrack would be better).

    Be sure to save a copy of your project before attempting this.

    What you need:

    • A plaintext file editor (vi, emacs, Sublime Text, Notepad, pretty much any developer tool).

    I am on macOS and fixed my problem with MacVim.

    It turns out .ezdp3 files are plaintext. You can just open them and edit them.

    In this case, open your file in your plaintext editor and look for the string “usersounds”. You should see a section similar to this:

    usersounds 6 {
    "/Users/foobar/dev/music/drums/covers/20240912_BrokenGlass/edrums_export/percussion_bar_chimes_v01.aif"
    "/Users/foobar/dev/music/drums/covers/20240912_BrokenGlass/edrums_export/percussion_pickup_hit_v01.aif"
    "/Users/foobar/dev/music/drums/covers/20240912_BrokenGlass/edrums_export/percussion_backbeat_v01.aif"
    "/Users/foobar/dev/music/covers/AnnieLennox/BrokenGlass/edrums_export/percussion_backbeat_v01.aif"
    "/Users/foobar/dev/music/covers/AnnieLennox/BrokenGlass/edrums_export/percussion_pickup_hit_v01.aif"
    "/Users/foobar/dev/music/covers/AnnieLennox/BrokenGlass/edrums_export/percussion_bar_chimes_v01.aif"
    }

    In my case, the old directories that I had removed were the ones with 20240912_BrokenGlass. I deleted those lines, and EZD3 stopped complaining about the missing files.

    Also note the integer next to usersounds appears to indicate the number of elements in the set (in other projects that had 2 entries, the number was 2, etc). It didn’t seem to make a difference, but I changed that value to 3 in this case. I changed the section to this:

    usersounds 3 {
    "/Users/foobar/dev/music/covers/AnnieLennox/BrokenGlass/edrums_export/percussion_backbeat_v01.aif"
    "/Users/foobar/dev/music/covers/AnnieLennox/BrokenGlass/edrums_export/percussion_pickup_hit_v01.aif"
    "/Users/foobar/dev/music/covers/AnnieLennox/BrokenGlass/edrums_export/percussion_bar_chimes_v01.aif"
    }

    Cheers!


    EZdrummer version: 3.0.6
    Operating system: macOS Sonoma (14)
    • This post was modified 6 months, 2 weeks ago by BleedFunk.

    2

    Thanked by: Roman MacBook Pro and John
Viewing 1 replies (of 1 total)

No products in the cart.

×