graph
- Doxygen content added to each example render.cpp.prerelease 2016-06-09, by Robert Jack
- Moved I2c_TouchKey files from the dbox project into the coreprerelease 2016-06-09, by Giulio Moro
- Now possible to pass options to the Makefile from build_project.shprerelease 2016-06-09, by Giulio Moro
- Updated rsync command and command-line optionsprerelease 2016-06-09, by Giulio Moro
- Updated rsync commandprerelease 2016-06-09, by Giulio Moro
- Updated setup_boardprerelease 2016-06-09, by Giulio Moro
- Removed useless libpd headersprerelease 2016-06-09, by Giulio Moro
- Updated halt_board.shprerelease 2016-06-09, by Giulio Moro
- Simplified setup-ssh files: no more need for keypairs, now just setting the bbb entry in ~/.ssh/configprerelease 2016-06-09, by Giulio Moro
- updated set_startupprerelease 2016-06-09, by Giulio Moro
- Updated connect_to_project.shprerelease 2016-06-09, by Giulio Moro
- Doxyfile and minor corrections to docsprerelease 2016-06-09, by Giulio Moro
- Fixed run_project.shprerelease 2016-06-08, by Giulio Moro
- Updated Makefile to match name of audio threadprerelease 2016-06-08, by Giulio Moro
- Added example/help patches for digital in pdprerelease 2016-06-08, by Giulio Moro
- Cleanupprerelease 2016-06-08, by Giulio Moro
- Moved pd examples to examples/pdprerelease 2016-06-08, by Giulio Moro
- Fixed Bela_pdMessageHookprerelease 2016-06-08, by Giulio Moro
- DigitalChannelManager takes care of managing digital channels for libpd/Heavy useprerelease 2016-06-08, by Giulio Moro
- Digital channels are fully managed by Pdprerelease 2016-06-08, by Giulio Moro
- pinMode can now be controlled from Pdprerelease 2016-06-08, by Giulio Moro
- mergeprerelease 2016-06-08, by Giulio Moro
- 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
- Makefile: run does not re-link. Faster check for libpdprerelease 2016-06-03, by Giulio Moro
- More extensive support for MIDI types for libpd. Untestedprerelease 2016-06-03, by Giulio Moro
- Added basic MIDI support in libpd_basic. You can now use the regular midiin object familyprerelease 2016-06-02, by Giulio Moro
- Using make commands within build_project.sh instead of explicit command linesprerelease 2016-06-02, by Giulio Moro
- libpd and heavy examples addedDoxy prerelease 2016-05-30, by Robert Jack
- MergeDoxy prerelease 2016-05-27, by Robert Jack
- Minor cleanup -- digital status shouldn't be dependent on analog statusprerelease 2016-05-30, by andrewm
- Removed crufty testing codeprerelease 2016-05-30, by 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-30, by andrewm
- Updated libpd, now compatible with GLIBC_2.13prerelease 2016-05-28, by Giulio Moro
- Updated libpd, now compatible with GLIBC_2.13default 2016-05-28, by Giulio Moro
- make runscreenfifo will now output to stdoutprerelease 2016-05-27, by Giulio Moro
- Mergeprerelease 2016-05-27, by Giulio Moro
- Makefile can run in fifo, takes command line arguments with CL=prerelease 2016-05-27, by Giulio Moro
- Decrufting: removed ancient DBOX_CAPE define from header files (not yet from PRU code)prerelease 2016-05-27, by andrewm
- Renamed BelaContext->audioSampleCount to BelaContext->audioFramesElapsed for consistency of terminologyprerelease 2016-05-27, by andrewm
- Renamed pinModeFrame -> pinModeprerelease 2016-05-27, by andrewm
- Add script for /etc/init.d/prerelease 2016-05-27, by andrewm
- Renamed read/write functions to remove the Frame --> e.g. analogWriteFrameOnce -> analogWriteOnce, digitalReadFrame -> digitalReadprerelease 2016-05-27, by 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, by andrewm
- Fixed clang pathprerelease 2016-05-27, by Giulio Moro
- Mergeprerelease 2016-05-27, by Giulio Moro
- Added Makefile support for runscreen, runscreenfg, run, runfgprerelease 2016-05-27, by Giulio Moro
- Changed BeagleRT -> Bela in defines and thread names; some preliminary mux capelet stuffprerelease 2016-05-27, by andrewm
- Makefile can now stop processes 'make stop'prerelease 2016-05-27, by Giulio Moro
- RENAMED BeagleRT to Bela AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, scripts probably not workingprerelease 2016-05-27, by Giulio Moro
- Renamed projects to examplesprerelease 2016-05-27, by Giulio Moro
- Updated Heavy uploader.py file2016-05-27, by Giulio Moro
- Techno world example to _main.pd for libpd testingDoxy prerelease 2016-05-27, by Robert Jack
- Updated libpd, fixes throw~/catch~/send~/receive~ issueprerelease 2016-05-27, by Giulio Moro
- Updated libpd, fixes throw~/catch~/send~/receive~ issue2016-05-27, by Giulio Moro
- Defaulting to gcc compiler (see #1695), updates to build_pd_heavy to make it compile with the new Makefileprerelease 2016-05-25, by Giulio Moro
- Defaulting gcc for on-board compiling, see #16952016-05-24, by Giulio Moro
- Updated Heavy files to match latest Heavy APIprerelease 2016-05-24, by Giulio Moro
- Updated Heavy files to match latest Heavy API2016-05-24, by Giulio Moro
- Added example Heavy/Midi patch2016-05-21, by Giulio Moro
- Updated heavy render to latest Heavy API2016-05-21, by Giulio Moro
- Updated heavy render to latest Heavy APIprerelease 2016-05-21, by Giulio Moro
- mergeprerelease 2016-05-18, by Giulio Moro
- Makefile refactoring:prerelease 2016-05-18, by Giulio Moro
- Re-introduced screen stopprerelease 2016-05-17, by Giulio Moro
- Doxygen content added to more project render.cpp files and amended in others.Doxy prerelease 2016-05-17, by Robert Jack
- MergeDoxy prerelease 2016-05-17, by Robert Jack
- Updated PRU code -- same idea for muxes 4-7prerelease 2016-05-17, by andrewm
- PRU update to support mux capeletprerelease 2016-05-17, by andrewm
- mergeprerelease 2016-05-17, by andrewm
- Added support for multiplexer capelet and command-line support for choosing PRUprerelease 2016-05-17, by andrewm
- Stop running by parsing the Xenomai statprerelease 2016-05-17, by Giulio Moro
- mergeprerelease 2016-05-17, by Giulio Moro
- build_project.sh allows to pass a custom project nameprerelease 2016-05-17, by Giulio Moro
- Partially undoing 247a182adb6dprerelease 2016-05-17, by Giulio Moro
- build_project.sh fixed folder handling by rsyncprerelease 2016-05-17, by Giulio Moro
- mergeprerelease 2016-05-17, by Liam Donovan
- Added scope_basic and scope_analogue example projectsprerelease 2016-05-17, by Liam Donovan
- Added Scope.h and Scope.cppprerelease 2016-05-17, by Liam Donovan
- Added osc example project and node script for testingprerelease 2016-05-17, by Liam Donovan
- Added OSCServer and OSCClientprerelease 2016-05-17, by Liam Donovan
- Oxygen text added to each render.cpp file for the default projects. Text includes project explanation from Wiki, edited in places.2016-05-17, by Robert Jack
- Added new overlay for using PRU0 or PRU1, a script to halt board on button press, and several example projectsprerelease 2016-05-17, by andrewm
- Makefile creates build folder in the script folderprerelease 2016-05-17, by Giulio Moro
- build_projecy.sh: copy files by default to projects/scriptUploadedProject, uses new Makefileprerelease 2016-05-17, by Giulio Moro
- Fixed indentationprerelease 2016-05-16, by Giulio Moro
- Using rsync instead of scp. scp remains as as fallbackprerelease 2016-05-16, by Giulio Moro
- Inverted the meaning of the -f optionprerelease 2016-05-16, by Giulio Moro
- build_project.sh defaults rewritten.prerelease 2016-05-16, by Giulio Moro
- build_project.sh sets the date. screen name changed to 'Bela'prerelease 2016-05-16, by Giulio Moro
- Synced main Makefile with IDE Makefileprerelease 2016-05-16, by Liam Donovan
- merged new aux tasksprerelease 2016-05-16, by Liam Donovan
- Add a parameter 'autoSchedule' to createAuxiliaryTask() which when true causes the task to be automatically scheduled after every render function call, without the user needing to call scheduleAuxiliaryTask()aux_task_args 2016-05-07, by Liam Donovan
- missing semicolonaux_task_args 2016-05-07, by Liam Donovan
- Overload BeagleRT_createAuxiliaryTask so tasks can be created with or without argumentsaux_task_args 2016-05-06, by Liam Donovan
- Removed core files which use 'old' aux_tasks.aux_task_args 2016-05-03, by Liam Donovan
- Allow arguments to be passed to aux task functionaux_task_args 2016-05-03, by Liam Donovan
- Started prerelease branch; updated PRU code to be able to run on either PRU.prerelease 2016-05-16, by andrewm