Mercurial > hg > beaglert
diff projects/oscillator_bank/render.cpp @ 47:643cbee74eda newapi
First draft of Doxygen documentation
author | andrewm |
---|---|
date | Thu, 28 May 2015 17:06:03 -0400 |
parents | 579c86316008 |
children | a6d223473ea2 |
line wrap: on
line diff
--- a/projects/oscillator_bank/render.cpp Thu May 28 14:38:00 2015 -0400 +++ b/projects/oscillator_bank/render.cpp Thu May 28 17:06:03 2015 -0400 @@ -141,7 +141,7 @@ } // Initialise auxiliary tasks - if((gFrequencyUpdateTask = createAuxiliaryTaskLoop(&recalculate_frequencies, 90, "beaglert-update-frequencies")) == 0) + if((gFrequencyUpdateTask = createAuxiliaryTask(&recalculate_frequencies, 90, "beaglert-update-frequencies")) == 0) return false; for(int n = 0; n < gNumOscillators; n++)