marcocanevadev / MiniMoog_Model_D

Minimoog Model D Emulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniMoog_Model_D

Emulation of the Minimoog Model D synthesizer.
Made with Pyo python module by Oliver BĂ©langer.

List of control Features:

OSC 1(wf[triangle, sharktooth, sawtooth, square, wide rect, narrow rect], switch, tune, octave, volume)
OSC 2(wf[triangle, sharktooth, sawtooth, square, wide rect, narrow rect], switch, detune, octave, volume)
OSC 3(wf[triangle, reverse sawtooth, sawtooth, square, wide rect, narrow rect], switch, detune, octave, volume)
Noise Generator(type[white, pink], volume)
Filter(freq, res, contour_amount, attack, decay, sustain)
LFO modulation(type[square, tri], mul, freq)
Loudness Contour(attack, decay, sustain)
Controls(pitch_bend, glide, mod[incomplete], main_volume[incomplete])

The waveforms of the original instrument have been emulated for each Oscillator

:Parent: :py:class:`PyoObject`
      :Args:
           empty

>>> s = Server().boot()
>>> s.start()
>>> minimoog = MiniMoog()
>>> minimoog.ctrl()
>>> minimoog.out()
>>> s.gui(locals())

About

Minimoog Model D Emulation


Languages

Language:Python 100.0%