Mercurial > hg > beaglert
diff projects/samples/main.cpp @ 2:021ac8a1a4f9
_new FIR filter example
author | Victor Zappi <victor.zappi@qmul.ac.uk> |
---|---|
date | Thu, 06 Nov 2014 15:59:16 +0000 |
parents | 24fc8026ae8e |
children | 09f03ac40fcc |
line wrap: on
line diff
--- a/projects/samples/main.cpp Thu Nov 06 14:23:26 2014 +0000 +++ b/projects/samples/main.cpp Thu Nov 06 15:59:16 2014 +0000 @@ -12,13 +12,10 @@ #include <string> #include <sndfile.h> // to load audio files #include "../../include/RTAudio.h" -//#include <native/task.h> // to kill sample trigger task #include "SampleData.h" using namespace std; -//extern AuxiliaryTask gTriggerSamplesTask; - // Load samples from file int initFile(string file, SampleData *smp)//float *& smp) {