Installation Guide

Complete guide for installing drumlogue units on your Korg drumlogue.


Requirements


Download Units

  1. Visit the GitHub Releases page
  2. Download the .drmlgunit files for the units you want to install
  3. Save them to a location on your computer

Step-by-Step Installation

1. Connect Your drumlogue

  1. Power on your drumlogue
  2. Connect it to your computer via USB cable
  3. The drumlogue will appear as a USB mass storage device

2. Navigate to the Units Folder

Open the drumlogue drive and navigate to the appropriate folder based on the unit type:

Unit Type Folder Location
Synthesizers Units/Synth/
Delay Effects Units/DelFX/
Reverb Effects Units/RevFX/
Master Effects Units/MasterFX/

3. Copy the Unit Files

4. Safely Eject

Important: Always safely eject the drumlogue before disconnecting:

5. Restart Your drumlogue

Power cycle your drumlogue (turn off, then on again) to load the new units.


Accessing Installed Units

Synthesizer Units

  1. Go to the SYNTH page on your drumlogue
  2. Press the encoder or navigate to select the synth engine
  3. Scroll through the list to find your installed synth
  4. The unit name (e.g., “Elementish”) will appear in the selection

Effect Units

  1. Go to the effects section (DEL FX, REV FX, or MASTER FX)
  2. Select the effect slot
  3. Scroll through available effects to find your installed unit
  4. The unit name (e.g., “Clds Reverb”) will appear in the selection

Troubleshooting

Unit Doesn’t Appear

  1. Check the folder: Ensure the .drmlgunit file is in the correct Units/ subfolder
  2. Restart: Power cycle the drumlogue after installing
  3. File integrity: Re-download the unit file if it may be corrupted
  4. Firmware: Update your drumlogue firmware to the latest version

USB Connection Issues

  1. Try a different USB cable
  2. Try a different USB port on your computer
  3. Avoid using USB hubs - connect directly to your computer
  4. On Windows, check Device Manager for driver issues

Unit Crashes or Causes Issues

  1. Remove the problematic .drmlgunit file
  2. Power cycle the drumlogue
  3. Report the issue on the GitHub Issues page with:
    • Drumlogue firmware version
    • Unit version
    • Steps to reproduce the issue

Updating Units

To update a unit to a newer version:

  1. Download the new .drmlgunit file
  2. Connect your drumlogue via USB
  3. Copy the new file to the same location, replacing the old file
  4. Safely eject and restart

Note: Preset data is stored in the unit file. Updating will reset to default presets.


Removing Units

To remove a unit:

  1. Connect your drumlogue via USB
  2. Navigate to the appropriate Units/ subfolder
  3. Delete the .drmlgunit file
  4. Safely eject and restart

Unit Limits

The drumlogue has limits on how many user units can be loaded:

Unit Type Maximum
Synth 16
Delay FX 16
Reverb FX 16
Master FX 16

If you reach the limit, remove some units to install new ones.


Building from Source

If you want to build units from source code:

Prerequisites

Build Steps

# Clone the repository with submodules
git clone --recursive https://github.com/cldmnky/drumlogue-units.git
cd drumlogue-units

# Build using the build script
./build.sh clouds-revfx

# Or use the Docker build environment directly
logue-sdk/docker/run_interactive.sh
# Inside container:
build drumlogue/clouds-revfx

The built .drmlgunit file will be in the project’s directory (e.g., drumlogue/clouds-revfx/).


Support