Mercurial > hg > beaglert
comparison examples/filter_IIR/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 |
---|---|
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"); |