TAAE2 doc error
There is a syntax error here: http://theamazingaudioengine.com/doc2/_the-_buffer-_stack.html#The-Buffer-Stack-Operations
AEBandpassModule * filter2 = [[AEDelayModule alloc] initWithRenderer:renderer];
should be
AEDelayModule * filter2 = [[AEDelayModule alloc] initWithRenderer:renderer];
Are these docs somewhere in the repo? I'll be more than happy to make PRs
Comments
Thanks @ModusJesus
No worries, I'll fix that one, nice and quick. They're very unfinished, right now, anyway.