Mercurial > hg > beaglert
comparison examples/basic_network/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 |
---|---|
30 #include <Bela.h> | 30 #include <Bela.h> |
31 //#include <rtdk.h> | 31 //#include <rtdk.h> |
32 #include <cmath> | 32 #include <cmath> |
33 #include <NetworkSend.h> | 33 #include <NetworkSend.h> |
34 #include <ReceiveAudioThread.h> | 34 #include <ReceiveAudioThread.h> |
35 #include <Utilities.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 |
39 // on the period size or sample rate. | 38 // on the period size or sample rate. |
40 // | 39 // |