comparison include/Midi.h @ 301:e4392164b458 prerelease

RENAMED BeagleRT to Bela AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, scripts probably not working
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 27 May 2016 14:34:41 +0100
parents 6ca9b3f557bf
children a9905703219d
comparison
equal deleted inserted replaced
300:dbeed520b014 301:e4392164b458
6 */ 6 */
7 7
8 #ifndef MIDI_H_ 8 #ifndef MIDI_H_
9 #define MIDI_H_ 9 #define MIDI_H_
10 10
11 #include <BeagleRT.h> 11 #include <Bela.h>
12 #include <vector> 12 #include <vector>
13 13
14 typedef unsigned char midi_byte_t; 14 typedef unsigned char midi_byte_t;
15 15
16 16