comparison projects/basic_midi/render.cpp @ 187:d7148d21aaa5

Utilities are now optimizable. Closes #1526
author Giulio Moro <giuliomoro@yahoo.it>
date Tue, 19 Jan 2016 02:54:13 +0000
parents 9108a0a34cb8
children b3a306da03e0
comparison
equal deleted inserted replaced
186:524c87ec23a3 187:d7148d21aaa5
3 * 3 *
4 * Created on: Oct 24, 2014 4 * Created on: Oct 24, 2014
5 * Author: parallels 5 * Author: parallels
6 */ 6 */
7 7
8
9 #include <BeagleRT.h> 8 #include <BeagleRT.h>
10 #include <Midi.h> 9 #include <Midi.h>
10 #include <Utilities.h>
11 #include <stdlib.h> 11 #include <stdlib.h>
12 #include <Utilities.h>
13 #include <rtdk.h> 12 #include <rtdk.h>
14 #include <cmath> 13 #include <cmath>
15 14
16 // setup() is called once before the audio rendering starts. 15 // setup() is called once before the audio rendering starts.
17 // Use it to perform any initialisation and allocation which is dependent 16 // Use it to perform any initialisation and allocation which is dependent