comparison examples/basic_FFT_phase_vocoder/render.cpp @ 379:24c3a0663d54 prerelease

Added Ne10 headers within include directory
author andrewm
date Sun, 12 Jun 2016 18:16:20 +0100
parents 3bed6b09223c
children
comparison
equal deleted inserted replaced
378:8db03611ee76 379:24c3a0663d54
26 Read the documentation on the NE10 library [here](http://projectne10.github.io/Ne10/doc/annotated.html). 26 Read the documentation on the NE10 library [here](http://projectne10.github.io/Ne10/doc/annotated.html).
27 */ 27 */
28 28
29 #include <Bela.h> 29 #include <Bela.h>
30 #include <rtdk.h> 30 #include <rtdk.h>
31 #include <NE10.h> // NEON FFT library 31 #include <ne10/NE10.h> // NEON FFT library
32 #include <cmath> 32 #include <cmath>
33 #include "SampleData.h" 33 #include "SampleData.h"
34 #include <Midi.h> 34 #include <Midi.h>
35 35
36 #define BUFFER_SIZE 16384 36 #define BUFFER_SIZE 16384