comparison examples/filter_FIR/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 db2fe4e1b88e
comparison
equal deleted inserted replaced
302:b26e7c61e3b6 303:421a69d42943
103 // Initialise the auxiliary task 103 // Initialise the auxiliary task
104 // and print info 104 // and print info
105 105
106 bool initialise_trigger() 106 bool initialise_trigger()
107 { 107 {
108 if((gTriggerSamplesTask = Bela_createAuxiliaryTask(&trigger_samples, 50, "beaglert-trigger-samples")) == 0) 108 if((gTriggerSamplesTask = Bela_createAuxiliaryTask(&trigger_samples, 50, "bela-trigger-samples")) == 0)
109 return false; 109 return false;
110 110
111 rt_printf("Press 'a' to trigger sample, 's' to stop\n"); 111 rt_printf("Press 'a' to trigger sample, 's' to stop\n");
112 rt_printf("Press 'q' to quit\n"); 112 rt_printf("Press 'q' to quit\n");
113 113