comparison examples/level_meter/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 493a07f6ec09
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 #define NUMBER_OF_SEGMENTS 10 12 #define NUMBER_OF_SEGMENTS 10
14 13
15 // Two levels of audio: one follows current value, the other holds 14 // Two levels of audio: one follows current value, the other holds