log

age author description
2016-06-07 Giulio Moro Sets date on the board to ensure that heavy projects are recompiled prerelease
2016-06-07 andrewm 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 Giulio Moro Added embryonal support for digital messages with libpd. TODO: test it, only process used channels, add defines. It is quite CPU-intensive prerelease
2016-06-07 Giulio Moro Fixed make nostartup prerelease
2016-06-06 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 Giulio Moro Updated basic_libpd, now slightly more efficient with less memory operations. Requires the API change in libpd operated in libpd:99a2be8 prerelease
2016-06-06 Giulio Moro libpd: using smaller blocksizes for processing, so that events can be scheduled more accurately prerelease
2016-06-06 Giulio Moro More on libpd support for threads prerelease
2016-06-05 Giulio Moro Added libpd license prerelease
2016-06-05 Giulio Moro Initial support for thread-safe libpd (stil missing updated libpd binary), untested prerelease
2016-06-05 Giulio Moro Clean up of basic_libpd prerelease
2016-06-05 Giulio Moro Refactored UdpClient, changed line endings to Unix prerelease
2016-06-05 Giulio Moro Suppresses warning when compiling UdpClient.cpp prerelease
2016-06-05 Giulio Moro Self-documenting help added to Makefile. prerelease
2016-06-04 Giulio Moro Makefile syncs buffer to disk after building. Closes #1698 prerelease
2016-06-04 Giulio Moro run_project takes parameter for project name (defaults to scriptUploadedProject) prerelease
2016-06-04 Giulio Moro Makefile can now do startup and startuploop prerelease
2016-06-04 Giulio Moro build_project now updates the date of the files on the bbb prerelease
2016-06-04 Giulio Moro Updated build_pd_heavy to work with the latest makefile. prerelease
2016-06-03 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 #1698 prerelease
2016-06-03 Giulio Moro make run (and similar) run from within the project folder prerelease
2016-06-03 Giulio Moro Makefile: run does not re-link. Faster check for libpd prerelease
2016-06-03 Giulio Moro More extensive support for MIDI types for libpd. Untested prerelease
2016-06-02 Giulio Moro Added basic MIDI support in libpd_basic. You can now use the regular midiin object family prerelease
2016-06-02 Giulio Moro Using make commands within build_project.sh instead of explicit command lines prerelease
2016-05-30 Robert Jack libpd and heavy examples added Doxy prerelease
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
2016-05-27 Giulio Moro Merge prerelease
2016-05-27 Giulio Moro Added Makefile support for runscreen, runscreenfg, run, runfg prerelease
2016-05-27 andrewm Changed BeagleRT -> Bela in defines and thread names; some preliminary mux capelet stuff prerelease
2016-05-27 Giulio Moro Makefile can now stop processes 'make stop' prerelease
2016-05-27 Giulio Moro RENAMED BeagleRT to Bela AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, scripts probably not working prerelease
2016-05-27 Giulio Moro Renamed projects to examples prerelease
2016-05-27 Giulio Moro Updated Heavy uploader.py file
2016-05-27 Robert Jack Techno world example to _main.pd for libpd testing Doxy prerelease
2016-05-27 Giulio Moro Updated libpd, fixes throw~/catch~/send~/receive~ issue prerelease
2016-05-27 Giulio Moro Updated libpd, fixes throw~/catch~/send~/receive~ issue
2016-05-24 Giulio Moro Defaulting to gcc compiler (see #1695), updates to build_pd_heavy to make it compile with the new Makefile prerelease
2016-05-24 Giulio Moro Defaulting gcc for on-board compiling, see #1695
2016-05-24 Giulio Moro Updated Heavy files to match latest Heavy API prerelease
2016-05-24 Giulio Moro Updated Heavy files to match latest Heavy API
2016-05-21 Giulio Moro Added example Heavy/Midi patch
2016-05-21 Giulio Moro Updated heavy render to latest Heavy API
2016-05-21 Giulio Moro Updated heavy render to latest Heavy API prerelease
2016-05-18 Giulio Moro merge prerelease
2016-05-18 Giulio Moro Makefile refactoring: prerelease
2016-05-17 Giulio Moro Re-introduced screen stop prerelease
2016-05-17 Robert Jack Doxygen content added to more project render.cpp files and amended in others. Doxy prerelease
2016-05-17 Robert Jack Merge Doxy prerelease
2016-05-17 andrewm Updated PRU code -- same idea for muxes 4-7 prerelease
2016-05-17 andrewm PRU update to support mux capelet prerelease
2016-05-17 andrewm merge prerelease
2016-05-17 andrewm Added support for multiplexer capelet and command-line support for choosing PRU prerelease
2016-05-17 Giulio Moro Stop running by parsing the Xenomai stat prerelease
2016-05-17 Giulio Moro merge prerelease
2016-05-17 Giulio Moro build_project.sh allows to pass a custom project name prerelease
2016-05-17 Giulio Moro Partially undoing 247a182adb6d prerelease
2016-05-17 Giulio Moro build_project.sh fixed folder handling by rsync prerelease
2016-05-17 Liam Donovan merge prerelease
2016-05-17 Liam Donovan Added scope_basic and scope_analogue example projects prerelease
2016-05-17 Liam Donovan Added Scope.h and Scope.cpp prerelease
2016-05-17 Liam Donovan Added osc example project and node script for testing prerelease
2016-05-17 Liam Donovan Added OSCServer and OSCClient prerelease
2016-05-17 Robert Jack Oxygen text added to each render.cpp file for the default projects. Text includes project explanation from Wiki, edited in places.
2016-05-17 andrewm Added new overlay for using PRU0 or PRU1, a script to halt board on button press, and several example projects prerelease
2016-05-17 Giulio Moro Makefile creates build folder in the script folder prerelease
2016-05-17 Giulio Moro build_projecy.sh: copy files by default to projects/scriptUploadedProject, uses new Makefile prerelease
2016-05-16 Giulio Moro Fixed indentation prerelease
2016-05-16 Giulio Moro Using rsync instead of scp. scp remains as as fallback prerelease
2016-05-16 Giulio Moro Inverted the meaning of the -f option prerelease
2016-05-16 Giulio Moro build_project.sh defaults rewritten. prerelease
2016-05-16 Giulio Moro build_project.sh sets the date. screen name changed to 'Bela' prerelease
2016-05-16 Liam Donovan Synced main Makefile with IDE Makefile prerelease
2016-05-16 Liam Donovan merged new aux tasks prerelease
2016-05-07 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 Liam Donovan missing semicolon aux_task_args
2016-05-06 Liam Donovan Overload BeagleRT_createAuxiliaryTask so tasks can be created with or without arguments aux_task_args
2016-05-03 Liam Donovan Removed core files which use 'old' aux_tasks. aux_task_args
2016-05-03 Liam Donovan Allow arguments to be passed to aux task function aux_task_args
2016-05-16 andrewm Started prerelease branch; updated PRU code to be able to run on either PRU. prerelease
2016-05-11 Giulio Moro Removed obsolete scope project
2016-04-28 Giulio Moro Typo
2016-04-28 Giulio Moro Added phase vocoder example (optionally Midi controllable)
2016-04-28 Giulio Moro build_project.sh launches from source folder, so to preserve relative paths
2016-04-28 Giulio Moro Removed useless debug lines
2016-04-28 Giulio Moro Makefile looks for includes in the source folder
2016-04-19 Giulio Moro Improved basic_button project
2016-04-19 Giulio Moro Updated libpd. This one wraps pthreads but not pthread_join, which is not provided by pthread_rt.
2016-04-19 Giulio Moro Updated Makefile to check for libpd
2016-04-18 Giulio Moro Updated setup_board.sh to copy libpd.so
2016-04-18 Giulio Moro Added libpd.so
2016-04-18 Giulio Moro Flexible Makefile: tries to use clang if available. Defaults to gcc otherwise
2016-04-14 Giulio Moro Fixed behaviour of the -G command line closes #1680
2016-04-12 Giulio Moro Typo
2016-04-12 Giulio Moro Added script to run libpd patches
2016-04-10 Giulio Moro Minor fixes
2016-04-10 Giulio Moro Minor fixes
2016-04-10 Giulio Moro Merge
2016-04-10 Giulio Moro Removed old [hv_{midi}] files mergingClockSync
2016-04-10 Giulio Moro Turned gShouldStop into int mergingClockSync
2016-04-10 Giulio Moro libpd taking care of different numbers of analog channels mergingClockSync
2016-04-10 Giulio Moro Added some optimizations mergingClockSync
2016-04-09 Giulio Moro Working basic_libpd mergingClockSync
2016-04-08 Giulio Moro Fixed heavy-midi and updated uploader.py mergingClockSync
2016-04-08 Giulio Moro Fixed midi-heavy: stray [spigot] mergingClockSync
2016-04-01 Giulio Moro Eclipse's Makefile ignores unresolved links in shared libraries. It is now easier to cross-compile with external libraries mergingClockSync
2016-03-13 Giulio Moro Added argument to callback mergingClockSync
2016-03-08 Giulio Moro Added documentation for Midi and MidiParser mergingClockSync
2016-03-08 Giulio Moro Added callback for Midi channel messages mergingClockSync
2016-02-22 Giulio Moro Removed redundant calls to pinModeFrame. Closes #1623. mergingClockSync
2016-02-14 Giulio Moro Working with UdpIoPlugin mergingClockSync
2016-02-13 Giulio Moro Updated basic_network to use NetworkSend (no receive at the moment) mergingClockSync
2016-02-13 Giulio Moro Fixed initialization of writePointer mergingClockSync