graph
- Full implementation of libpd digitals (in and out at message rate). Still messy, needs cleanup, new utilites for setDataOut, clearDataOut, wrapping all this new digital stuff in a class which will be re-usable by Heavyprerelease 2016-06-08, by Giulio Moro
- Removed libpd_queuedprerelease 2016-06-08, by Giulio Moro
- libpd: added digital ins through [adc~]prerelease 2016-06-07, by Giulio Moro
- Sets date on the board to ensure that heavy projects are recompiledprerelease 2016-06-07, by Giulio Moro
- Remapped analog output channels to match 01234567 order on cape. Note: this will change the behaviour of all these existing examples using analog out, notably d-box and cape_test.prerelease 2016-06-07, by andrewm
- Added embryonal support for digital messages with libpd. TODO: test it, only process used channels, add defines. It is quite CPU-intensiveprerelease 2016-06-07, by Giulio Moro
- Fixed make nostartupprerelease 2016-06-07, by Giulio Moro
- basic_libpd now populates pd's audio buffers directly. Updated libpd.so binary. This required an API change with respect to standard libpdAPI because for some strange reason, accessing sys_audioin and sys_audioout directly from the render.cpp file would return invalid values.prerelease 2016-06-06, by Giulio Moro
- Updated basic_libpd, now slightly more efficient with less memory operations. Requires the API change in libpd operated in libpd:99a2be8prerelease 2016-06-06, by Giulio Moro
- libpd: using smaller blocksizes for processing, so that events can be scheduled more accuratelyprerelease 2016-06-06, by Giulio Moro
- More on libpd support for threadsprerelease 2016-06-06, by Giulio Moro
- Added libpd licenseprerelease 2016-06-05, by Giulio Moro
- Initial support for thread-safe libpd (stil missing updated libpd binary), untestedprerelease 2016-06-05, by Giulio Moro
- Clean up of basic_libpdprerelease 2016-06-05, by Giulio Moro
- Refactored UdpClient, changed line endings to Unixprerelease 2016-06-05, by Giulio Moro
- Suppresses warning when compiling UdpClient.cppprerelease 2016-06-05, by Giulio Moro
- Self-documenting help added to Makefile.prerelease 2016-06-05, by Giulio Moro
- Makefile syncs buffer to disk after building. Closes #1698prerelease 2016-06-04, by Giulio Moro
- run_project takes parameter for project name (defaults to scriptUploadedProject)prerelease 2016-06-04, by Giulio Moro
- Makefile can now do startup and startuploopprerelease 2016-06-04, by Giulio Moro
- build_project now updates the date of the files on the bbbprerelease 2016-06-04, by Giulio Moro
- Updated build_pd_heavy to work with the latest makefile.prerelease 2016-06-04, by Giulio Moro
- relaxed the loop when set_startup.sh -l (added a sleep in there). This way if the file fails to load, the board is still operable, see #1698prerelease 2016-06-03, by Giulio Moro
- make run (and similar) run from within the project folderprerelease 2016-06-03, by Giulio Moro