Mercurial > hg > beaglert
diff examples/04-Audio/oscillator-bank/render.cpp @ 547:a2096488a21a prerelease
Merge
author | chnrx <chris.heinrichs@gmail.com> |
---|---|
date | Fri, 24 Jun 2016 14:12:22 +0100 |
parents | cdabbaf3a252 |
children |
line wrap: on
line diff
--- a/examples/04-Audio/oscillator-bank/render.cpp Fri Jun 24 14:11:32 2016 +0100 +++ b/examples/04-Audio/oscillator-bank/render.cpp Fri Jun 24 14:12:22 2016 +0100 @@ -77,7 +77,7 @@ { srandom(time(NULL)); - if(context->audioChannels != 2) { + if(context->audioOutChannels != 2) { rt_printf("Error: this example needs stereo audio enabled\n"); return false; }