log

age author description
2016-02-09 Giulio Moro Fixed printed text
2016-02-09 Giulio Moro Got UdpServer from ClockSync robbie
2016-02-08 Giulio Moro audio_in_FFT now works. Issue was it was setting useAnalog = 0.
2016-02-08 Giulio Moro Added support for ne10 in Eclipse
2016-02-08 Giulio Moro Fixed analogChannels count check (allows them to be 0).
2016-02-08 Giulio Moro Updated Makefile to include debug mode (make debug)
2016-02-08 Giulio Moro static inline functions from Utilities.h will now show up in the doxygen documentation
2016-02-07 Giulio Moro Automator script is location independent (and moved to a new location)
2016-02-06 Giulio Moro Added PulseIn example
2016-02-06 Giulio Moro Missing files for hello-midi
2016-02-06 Giulio Moro Better better hello-midi. Updated icon and text description for BelaPdBuild.app
2016-02-05 Giulio Moro Better pd_build.sh script, also wrapped in an Automator Task for MacOS
2016-02-05 Giulio Moro merge
2016-02-05 Giulio Moro Nicer hello-midi
2016-02-05 Liam Donovan Add -lsndfile to Makefile
2016-02-05 Giulio Moro Fixed midi docs, implentation and example
2016-02-05 Giulio Moro Added support for MidiIn to heavy (with example patch and subpatches).
2016-02-05 Giulio Moro Added MidiParser for channel messages
2016-02-04 Giulio Moro Fixed permissions
2016-02-04 Giulio Moro Added .hgignore
2016-02-04 Giulio Moro Doxyfile considers more files
2016-02-04 Giulio Moro Added PulseIn.
2016-02-03 Giulio Moro merge
2016-02-03 Giulio Moro Implemented Midi output
2016-01-27 chnrx - Updated heavy scripts to work with custom header
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