TAAE2 doc error

edited June 2016

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

Sign In or Register to comment.