Mercurial > hg > beaglert
comparison examples/filter_IIR/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 |
---|---|
137 // Initialise the auxiliary tasks | 137 // Initialise the auxiliary tasks |
138 // and print info | 138 // and print info |
139 | 139 |
140 bool initialise_aux_tasks() | 140 bool initialise_aux_tasks() |
141 { | 141 { |
142 if((gChangeCoeffTask = Bela_createAuxiliaryTask(&check_coeff, 90, "beaglert-check-coeff")) == 0) | 142 if((gChangeCoeffTask = Bela_createAuxiliaryTask(&check_coeff, 90, "bela-check-coeff")) == 0) |
143 return false; | 143 return false; |
144 | 144 |
145 if((gInputTask = Bela_createAuxiliaryTask(&read_input, 50, "beaglert-read-input")) == 0) | 145 if((gInputTask = Bela_createAuxiliaryTask(&read_input, 50, "bela-read-input")) == 0) |
146 return false; | 146 return false; |
147 | 147 |
148 rt_printf("Press 'a' to trigger sample, 's' to stop\n"); | 148 rt_printf("Press 'a' to trigger sample, 's' to stop\n"); |
149 rt_printf("Press 'z' to low down cut-off freq of 100 Hz, 'x' to raise it up\n"); | 149 rt_printf("Press 'z' to low down cut-off freq of 100 Hz, 'x' to raise it up\n"); |
150 rt_printf("Press 'q' to quit\n"); | 150 rt_printf("Press 'q' to quit\n"); |