All Projects → amsynth → Amsynth

amsynth / Amsynth

Licence: gpl-2.0
Analog Modelling Synthesizer

Projects that are alternatives of or similar to Amsynth

Axiom
A powerful realtime node-based audio synthesizer.
Stars: ✭ 599 (+91.37%)
Mutual labels:  dsp, synthesizer, vst
Main-Supercollider-Files
my supercollider codes, version history is at the branches
Stars: ✭ 21 (-93.29%)
Mutual labels:  dsp, synthesizer, synthesis
Supriya
A Python API for SuperCollider
Stars: ✭ 167 (-46.65%)
Mutual labels:  dsp, synthesizer, synthesis
Dx7 Supercollider
My accurate Yamaha DX-7 clone. Programmed in Supercollider.
Stars: ✭ 395 (+26.2%)
Mutual labels:  dsp, synthesizer, synthesis
lessampler
lessampler is a Singing Voice Synthesizer
Stars: ✭ 59 (-81.15%)
Mutual labels:  dsp, synthesizer, synthesis
simple-reverb
A simple reverb made with the JUCE DSP module
Stars: ✭ 43 (-86.26%)
Mutual labels:  dsp, vst
fogpad
A VST reverb effect in which the reflections can be frozen, filtered, pitch shifted and ultimately disintegrated.
Stars: ✭ 61 (-80.51%)
Mutual labels:  dsp, vst
arm synth
Wavetable Synth Running on an STM32F 32-bit ARM Cortex M3 microprocessor
Stars: ✭ 23 (-92.65%)
Mutual labels:  dsp, synthesizer
juceSynths
Collection of JUCE synthesisers utilising the Maximilian library.
Stars: ✭ 78 (-75.08%)
Mutual labels:  dsp, vst
matchering-web
🎚️ Self-Hosted LANDR / eMastered Alternative
Stars: ✭ 25 (-92.01%)
Mutual labels:  dsp, vst
korg-prologue
Presets and custom oscillators and effects for Korg Prologue
Stars: ✭ 54 (-82.75%)
Mutual labels:  dsp, synthesizer
Daisysp
A Powerful, Open Source DSP Library in C++
Stars: ✭ 291 (-7.03%)
Mutual labels:  dsp, synthesizer
Comet
Web Synthesis on steroids
Stars: ✭ 18 (-94.25%)
Mutual labels:  synthesizer, synthesis
Melodrumatic
Audio plugin that lets you use MIDI to pitch-shift via delay to turn unpitched audio into melodies
Stars: ✭ 26 (-91.69%)
Mutual labels:  dsp, vst
Kickmess
Kickmess - A kick drum synthesizer plugin
Stars: ✭ 33 (-89.46%)
Mutual labels:  synthesizer, vst
glicol
(Audio) graph-oriented live coding language and music DSP library written in Rust
Stars: ✭ 853 (+172.52%)
Mutual labels:  dsp, synthesizer
matchering-cli
🎚️ Simple Matchering 2.0 Command Line Application
Stars: ✭ 28 (-91.05%)
Mutual labels:  dsp, vst
ahx-web-player
AHX player web interface
Stars: ✭ 24 (-92.33%)
Mutual labels:  synthesizer, synthesis
Vult
Vult is a transcompiler well suited to write high-performance DSP code
Stars: ✭ 272 (-13.1%)
Mutual labels:  dsp, synthesizer
VOSIMSynth
Modular VST environment for building synthesizers and audio processors.
Stars: ✭ 41 (-86.9%)
Mutual labels:  synthesizer, vst

amsynth is an analog modelling (a.k.a virtual analog) software synthesizer.

It mimics the operation of early analog subtractive synthesizers with classic oscillator waveforms, envelopes, filter, modulation and effects.

The aim is to make it easy to create and modify sounds.

Features

  • Dual oscillators (sine / saw / square / noise) with hard sync
  • 12/24 dB/oct resonant filter (low-pass / high-pass / band-pass / notch)
  • Mono / poly / legato keyboard modes
  • Dual ADSR envelope generators (filter & amplitude)
  • LFO which can modulate the oscillators, filter, and amplitude
  • Distortion and reverb
  • Hundreds of presets

There are currently several different ways to run amsynth:

  • Stand-alone application using JACK, ALSA or OSS
  • DSSI plug-in
  • LV2 plug-in
  • VST plug-in

Preset bank management

The default user bank is located at ~/.local/share/amsynth/banks/default

amsynth allows you to quickly access other preset banks that are stored in the following directories:

  • ~/.local/share/amsynth/banks
  • /usr/share/amsynth/banks (read-only access)

Any valid preset banks that are found in these directories will be show in the drop-down bank selector on the GUI (standalone version only.)

Plug-in versions can load presets by right-clicking on the GUI's background.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].