log include/Utilities.h @ 556:ce391098f321 prerelease tip

age author description
2016-06-24 Giulio Moro Updated RTAudioSettings with in/out, ported some examples and libpd API-update
2016-06-23 Giulio Moro Updated BelaContext to use separate values for in/ou channels API-update
2016-05-27 andrewm Renamed pinModeFrame -> pinMode 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 BeagleRT -> Bela in defines and thread names; some preliminary mux capelet stuff prerelease
2016-05-27 Giulio Moro RENAMED BeagleRT to Bela AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, scripts probably not working prerelease
2016-01-19 Giulio Moro Utilities are now optimizable. Closes #1526
2016-01-02 Giulio Moro Added audioReadFrame() and audioWriteFrame(). Closes #1519
2015-07-23 andrewm Updated doxygen for Utilities.h
2015-07-17 andrewm Documentation updates and include Arduino-type constants in Utilities.h
2015-07-17 andrewm Changed d-box code to run cleanly when built on board. Updated Makefile to add ne10 include path on board. Some extra docs in Utilities.h
2015-07-15 andrewm Some initial, partial documentation in Utilities.h newapi
2015-07-15 andrewm Further API update to name three primary functions setup(), render() and cleanup(). Changed include paths so now can #include <BeagleRT.h>. Removed stale pru_rtaudio.bin file as this is now done as pru_rtaudio_bin.h. Updated examples to new API and fixed minor compiler warnings along the way. Network example needs further attention to compile. newapi
2015-05-28 andrewm Major API overhaul. Moved to a single data structure for handling render functions. Functionally, generally similar except for scheduling within PRU loop function, which now uses interrupts from the PRU rather than polling. This requires an updated kernel. newapi
2015-05-11 Giulio Moro Fixed bug in Digital macros and in example project matrix_gpio
2015-05-05 Giulio Moro - persistency: the last frame of each digital and analogOut buffers is used to initialize all the frames in the next buffer. This means that once a value is set, the pin will hold the value until you change it matrix_gpio
2015-04-30 Giulio Moro Renamed matrixGpio to digital and matrix to analog matrix_gpio
2015-04-30 Giulio Moro - digitalWrite and analogWrite macros are now persistent: they write a value on the given channel from the current frame to the end of the buffer. When matrix_gpio
2015-04-27 Giulio Moro - analog matrixIn/matrixOut are now mapped as floats from 0 to 1 matrix_gpio
2015-01-23 andrewm Fixed ADC bug; added a simple passthrough test
2014-11-08 andrewm API improvements and cleanups. Now all common audio command-line options can be parsed automatically.
2014-10-31 andrewm Initial commit.