Menu Close

Midway

image_2021-03-18_213128

Midway

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.

Visit: Midway

Leave a Reply