log core/RTAudio.cpp @ 47:643cbee74eda newapi

age author description
Thu, 28 May 2015 17:06:03 -0400 andrewm First draft of Doxygen documentation newapi
Thu, 28 May 2015 14:35:55 -0400 andrewm Major API overhaul. Moved to a single data structure for handling render functions. Functionally, generally similar except for scheduling within PRU loop function, which now uses interrupts from the PRU rather than polling. This requires an updated kernel. newapi
Tue, 19 May 2015 16:41:07 +0100 Giulio Moro Timers to measure performances, ultra experimental ultra-staging
Fri, 08 May 2015 11:12:13 +0100 Giulio Moro UDP communication in place, pre-alpha bbb_network
Thu, 30 Apr 2015 16:58:41 +0100 Giulio Moro Renamed matrixGpio to digital and matrix to analog matrix_gpio
Mon, 27 Apr 2015 13:01:57 +0100 Giulio Moro - analog matrixIn/matrixOut are now mapped as floats from 0 to 1 matrix_gpio
Sat, 07 Feb 2015 16:41:56 +0000 andrewm Updated to latest PRU library; external PRU file no longer needed. Also catch SIGTERM as well as SIGINT to clean up gracefully.