log

age author description
2016-05-27 Robert Jack Merge Doxy prerelease
2016-05-30 andrewm Minor cleanup -- digital status shouldn't be dependent on analog status prerelease
2016-05-30 andrewm Removed crufty testing code prerelease
2016-05-30 andrewm Added NEON vectorised float<->int converters. Curiously, its performance is worse than the C version. I guess clang is better at vectorising than we thought! The new code remains disabled for now. prerelease
2016-05-28 Giulio Moro Updated libpd, now compatible with GLIBC_2.13 prerelease
2016-05-28 Giulio Moro Updated libpd, now compatible with GLIBC_2.13 default
2016-05-27 Giulio Moro make runscreenfifo will now output to stdout prerelease
2016-05-27 Giulio Moro Merge prerelease
2016-05-27 Giulio Moro Makefile can run in fifo, takes command line arguments with CL= prerelease
2016-05-27 andrewm Decrufting: removed ancient DBOX_CAPE define from header files (not yet from PRU code) prerelease
2016-05-27 andrewm Renamed BelaContext->audioSampleCount to BelaContext->audioFramesElapsed for consistency of terminology prerelease
2016-05-27 andrewm Renamed pinModeFrame -> pinMode prerelease
2016-05-27 andrewm Add script for /etc/init.d/ prerelease
2016-05-27 andrewm Renamed read/write functions to remove the Frame --> e.g. analogWriteFrameOnce -> analogWriteOnce, digitalReadFrame -> digitalRead prerelease
2016-05-27 andrewm Changed BelaContext fields to be const where appropriate; there's now an InternalBelaContext used for setting the values within the core code. These need to stay aligned. prerelease
2016-05-27 Giulio Moro Fixed clang path prerelease