Midway
by sleepyCat
3.0 / 5     (1 votes)
Show more
Win32 Win64 OSX
   
VST AU
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.


Downloads