Patch editor for the Alesis Midiverb III hardware FX unit.
- INSTALLATION
- CONFIGURATION
- USAGE
- MENU REFERENCE
- PATCH REFERENCE
- ROUTING
- MIDIVERB TIPS
- TROUBLESHOOTING
Go to the release page and download the binary for your OS.
It may require permissions to access the user directory, since the app stores its settings in .mverb3
hidden folder inside the user directory.
Alternatively there's a Python package available, which can be installed via
pip and run by executing midiverb3 command in the terminal (or alternatively python3 -m midiverb3).
The app uses pySide6 Qt binding for the GUI.
-
Be sure that the MidiVerb is on and both MIDI in and MIDI out are plugged in.
-
Start the app, open
File/Settings(ormidiverb3/Preferenceson Mac). Set MIDI in and MIDI out to the MidiVerb ports. Click OK. -
Go to
Device/Request Bankmenu. The MidiVerb will now dump its current bank to the app. Then the bank will be sent back to the device. This operation may take up to 20 seconds. Once finished, you won't need to do it again or even use the device MIDI output. -
Try to switch programs from the app to verify that the device is reacting to it.
The easiest way to work with the app is to tweak sliders in the UI, then click File/Save Single and save the buffer
to a sysex file. Once you need it again, you can File/Open it. This will also automatically send the data to
the MidiVerb buffer.
This type of workflow doesn't require either storing data in a bank or saving it to the device program memory.
Alternatively you can duplicate the current bank by using File/Save As. Go to the settings and click
Send buffer to device on prog change checkbox. Now you can work with your bank, change presets, and they will be
automatically sent to the MidiVerb buffer. I.e. the bank itself is stored entirely on your computer, but the sliders
and switches are synchronized with the device. This way you can manage multiple banks at once by switching them using
File/Open.
If you actually need to store programs on the device, use Device/Store Program or Device/Store Bank. MidiVerb 3
can store only one bank and 100 user programs (slots 100-199).
Create a new bank from the default template and open it. The action will NOT automatically sync the bank to the device.
Open a bank or a single program in the sysex format from a file. This way you can import banks and programs. The action will NOT automatically sync the bank to the device.
Save the current bank changes on the computer. The buffer is saved to the currently selected program slot. The action will NOT automatically sync the bank to the device.
Copy the current bank to another location on the computer. You can use this for backups. The action will NOT automatically sync the bank to the device.
Save a content of the buffer to a sysex file. The action will NOT automatically sync the bank to the device.
Store the current buffer in the selected program slot in the device memory.
Send the whole bank to the device. This operation may take up to 10 seconds. CAUTION: This operation will overwrite all the device data.
Request the whole bank from the device. CAUTION: This operation will overwrite all the bank data on the computer.
Input EQ which is actually a lowpass filter.
Select a chorus or flanger algorithm. Letters XS to XL indicate the depth of the effect. The slider indicates
the rate (speed) of the effect.
The delay parameters. The time is in milliseconds. Regen is the feedback level. Level indicates how much of the
delay is routed to the mix.
Decay is the reverb decay, Level indicates how much of the reverb is routed to the mix. ALGORITHM allows you to
select the reverb algorithm.
Another lowpass filter may be either delay or reverb feedback signal filter depending on the algorithm.
You can select the source and the destination for the MIDI modulation of one of the delay parameter (yes, only one). The modulation itself can be kinda glitchy, so I'd recommend limiting the rate of MIDI messages and use mono mode if using the note number or velocity modulation. The slider indicates the depth of the modulation.
Send current buffer (GUI values) to the device. To do this automatically on program switch you can set
Send buffer to device on prog change flag in the app settings. By default on program change the device retains its
stored program.
Discard the edit buffer and revert to the program stored in the local bank (not on the device).
Although not ideal, there's a certain notation for the internal routing in the algorithm select menu. You may try to get familiar with it or just tweak by ear.
LP- input lowpass filter (EQ in the manual)CHS- chorus or flangerDLY- standard delay up to 100msXDLY- extended delay up to 500msREV- reverb>- section routed to another, for exampleCHS > DLYmeans chorus routed to reverb( )- section is not mixed to the output bus, for example(LP)means that the lowpass filtered signal, although routed somewhere, is not directly mixed to the output. Note that both delay and reverb may be routed to the mix bus, but their level may be set to zero. The chorus doesn't have a separate level parameter, so it's eiter all or nothing.|- parallel routing, for exampleCHS > DLY | CHS > REVmeans chorus routed to the reverb and to the delay in parallel
Examples:
(LP) > CHS > DLY | (LP) > CHS > REV
Lowpass filter is routed to the chorus which routed to the delay. Also in parallel lowpass filter is routed to the chorus which is routed to the reverb. Lowpass filter is not mixed to the output.
(LP) > (CHS) > XDLY
Lowpass filter is routed to the chorus which is routed to the extended delay. Both the lowpass filter and the chorus are not routed to the mix bus, but delay is.
Route your piano or another keyboard to the delay input in your DAW and apply note number modulation to the delay time. It will create 'random' glitchy echoes when played.
Alternatively try using negative reverb level / decay modulation on note velocity to create a glitchy 'compression' effect.
Use routing algorithms with extended delay (XDLY) to get delay time longer than 100ms.
Overload the input to produce ugly lo-fi digital distortion.
I don't have one, so I don't know. Probably it won't. I wouldn't recommend that.
This is intentional, because there's no way to edit factory programs anyways and there are only 127 possible MIDI program numbers. On bank import the app will remap all program slots to presets 100-199 to be able to navigate between them using MIDI program change messages.
By default, the app is configured such way that it uses the internal memory as less as possible (who knows how many writes it can withstand). The idea is that you load your device bank in the computer, and then you operate locally only sending changes to the device buffer while you are using it.
You can press Device/Store Program button to actually save the program in the selected program slot.
Go to your user folder, locate and delete mverb3/ directory. This will reset the app to its default settings.
Check that the program change option is enabled on your MidiVerb unit.
It's by design. The official MidiVerb service guide says that the device requires at least 40 ms in between messages. It's a very old hardware after all, and midi processing speed is pretty limited, so some lags should be expected.
Well, it's an old hardware with 3 MIPS CPU so what can you do? It's a miracle that it even works. For such values as note number modulation or velocity modulation I'd suggest using mono note input. Note number modulation of the delay time can provide quite interesting results when used carefully.
Cheers.
