acids-ircam / nn_tilde

Other
321 stars 36 forks source link

Add interleave support for circular buffers. #32

Open nshaheed opened 1 year ago

nshaheed commented 1 year ago

Hello!

I've been working on porting nn~ to ChucK, which embeds multi-channel in an interleave format. To get the circular buffer to work with that, I added the put_interleave and get_interleave methods. I figured it might be useful to someone else, so I'm pushing the changes upstream.