Java library for Audio DSP that can be embedded in your own programs, and a real-time drag-and-drop editor to create your patches interactively.
Includes a large selection of DSP components, such as filters, oscillators, reverb, wave-shapers, etc.
Consists of 3 parts:
1) ModSyn-core: library that can be compiled for desktop and Android. This contains the core DSP functions.
2) ModSyn-j2se: includes desktop-specific components and a GUI to interactively create your own patches.
3) lib...