Mercurial > hg > beaglert
diff examples/01-Basics/minimal/render.cpp @ 533:2ec36efb2c52 prerelease
Added tremolo to audio examples.
author | Robert Jack <robert.h.jack@gmail.com> |
---|---|
date | Thu, 23 Jun 2016 21:17:16 +0100 |
parents | 1cec96845a23 |
children | 8f8809c77dda |
line wrap: on
line diff
--- a/examples/01-Basics/minimal/render.cpp Thu Jun 23 20:41:22 2016 +0100 +++ b/examples/01-Basics/minimal/render.cpp Thu Jun 23 21:17:16 2016 +0100 @@ -95,7 +95,7 @@ ------------------ `setup()`, `render()` and `cleanup()` each take the same arguments. These are: -`0ext *context` +`BelaContext *context` `void *userData` These arguments are pointers to data structures. The main one that's used is