comparison examples/samples/render.cpp @ 305:b57d76dcc9ae prerelease

Merge
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 27 May 2016 17:51:34 +0100
parents 421a69d42943
children db2fe4e1b88e
comparison
equal deleted inserted replaced
304:d2b7df6b355b 305:b57d76dcc9ae
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