comparison examples/samples/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
71 // Initialise the auxiliary task 71 // Initialise the auxiliary task
72 // and print info 72 // and print info
73 73
74 bool initialise_trigger() 74 bool initialise_trigger()
75 { 75 {
76 if((gTriggerSamplesTask = Bela_createAuxiliaryTask(&trigger_samples, 50, "beaglert-trigger-samples")) == 0) 76 if((gTriggerSamplesTask = Bela_createAuxiliaryTask(&trigger_samples, 50, "bela-trigger-samples")) == 0)
77 return false; 77 return false;
78 78
79 rt_printf("Press 'a' to trigger sample, 's' to stop\n"); 79 rt_printf("Press 'a' to trigger sample, 's' to stop\n");
80 rt_printf("Press 'q' to quit\n"); 80 rt_printf("Press 'q' to quit\n");
81 81