comparison examples/basic/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
32 It is good to familiarise yourself with this structure as it's fundamental to producing sound with the system. 32 It is good to familiarise yourself with this structure as it's fundamental to producing sound with the system.
33 */ 33 */
34 34
35 #include <Bela.h> 35 #include <Bela.h>
36 #include <cmath> 36 #include <cmath>
37 #include <Utilities.h>
38 37
39 float gFrequency = 440.0; 38 float gFrequency = 440.0;
40 float gPhase; 39 float gPhase;
41 float gInverseSampleRate; 40 float gInverseSampleRate;
42 41