mverb Code
C version of Martin Eastwood's MVerb reverb, with Linux LV2 support.
Brought to you by:
j-e-f-f-g
File | Date | Author | Commit |
---|---|---|---|
LadspaPlug | 2014-04-21 |
![]() |
[98b3a5] Initial commit |
LinuxGUI | 2014-04-21 |
![]() |
[98b3a5] Initial commit |
Lv2Plug | 2014-04-21 |
![]() |
[98b3a5] Initial commit |
Simple | 2014-04-21 |
![]() |
[98b3a5] Initial commit |
WinGUI | 2014-04-21 |
![]() |
[98b3a5] Initial commit |
MVerb.c | 2014-04-21 |
![]() |
[98b3a5] Initial commit |
MVerb.h | 2014-04-21 |
![]() |
[98b3a5] Initial commit |
gpl-3.0.txt | 2014-04-21 |
![]() |
[98b3a5] Initial commit |
install_ladspa.sh | 2014-04-21 |
![]() |
[98b3a5] Initial commit |
install_lv2.sh | 2014-04-21 |
![]() |
[98b3a5] Initial commit |
readme.txt | 2014-04-21 |
![]() |
[98b3a5] Initial commit |
LV2 and LADSPA versions of Martin Eastwood's MVerb algorithmic reverb. Double-click on install_lv2.sh to install the LV2 version. Double-click on install_ladspa.sh to install the LADSPA version. Note to developers: The original C++ code was rewritten in C, and reworked to be directly compiled into any C/C++ app. A Windows example app is provided in WinGUI. A Linux example app is provided in LinuxGUI. A very basic example is in Simple.