comparison examples/oscillator_bank/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
23 These files demonstrate an oscillator bank implemented in assembly code 23 These files demonstrate an oscillator bank implemented in assembly code
24 that is used as part of the d-box project. 24 that is used as part of the d-box project.
25 */ 25 */
26 26
27 #include <Bela.h> 27 #include <Bela.h>
28 #include <Utilities.h>
29 #include <rtdk.h> 28 #include <rtdk.h>
30 #include <cstdlib> 29 #include <cstdlib>
31 #include <cmath> 30 #include <cmath>
32 #include <cstring> 31 #include <cstring>
33 #include <time.h> 32 #include <time.h>