Mercurial > hg > beaglert
comparison examples/filter_FIR/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 |
---|---|
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 |