log

age author description
2016-01-26 Giulio Moro Added loopback digital/analog test. This (randomly) fails for the first loopback sample received when -p2. Maybe some stale memory somewhere?
2016-01-20 Giulio Moro Fixed misbehaviour of GPIO when -C2: the GPIO buffer was being processed at double sampling rate and so for the second part of the buffer, it was just processing zeros. Closes #1532.
2016-01-19 Giulio Moro Utilities are now optimizable. Closes #1526
2016-01-19 Giulio Moro Makefile now compiles core/*.cpp except core/default_main.cpp (unless needed). Closes #1530
2016-01-18 Giulio Moro Updated Makefile to include WriteFile
2016-01-17 Giulio Moro Better(non ideal) monophonic behaviour of the basic midi implementation. Would require to remember what notes are being held down and release either the most recent or low/high priority.
2016-01-15 Giulio Moro Fixed BBD chorus project
2016-01-15 Giulio Moro Fixed I2c_Codec
2016-01-15 Giulio Moro Basic Midi input implementation
2016-01-02 Giulio Moro Updated examples with new audioWrite macros
2016-01-02 Giulio Moro Added audioReadFrame() and audioWriteFrame(). Closes #1519
2016-01-02 Giulio Moro -p flag now indicates the buffer size in audio samples. Closes #1520
2015-12-28 Giulio Moro Fixed early return after first AuxiliaryTask was started
2015-12-28 Giulio Moro It is now possible to create an auxiliary task in the constructor of a global object. Closes #1374
2015-12-28 Giulio Moro Demonstrates issue #1374 experimental-fixing-AuxiliaryTask