comparison examples/measure_noisefloor/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 421a69d42943
children
comparison
equal deleted inserted replaced
379:24c3a0663d54 380:9dc5a0ccad25
5 * Author: parallels 5 * Author: parallels
6 */ 6 */
7 7
8 8
9 #include <Bela.h> 9 #include <Bela.h>
10 #include <Utilities.h>
11 #include <cmath> 10 #include <cmath>
12 11
13 int gBufferSize = 8192; 12 int gBufferSize = 8192;
14 13
15 // Double buffers to hold samples for noise analysis 14 // Double buffers to hold samples for noise analysis