Home
Modules / Sorrow

Sorrow

Patch SubmoduleDrumsDaisy Patch Init

A Mutable Instruments Grids based drum machine for the Daisy patch.Init() — with internal drum sounds, not just triggers.

Video coming soon
Download firmware v1.0.1Source on GitHub

Sequence it with Strudel.

Overview

Sorrow is a drum machine for the Daisy patch.Init(). In addition to the traditional external triggers mode, Sorrow also has internal drum sounds — three drum voices synthesised on the Daisy itself — so it works as a self-contained beatbox with no separate drum modules to patch. It’s based on Mutable Instruments Grids by Émilie Gillet, and named — like everything here — after the nursery rhyme: one for sorrow, two for joy. Not affiliated with, or endorsed by, Mutable Instruments or Electrosmith.

The sounds

Grids’ job is rhythm: it reads a map of drum patterns and decides when the kick, snare and hat fire. Sorrow keeps that pattern brain intact and feeds each trigger into a voice synthesised live from Electrosmith’s DaisySP drum models:

The three mix down to the patch.Init() audio outputs, and pattern accents lift a hit’s level. There are no samples anywhere — every sound is generated on the chip.

A toggle sets how Sorrow behaves. In external it runs exactly like an ordinary Grids — no internal sound at all, just 5V kick, snare and hi-hat triggers to fire other drum modules. Switch to internal and the on-board voices take over, mixing straight to the audio outputs.

Every switch into internal also rolls a fresh kit — so an internal → external → internal round-trip re-randomises the three voices’ tuning and character, a quick way to shuffle the drum sounds until one clicks.

Flash it — no compiler needed

Straight to the module — no bootloader, no card, no toolchain.

  1. Download the .bin above.
  2. Plug the Daisy Patch.Init in with a USB-C data cable.
  3. Hold BOOT, tap RESET, then release BOOT — the Daisy is now in its ROM bootloader.
  4. Open the Daisy Web Programmer, click Connect, and pick the DFU device.
  5. Choose the .bin you downloaded and click Program. Power-cycle. Done.
Needs Chrome or Edge — it uses WebUSB, which Safari and Firefox do not support.

Updated June 2026