Alesis MidiVerb III editor
Project description
MidiVerb 3
Patch editor for the Alesis Midiverb III hardware FX unit.
Installation
Go to the release page and download the binary for your OS.
On some OS it may require permissions to access the user directory, since the app stores its settings in mverb3
folder inside the user dir.
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.
Configuration
-
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.
Usage
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).
Menu Reference
File/New
Create a new bank from the default template and open it. The action will NOT automatically sync the bank to the device.
File/Open
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.
File/Save
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.
File/Save As
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.
File/Save Single
Save a content of the buffer to a sysex file. The action will NOT automatically sync the bank to the device.
Device/Store Program
Store the current buffer in the selected program slot in the device memory.
Device/Store Bank
Send the whole bank to the device. This operation may take up to 10 seconds. CAUTION: This operation will overwrite all the device data.
Device/Request Bank
Request the whole bank from the device. CAUTION: This operation will overwrite all the bank data on the computer.
Patch reference
LPF
Input EQ which is actually a lowpass filter.
CHORUS
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.
DELAY
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.
REVERB
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.
LPF
Another lowpass filter may be either delay or reverb feedback signal filter depending on the algorithm.
MODULATION
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.
SYNC
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.
RECALL
Discard the edit buffer and revert to the program stored in the local bank (not on the device).
Routing
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, i.e. EQ in the manualCHS- chorus or flangerDLY- standard delay up to 100msXDLY- extended delay up to 400msREV- 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 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 routed to the chorus and to the extended delay. Both the lowpass filter and the chorus are not routed to the mix bus.
Troubleshooting
Will the app work with Midiverb I / II?
I don't have one, so I don't know. Probably it won't. I wouldn't recommend that.
Unable to select programs below 100
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.
Presets are not saved on the device
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.
The app doesn't start anymore
Go to your user folder, locate and delete mverb3/ directory. This will reset the app to its default settings.
App doesn't switch programs etc
Check that the program change option is enabled on your MidiVerb unit.
There's lag between switching programs or other operations
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.
The device produces pops / clicks when using MIDI modulators
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file midiverb3-1.0.1-py3-none-any.whl.
File metadata
- Download URL: midiverb3-1.0.1-py3-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2028109b7aac43ffdca2955a05e5926073625a3551b85315574065334895dbc3
|
|
| MD5 |
92b45c340a9172cc96e8d4401be0d4fe
|
|
| BLAKE2b-256 |
dcd42bf557ecc6bd518d9be0a51082a4117e5138ed163569be30f2707efcd419
|
Provenance
The following attestation bundles were made for midiverb3-1.0.1-py3-none-any.whl:
Publisher:
release.yaml on violet-black/midiverb3
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
midiverb3-1.0.1-py3-none-any.whl -
Subject digest:
2028109b7aac43ffdca2955a05e5926073625a3551b85315574065334895dbc3 - Sigstore transparency entry: 162125946
- Sigstore integration time:
-
Permalink:
violet-black/midiverb3@8904ebccf8a79d1d3c617340d7c26cda6ce510d8 -
Branch / Tag:
refs/tags/1.0.1 - Owner: https://github.com/violet-black
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yaml@8904ebccf8a79d1d3c617340d7c26cda6ce510d8 -
Trigger Event:
push
-
Statement type: