StrangeLoopsAudio / gRainbow

A synthesizer that uses pitch detection to choose candidates for granular synthesis or sampling.
GNU General Public License v3.0
191 stars 5 forks source link

gRainbow GitHub release (release name instead of tag name) build (with event) GitHub all releases contributors GitHub repo size

A synthesizer that uses pitch detection to choose candidates for granular synthesis or sampling.

Note: This synth has recently been redesigned! This page reflects the most recent information about the project.

gRainbow

Get the latest version for free on our Gumroad or grab it from the releases page on the right.

Why?

gRainbow was created to overcome a few shortcomings of traditional granular synths.

  1. Pitch variations in the input clip can produce inharmonic tones, which isn't always wanted. This leads users to often use short single-pitch clips, restricting the synth to a single timbre.
  2. Manual pitch matching to the input clip is often required to produce the correct notes with MIDI input, which can be difficult and repetitive.
  3. Pitch shifting is commonly done with timestretching, which can create unwanted artifacts when shifting multiple octaves in either direction.

Instead, gRainbow prefers longer, pitch-diverse audio clips (1), automatically produces harmonics matched for MIDI input (2) and avoids too much timestretching by generating harmonics that are already near their target pitch (3). Voila!

Features

Some terminology

Plugin flow

When an audio file is loaded into gRainbow, a pitch detection analysis is ran to segment the clip into discrete pitches over time. Next, gRainbow finds up to 6 pitch-matched position candidates for each note, guaranteeing harmonically agreeable grains. Finally, the user customizes each note and its generators (i.e. changing parameters and candidates) to their liking, and can save everything into a preset to avoid processing things again next time.

gRainbow gui

Is anything important missing or needed? Open an Issue and let us know!