comparison examples/measure_noisefloor/render.cpp @ 303:421a69d42943 prerelease

Changed BeagleRT -> Bela in defines and thread names; some preliminary mux capelet stuff
author andrewm
date Fri, 27 May 2016 17:40:44 +0100
parents e4392164b458
children 9dc5a0ccad25
comparison
equal deleted inserted replaced
302:b26e7c61e3b6 303:421a69d42943
45 rt_printf("Error allocating buffer %d\n", i); 45 rt_printf("Error allocating buffer %d\n", i);
46 return false; 46 return false;
47 } 47 }
48 } 48 }
49 49
50 gAnalysisTask = Bela_createAuxiliaryTask(analyseResults, 50, "beaglert-analyse-results"); 50 gAnalysisTask = Bela_createAuxiliaryTask(analyseResults, 50, "bela-analyse-results");
51 51
52 return true; 52 return true;
53 } 53 }
54 54
55 // render() is called regularly at the highest priority by the audio engine. 55 // render() is called regularly at the highest priority by the audio engine.