Installation Guide
Complete guide for installing drumlogue units on your Korg drumlogue.
Requirements
- Korg drumlogue (firmware 1.0.0 or later recommended)
- USB cable (Type-A to Type-C)
- Computer (Windows, macOS, or Linux)
- Unit files (
.drmlgunitformat)
Download Units
- Visit the GitHub Releases page
- Download the
.drmlgunitfiles for the units you want to install - Save them to a location on your computer
Step-by-Step Installation
1. Connect Your drumlogue
- Power on your drumlogue
- Connect it to your computer via USB cable
- 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
- Clouds Reverb FX (
clouds_revfx.drmlgunit) âUnits/RevFX/ - Elementish Synth (
elementish_synth.drmlgunit) âUnits/Synth/
4. Safely Eject
Important: Always safely eject the drumlogue before disconnecting:
- Windows: Right-click on the drive and select âEjectâ
- macOS: Drag the drive to the Trash or press â next to the drive in Finder
- Linux: Use your file managerâs eject option or
umountcommand
5. Restart Your drumlogue
Power cycle your drumlogue (turn off, then on again) to load the new units.
Accessing Installed Units
Synthesizer Units
- Go to the SYNTH page on your drumlogue
- Press the encoder or navigate to select the synth engine
- Scroll through the list to find your installed synth
- The unit name (e.g., âElementishâ) will appear in the selection
Effect Units
- Go to the effects section (DEL FX, REV FX, or MASTER FX)
- Select the effect slot
- Scroll through available effects to find your installed unit
- The unit name (e.g., âClds Reverbâ) will appear in the selection
Troubleshooting
Unit Doesnât Appear
- Check the folder: Ensure the
.drmlgunitfile is in the correctUnits/subfolder - Restart: Power cycle the drumlogue after installing
- File integrity: Re-download the unit file if it may be corrupted
- Firmware: Update your drumlogue firmware to the latest version
USB Connection Issues
- Try a different USB cable
- Try a different USB port on your computer
- Avoid using USB hubs - connect directly to your computer
- On Windows, check Device Manager for driver issues
Unit Crashes or Causes Issues
- Remove the problematic
.drmlgunitfile - Power cycle the drumlogue
- 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:
- Download the new
.drmlgunitfile - Connect your drumlogue via USB
- Copy the new file to the same location, replacing the old file
- 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:
- Connect your drumlogue via USB
- Navigate to the appropriate
Units/subfolder - Delete the
.drmlgunitfile - 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
- Docker (for the build environment)
- Git with submodule support
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
- GitHub Issues: Report bugs or request features
- GitHub Discussions: Ask questions and share tips