Skip to content

ddf/Melodizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: Zlib

Melodizer

Melodizer works like an analog sequencer where each step in the sequence is controlled by a column of knobs. However, rather than having a Pitch and Gate knob for each step, Melodizer's main knob is Probability. At each step you can control the probability that it will play a note when that step is activated. The actual pitch played will depend on the chosen Key, Scale, Octave, and Range. At each step you can also control how the note is panned, set the velocity, and shape the amplitude envelope of the note using ADSR knobs (attack, decay, sustain, release).

Melodizer will play notes using a built-in oscillator and effects. Any MIDI notes received by Melodizer will be used to change the Key and Octave or, in the case of the Fingered Scale, will be used as the pool of notes to choose from. The VST and Standalone versions also send MIDI note messages so that you can use them to drive any soft-synth you already own. MIDI Out will be coming to the VST3 and AU versions in a future release.

How to Build