MidiVerb Emulator (Midiverb, Midifex, Midiverb II) (free & open source)

VST, AU, AAX, CLAP, etc. Plugin Virtual Effects Discussion
RELATED
PRODUCTS

Post

MidiVerb Emulator (Midiverb, Midifex, Midiverb II) (free & open source) by thement

Emulator of the original Midiverb, Midifex and Midiverb II effect units made by Alesis.
The Midiverb was one of the first affordable digital reverb and effects units, launched in 1986. Midifex and the very popular Midiverb II followed later.

* Based on reverse engineering
* All programs and effects included
* No ROMs needed

VST3 for Windows is already working.
Perhaps some people can assist the developer with other platforms, plugin formats.

Home @ github (to download click on the right side "Releases"):
https://github.com/thement/midiverb_emulator

Web demo, how it sounds:
http://ibawizard.net/midiverb/

Screenshot (v0.4, VST3):
Midiverb Emu VST3 Win.PNG

Some programs of the Midiverb II hardware unit:
You do not have the required permissions to view the files attached to this post.
Last edited by RexXx on Mon Feb 16, 2026 7:03 pm, edited 2 times in total.
It`s not a bug... it`s a feature!

Post

Great idea and it does sound good, but could someone experienced with the hardware comment on how noisy the Midiverb II is? It's far noisier than Midiverb in this plugin so I'm just wondering if that's accurate.

Post

20 second reverb! Ha! Someone after my own heart (or whatever that expression is). And the feedback control. My kind of reverb. Thanks for the heads up on this/these.
What lies behind us and what lies before us are small matters compared to what lies within us. - Emerson

Post

Wow, amazing!

Post

Nice find! As-is it builds fine on Linux. From a quick play it has some nice sounds.

Post

Thanks for the heads-up, this looks like something I'd like!
A well-behaved signature.

Post

Looking forward to a AU Mac version
Keep up the great work

Post

It has a somewhat cool musical vibe, great algos.
Love it even if this is just a preset machine, but without the added noise level of the hardware.

Post

Since I have two of the mentioned hardware devices, will definitely keep an eye on this. Also some claude involved as it seems.
You can be creative in any right place on Earth, and not only in the wealthiest cities. Bring the world feelings from everywhere, and not only feelings of capitalistic or jail environment.
― Aleksey Vaneev


https://linuxdaw.org

Post

This is pretty bad ass imo. :tu: super efficient.

Post

AUTO-ADMIN: Non-MP3, WAV, OGG, SoundCloud, YouTube, Vimeo, Twitter and Facebook links in this post have been protected automatically. Once the member reaches 5 posts the links will function as normal.
Hi, I've just successfully compiled the Audio Unit (AU) version of your Midiverb Emulator on a Mac Book Pro (Apple Silicon M4). The sound is absolutely spot on—it really captures that classic Midiverb II vibe!

As you mentioned looking for help with other platforms, I can confirm that your code is very portable thanks to the C conversion of the DSP. I’ve tested it in Ableton Live and it works perfectly.

For those who want to compile it on macOS, it's actually quite straightforward. Here is how I did it:
1. Enable AU Format:
In MidiverbPlugin/CMakeLists.txt, simply add AU to the formats line:
juce_add_plugin(MidiverbPlugin ... FORMATS VST3 AU Standalone ...)

2. Compilation Steps (via Terminal):
- Install tools if needed
brew install cmake

- Clone and enter the plugin directory
git clone https://github.com/thement/midiverb_emulator.git (https://github.com/thement/midiverb_emulator.git)
cd midiverb_emulator/MidiverbPlugin

- Configure and Build
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

The compiled .component will be waiting for you in build/MidiverbPlugin_artefacts/AU/. Unfortunately, the VST3 version could not load in Ableton.

I am an Apple Registered Distributor, so if you need any help regarding code signing or notarization to avoid Gatekeeper issues for future official releases, feel free to reach out. I'd be happy to help this project grow!

Post

stanweb wrote: Thu Feb 26, 2026 8:28 pm - Configure and Build
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release
Would you mind walking me through this part?

Post

Uncle E wrote: Thu Feb 26, 2026 10:12 pm Would you mind walking me through this part?
To run these commands, you need a few developer tools installed on your Mac first. Here is the 'starter kit':

- Install Xcode (from the App Store) and run xcode-select --install in your Terminal to get the compilers.

- Install Homebrew (from brew.sh), then run brew install cmake to get the build tool.

Once those are ready, you just copy-paste the commands I posted into the Terminal app. It will automatically download the JUCE framework and build the AU/VST3 files for you.

Post

stanweb wrote: Thu Feb 26, 2026 8:28 pm Hi, I've just successfully compiled the Audio Unit (AU) version of your Midiverb Emulator on a Mac Book Pro (Apple Silicon M4). The sound is absolutely spot on—it really captures that classic Midiverb II vibe!

As you mentioned looking for help with other platforms, I can confirm that your code is very portable thanks to the C conversion of the DSP. I’ve tested it in Ableton Live and it works perfectly.

For those who want to compile it on macOS, it's actually quite straightforward. Here is how I did it:
1. Enable AU Format:
In MidiverbPlugin/CMakeLists.txt, simply add AU to the formats line:
juce_add_plugin(MidiverbPlugin ... FORMATS VST3 AU Standalone ...)

2. Compilation Steps (via Terminal):
- Install tools if needed
brew install cmake

- Clone and enter the plugin directory
git clone https://github.com/thement/midiverb_emulator.git
cd midiverb_emulator/MidiverbPlugin

- Configure and Build
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

The compiled .component will be waiting for you in build/MidiverbPlugin_artefacts/AU/. Unfortunately, the VST3 version could not load in Ableton.

I am an Apple Registered Distributor, so if you need any help regarding code signing or notarization to avoid Gatekeeper issues for future official releases, feel free to reach out. I'd be happy to help this project grow!
I don't believe the dev is active here (he didn't make the original post) so definitely worth contacting him on Github. As someone with experience of the hardware, what are your thoughts on the noise level? Was it really that loud on the hardware? It just sounds incredibly loud to me.

Post

stanweb wrote: Thu Feb 26, 2026 10:16 pm
Uncle E wrote: Thu Feb 26, 2026 10:12 pm Would you mind walking me through this part?
To run these commands, you need a few developer tools installed on your Mac first. Here is the 'starter kit':

- Install Xcode (from the App Store) and run xcode-select --install in your Terminal to get the compilers.

- Install Homebrew (from brew.sh), then run brew install cmake to get the build tool.

Once those are ready, you just copy-paste the commands I posted into the Terminal app. It will automatically download the JUCE framework and build the AU/VST3 files for you.
Thank you. Homebrew was what I was missing. I was able to get the VST3 working but not the AU in Luna.

Post Reply

Return to “Effects”