AlexHarker / FrameLib

A library for arbitrary-rate arbitrary-size frame processing
BSD 3-Clause "New" or "Revised" License
74 stars 9 forks source link

median filter object can't do filtering with no width #101

Closed AlexHarker closed 2 years ago

AlexHarker commented 2 years ago

It seems like it should be possible to set the width so that the original values emerge, but that doesn't seem to be possible.

This is probably an edge case, but be good to have resolved.

AlexHarker commented 2 years ago

This should have been happening with the width at one but there was an indexing error.

Fixed by 826d4fdb8720d73762bf09d615a18dad89538149.