comparison examples/analogDigitalDemo/render.cpp @ 380:9dc5a0ccad25 prerelease

Fixed missing ) in Makefile, and removed unnecessary Utilities.h includes
author andrewm
date Sun, 12 Jun 2016 23:03:57 +0100
parents db2fe4e1b88e
children
comparison
equal deleted inserted replaced
379:24c3a0663d54 380:9dc5a0ccad25
28 28
29 This is for advanced users only. 29 This is for advanced users only.
30 */ 30 */
31 31
32 #include <Bela.h> 32 #include <Bela.h>
33 #include <Utilities.h>
34 #include <cmath> 33 #include <cmath>
35 #include <rtdk.h> 34 #include <rtdk.h>
36 35
37 // setup() is called once before the audio rendering starts. 36 // setup() is called once before the audio rendering starts.
38 // Use it to perform any initialisation and allocation which is dependent 37 // Use it to perform any initialisation and allocation which is dependent