graph
- Fixed printed text2016-02-09, by Giulio Moro
- Got UdpServer from ClockSyncrobbie 2016-02-09, by Giulio Moro
- audio_in_FFT now works. Issue was it was setting useAnalog = 0.2016-02-08, by Giulio Moro
- Added support for ne10 in Eclipse2016-02-08, by Giulio Moro
- Fixed analogChannels count check (allows them to be 0).2016-02-08, by Giulio Moro
- Updated Makefile to include debug mode (make debug)2016-02-08, by Giulio Moro
- static inline functions from Utilities.h will now show up in the doxygen documentation2016-02-08, by Giulio Moro
- Automator script is location independent (and moved to a new location)2016-02-07, by Giulio Moro
- Added PulseIn example2016-02-06, by Giulio Moro
- Missing files for hello-midi2016-02-06, by Giulio Moro
- Better better hello-midi. Updated icon and text description for BelaPdBuild.app2016-02-06, by Giulio Moro
- Better pd_build.sh script, also wrapped in an Automator Task for MacOS2016-02-05, by Giulio Moro
- merge2016-02-05, by Giulio Moro
- Nicer hello-midi2016-02-05, by Giulio Moro
- Add -lsndfile to Makefile2016-02-05, by Liam Donovan
- Fixed midi docs, implentation and example2016-02-05, by Giulio Moro
- Added support for MidiIn to heavy (with example patch and subpatches).2016-02-05, by Giulio Moro
- Added MidiParser for channel messages2016-02-05, by Giulio Moro
- Fixed permissions2016-02-04, by Giulio Moro
- Added .hgignore2016-02-04, by Giulio Moro
- Doxyfile considers more files2016-02-04, by Giulio Moro
- Added PulseIn.2016-02-04, by Giulio Moro
- merge2016-02-03, by Giulio Moro
- Implemented Midi output2016-02-03, by Giulio Moro
- - Updated heavy scripts to work with custom header2016-01-27, by chnrx
- Added loopback digital/analog test. This (randomly) fails for the first loopback sample received when -p2. Maybe some stale memory somewhere?2016-01-26, by 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-20, by Giulio Moro
- Utilities are now optimizable. Closes #15262016-01-19, by Giulio Moro
- Makefile now compiles core/*.cpp except core/default_main.cpp (unless needed). Closes #15302016-01-19, by Giulio Moro
- Updated Makefile to include WriteFile2016-01-18, by 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-17, by Giulio Moro
- Fixed BBD chorus project2016-01-15, by Giulio Moro
- Fixed I2c_Codec2016-01-15, by Giulio Moro
- Basic Midi input implementation2016-01-15, by Giulio Moro
- Updated examples with new audioWrite macros2016-01-02, by Giulio Moro
- Added audioReadFrame() and audioWriteFrame(). Closes #15192016-01-02, by Giulio Moro
- -p flag now indicates the buffer size in audio samples. Closes #15202016-01-02, by Giulio Moro
- Fixed early return after first AuxiliaryTask was started2015-12-28, by Giulio Moro
- It is now possible to create an auxiliary task in the constructor of a global object. Closes #13742015-12-28, by Giulio Moro
- Demonstrates issue #1374experimental-fixing-AuxiliaryTask 2015-12-28, by Giulio Moro
- AuxiliaryTask can now be scheduled from setup(). Closes #13732015-12-28, by Giulio Moro
- Included unistd.h, closes #12372015-12-28, by Giulio Moro
- Cleanup2015-12-28, by Giulio Moro
- Added command-line options for the PGA2015-12-28, by Giulio Moro
- merge2015-12-28, by Giulio Moro
- Added method to set PGA per each channel2015-12-28, by Giulio Moro
- - edited karplusStrong pd example2015-12-03, by chnrx
- in build_pd.sh: only copy render.cpp if no such file exists in destination folder2015-12-03, by chnrx
- - Cleaned up default heavy render.cpp file2015-12-03, by chnrx
- Merge2015-12-03, by chnrx
- - added more pd/heavy examplesheavy-updated 2015-12-03, by chnrx
- - added circular buffer pd/heavy example (works but process needs to be killed manually if launched via ssh?)heavy-updated 2015-11-12, by chnrx
- - added additional flags to C rules (-DNDEBUG, -mfpu=neon)heavy-updated 2015-11-12, by chnrx
- - updated usage instructions for -r optionheavy-updated 2015-11-05, by chnrx
- - added -std=c99 to Makefile for user-supplied C files (required for heavy files)heavy-updated 2015-11-05, by chnrx
- Increased buffer size, improves performances (but increases memory usage) for binary mode2015-10-18, by Giulio Moro
- Fixed WriteFile, now it does not hang if echo is off and format is binary2015-10-14, by Giulio Moro
- Added capability to WriteFile to save binary files, added example project2015-10-13, by Giulio Moro
- Imported stats.hpp from other branch. This includes moving average template class2015-10-07, by Giulio Moro
- merge2015-10-07, by Andrew McPherson