Polysynth with 16bit

16bit is our versatile digital module that can load different apps using a simple Web UI. You can pair it with MCC modules to control parameters with additional knobs.

In this patch, we’ll use the Polysynth app, which features 9 voices of polyphony with a Moog‑style filter.

This is how it sounds like:

Initial Requirements

  • We are using MIDI to send notes. Make sure you know how MIDI works with Bread Modular, or follow the MIDI Connectivity patch first.
  • Make sure you are familiar with the 16bit module.
  • Then load the Polysynth app onto the 16bit module.

Initial Patch

Let's patch it:

MIDIMIDI[1]MCCMIDIMIDICV1CV2CV3CV4BANK: A16BITMIDIA1CV1CV2APP: polysynthIMIX1MIXOUT1BASEL

Now send MIDI notes to channel 1 and the 16bit will receive them. Send chords or multiple notes at once to hear the polyphony and the filter in action.

  • In our demo, we send notes on the odd steps of a 16‑step sequence (1, 3, 5, 7, 9, 11, 13, 15).
  • For each step we play three notes: the current note, one octave down, and one octave up (e.g., for C4 we play C3, C4, and C5 together).
  • We use A3 on all steps except the 13th step, where we use G3 for emphasis.
  • Tempo: 138 BPM.

With this patch you’ll get a mellow sound due to the low cutoff frequency. Try changing CV4 on the MCC module to hear how it affects the sound.

Filter Envelope

This Moog‑style filter has a performance envelope that modulates the cutoff frequency. The envelope triggers on every NOTE ON event.

MCCCV1CV2CV3CV4BANK: A

Here we increase the resonance (CV3) slightly so the filter envelope is more pronounced.

MCC CV1 controls the envelope amount. Here it controls both attack and release at once. Adjust it to hear how the sound changes.

MCC CV2 controls the modulation amount of the filter cutoff from the envelope.

Using Drive

The 16bit output is relatively low, so you can use the Drive module to increase the volume. Increasing OD1 and OD2 adds harmonics to the sound too, which can be interesting.

MIDIMIDI[1]MCCMIDIMIDICV1CV2CV3CV4BANK: A16BITMIDIA1CV1CV2APP: polysynthDRIVEAUDIOCLENOD1OD2GAINIMIX1MIXOUT1BASEL