Overview of the Midiverb Module
mainThe midiverb module is a Schwung audio_fx component that emulates Alesis Midiverb, Midifex, and Midiverb II rack reverbs. It uses a lo-fi 23.4 kHz DSP loop with polyphase resamplers to maintain compatibility with the original 16-bit DASP DSP hardware.
Current Implementation (v1): Uses Path A (decompiled), which provides pre-decompiled C effect functions. This version is self-contained and does not require external ROM files, though it lacks flanger LFO triggers and input/output filter modeling found in the original hardware.
Planned Implementation (v0.2):
Will introduce Path B (ROM interpreter), which allows for cycle-accurate emulation by running original ROMs through a dasp16 µ-code interpreter. This will be additive and will not break the existing parameter surface.