Midway implements a novel filter type called a median filter, as described in Will Pirkle's Designing Audio Effect Plug-Ins in C++.
The essence of the filter is that it buffers an arbitrary number of input samples and selects the median value. This produces a resonant bit-crusher sound, which is rather unique. To make the filter more useful, Midway implements routable modulation in both the filter and the output.
The essence of the filter is that it buffers an arbitrary number of input samples and selects the median value. This produces a resonant bit-crusher sound, which is rather unique. To make the filter more useful, Midway implements routable modulation in both the filter and the output.
Downloads
Win 32 VST
(19.9 Mb)
Win 64 VST
(20.1 Mb)
Mac OSX VST
(21.7 Mb)
Mac OSX AU
(11 Mb)