Drummock

February 16, 2026 · View on GitHub

A fast and simple drum sampler meant for trap/hip-hip production. Built with C++ and JUCE.

Screenshot

Screenshot 2026-01-31 at 7 00 45 PM

Installation

Download the appropriate binary from releases and move it to your plugin folder

MacOS

Plugins are usually in /Library/Audio/Plug-Ins/ Move the au and vst3 in the appropriate folders. If daw says "Drummock cannot be opened" this is because the MacOS binaries are not notarized. To fix run the following commands in the terminal:

# For VST3
sudo xattr -cr /Library/Audio/Plug-Ins/VST3/Drummock.vst3

# For AU
sudo xattr -cr /Library/Audio/Plug-Ins/Components/Drummock.component

Windows

Move the vst3 into C:\Program Files\Common Files\VST3

Linux

Move the vst3 into ~/.vst3 or /usr/lib/vst3

Usage

  • Drag and drop drum samples.
  • Pad 1 is mapped to middle C.

Features

  • Easy file loading, just drag and drop! Drag in multiple files to load them at the same time.
  • Polyphony support.
  • Linear interpolation for resampling and pitch shifting for that mpc sound.
  • Built in hard clipper
  • Randomizing for volume, pan and pitch for realistic movement.

Limitations

  • Voice stealing doesn't have a fade out.
  • Absolute paths are stored, plugin will not find the sample if they are moved.