pingdynasty / OwlPatches

Audio Patches for the OpenWareLaboratory: http://hoxtonowl.com
GNU General Public License v2.0
51 stars 30 forks source link

FlangerPatch: Add support for stereo devices #29

Closed ideoforms closed 4 years ago

ideoforms commented 4 years ago

Previously, the flanger would read twice from the same delayBuffer when used with a stereo device, causing audible glitches. Now allocate two delayBuffers and use accordingly.