log

age author description
2016-06-20 Giulio Moro update_board forwards flags to update_IDE, IDE gets restarted only once prerelease
2016-06-20 Giulio Moro Removed warnings, now libpd_render can compile with Clang as well prerelease
2016-06-20 Giulio Moro Headers prerelease
2016-06-20 Giulio Moro Libpd added scope support and example prerelease
2016-06-20 Giulio Moro build_pd_heavy now looks for file in heavy/render.cpp instead of heavy_render.cpp prerelease
2016-06-20 Giulio Moro Pd projects are build just like regular projects, so no need for run_pd_libpd anymore prerelease
2016-06-20 Giulio Moro merge prerelease
2016-06-20 Giulio Moro I mean it actually works for real. Libpd checks for file and exits with meaningful error message if it does not find it. prerelease
2016-06-20 Liam Donovan remove reference to examples/core/link_core.sh from update_board prerelease
2016-06-20 Giulio Moro merge prerelease
2016-06-20 Giulio Moro Libpd headers moved to include/, rm useless basic_libpd example, fixed Makefile to actually build default_libpd_render prerelease
2016-06-20 Giulio Moro Makefile with automatic libpd now works for real prerelease
2016-06-20 Robert Jack And again. prerelease
2016-06-20 Robert Jack Examples reorder with subdirectories. Added header to each project. Moved Doxygen to bottom of render.cpp. prerelease
2016-06-20 Giulio Moro Makefile automatically links in default_libpd_render.cpp if there is a _main.pd file and there is no render symbol prerelease
2016-06-20 Giulio Moro Path-relativeness of scripts has been improved. At least update_board will work when double clicked prerelease
2016-06-20 Giulio Moro update_board made path-independent (for what is possible ... ) prerelease
2016-06-20 Giulio Moro updateunsafe now does doxygen prerelease
2016-06-20 Giulio Moro Added updateunsafe target to Makefile: faster, less resistant to sudden shutdowns prerelease
2016-06-20 Giulio Moro update is a bit more clean through Makefile prerelease
2016-06-20 Giulio Moro Added script to control IDE prerelease
2016-06-20 Giulio Moro using relative links in examples/core prerelease
2016-06-19 Giulio Moro merge prerelease
2016-06-19 Giulio Moro --no-frills for udpate_board prerelease
2016-06-19 Giulio Moro Minor edits to Makefile prerelease
2016-06-19 Giulio Moro update_board : no-frills option, no-documentation option prerelease
2016-06-19 Liam Donovan Do a coreclean in update_board prerelease
2016-06-19 Liam Donovan Added core example project, which allows editing of the core Bela source in the IDE. It requires 'building' in update_board prerelease
2016-06-19 Liam Donovan Remove old SYNTAX target in Makefile, which was causing the syntax check to behave wrong occasioinally. Also fixed update_board. prerelease
2016-06-19 Giulio Moro Make checkupdate checks that the zip file in updates/ is valid for an update and make update actually performs an updatescp bbb:Bela/Makefile ./ prerelease
2016-06-19 Giulio Moro Updated scripts to use "." instead of source, for sh compatibility prerelease
2016-06-19 Giulio Moro Makefile has option for RUN_FROM=/full/path prerelease
2016-06-19 Giulio Moro Re-implemented watch for build_heavy ... added .bela_common file for shared config and utilities prerelease
2016-06-19 Giulio Moro Removed Makefile verbosity when building .c files prerelease
2016-06-19 Giulio Moro Properly setting date in build_project prerelease
2016-06-18 Giulio Moro build_pd_heavy.sh: major refactoring. Safer, nicer, cleaner prerelease
2016-06-18 Giulio Moro update_board sends the time zone when setting the date, format prerelease
2016-06-18 Giulio Moro Makefile: IDE runs in a loop prerelease
2016-06-18 Giulio Moro Rebuilt run_pd_libpd.sh. Minor fixes, adjusted verbosity prerelease
2016-06-18 Giulio Moro More compatibility prerelease
2016-06-18 Giulio Moro update_board better parsing of user input, press a key to continue to improve experience of double-clickers prerelease
2016-06-17 Giulio Moro Attempt at unified script for all things bela better_scripting
2016-06-17 Giulio Moro build_project was made more silent prerelease
2016-06-17 Giulio Moro made update_board clickable prerelease
2016-06-16 Giulio Moro Updated Eclipse project prerelease
2016-06-16 Giulio Moro Fixed update_board.sh prerelease
2016-06-16 Giulio Moro Updated and fixed build_pd_heavy.sh prerelease
2016-06-16 Giulio Moro Removed all the function() prerelease
2016-06-16 Giulio Moro Re-added Doxygen prerelease
2016-06-16 Giulio Moro Some more sh compatiblity things: no &>, no 'function' prerelease
2016-06-16 Giulio Moro Compatibility: mingw's default date format is not parsed correctly by Debian; stat is not necessarily available prerelease
2016-06-16 Giulio Moro Makefile sets attributes of Bela_startup.sh file prerelease
2016-06-16 Giulio Moro Scripts use sh instead of bash. Some fixes in run_project and build_project prerelease
2016-06-16 Giulio Moro Makefile now supports a QUIET flag which silences some of the outputs (currently only the one from STOP). QUIET is enabled by default for runide (or any of the QUIET_TARGETS). Added target for stop to runide prerelease
2016-06-16 Giulio Moro make nostartup now works properly prerelease
2016-06-16 Giulio Moro Reduced verbosity of set_startup.sh prerelease
2016-06-16 Giulio Moro update_board.sh now disables Bela at startup and enables the IDE at startup prerelease
2016-06-16 Giulio Moro update_board.sh now correctly resolves relative paths to the $IDE_FOLDER prerelease
2016-06-16 Giulio Moro Unconditionally restarting IDE after update_board.sh prerelease
2016-06-16 Giulio Moro Updated connect_to_project to use new Makefile prerelease
2016-06-16 Giulio Moro Makefile added connect and ideconnect goals prerelease
2016-06-16 Giulio Moro Removed useless files from Doxyfile, improved performance from 14 to 9 seconds on the BBB prerelease
2016-06-16 Giulio Moro update_board creates remote folder tree prerelease
2016-06-16 Giulio Moro Makefile less verbose prerelease
2016-06-16 Giulio Moro renamed setup_board.sh to update_board.sh. Comes with plenty of new functionalities, prompts etc. When called without parameters will only update the relevant files, leaving the projects/ folder alone. When called with --clean will nuke the whole remote Bela folder and restore it. prerelease
2016-06-15 Giulio Moro Updated setup_board.sh, cleaner error handling, cleaner output prerelease
2016-06-15 Giulio Moro Removed unused core and examples files (NetworkSend, ReceiveAudioThread, IirFilter) prerelease
2016-06-15 Giulio Moro Makefile can stop ide (idestop) prerelease
2016-06-15 Giulio Moro Makefile: renamed iderun to idestart in order to avoid confusion with runide prerelease
2016-06-15 Liam Donovan doxygen now looks inside all files in include/ core/ and examples/ prerelease
2016-06-15 Liam Donovan doxygen places xml and html docs in Documentation folder. setup_board.sh runs doxygen prerelease
2016-06-15 Liam Donovan Upload Doxyfile in setup_board.sh prerelease
2016-06-15 Liam Donovan fixed setup_board.sh to call setup_IDE.sh correctly prerelease
2016-06-15 Giulio Moro Fixed Makefile: now runs from the correct folder prerelease
2016-06-15 Giulio Moro Updated build_pd_heavy to support the release flag prerelease
2016-06-15 Giulio Moro Quieter setup_board.sh, also invokes IDE setup if available prerelease
2016-06-15 Giulio Moro Fixed Makefile startups prerelease
2016-06-15 Giulio Moro Fixed 'make stop' kills IDE prerelease
2016-06-15 Giulio Moro Merge prerelease
2016-06-14 Giulio Moro Adding noupload and preserve render functionalities to build_pd_heavy.sh prerelease
2016-06-14 Giulio Moro Reverting Makefile introduced in 814e85de67e1 prerelease
2016-06-14 Giulio Moro merge prerelease
2016-06-14 Giulio Moro Updated WriteFile to be happy with const prerelease
2016-06-14 Giulio Moro Improved make coreclean prerelease
2016-06-14 Giulio Moro IDE can be started and set/unset startup from the Makefile prerelease
2016-06-14 andrewm Added a new init.d script for the shutdown button and updated the bela script to use the Makefile to stop. prerelease
2016-06-14 andrewm Renamed BeagleRT to Bela in the startup script and Makefile prerelease
2016-06-14 Liam Donovan re-added minimal example (required by IDE) prerelease
2016-06-14 Liam Donovan suppress unwanted output in Makefile prerelease
2016-06-14 Liam Donovan merge prerelease
2016-06-14 Liam Donovan add 'runide' target to Makefile prerelease
2016-06-14 Giulio Moro Makefile: prompt for distclean, cleanup prerelease
2016-06-14 Giulio Moro Updated Makefile docs and defaulting to clang if available prerelease
2016-06-14 Giulio Moro Updated Doxyfile prerelease
2016-06-12 Giulio Moro Fixed when rebuilding non-main() project after main() project: the 'nasty kludge' was looking in ALL the .o files in projectFolder/build/ instead of only those that have a corresponding .cpp/.c/.S file. An even better fix is make sure that object files associated with source files deleted by rsync are removed as well prerelease
2016-06-12 Giulio Moro Updated libpd license prerelease
2016-06-12 andrewm Added check for already-running Bela process. prerelease
2016-06-12 andrewm Fixed missing ) in Makefile, and removed unnecessary Utilities.h includes prerelease
2016-06-12 andrewm Added Ne10 headers within include directory prerelease
2016-06-12 andrewm Added license file for Bela and dependencies prerelease
2016-06-11 Giulio Moro Updated scripts so that the Bela folder on the bbb is ~/Bela. Note: BeagleRT_startup.sh is still the same (because the reference to it needs to be changed in /etc/init.d/ .... prerelease
2016-06-09 Giulio Moro Updated Doxyfile with the new examples path prerelease
2016-06-09 Giulio Moro Merge prerelease
2016-06-09 Giulio Moro Makefile improved checks. It does not fail after distclean prerelease
2016-06-09 andrewm Updated NE10 library to the latest version; needs a corresponding update to the /usr/include/ne10 header files on the SD image. Updated examples to compile against new version, and reordered D-Box channels to account for new PRU-based DAC channel reordering. prerelease
2016-06-09 Robert Jack Doxygen content added to each example render.cpp. prerelease
2016-06-09 Giulio Moro Moved I2c_TouchKey files from the dbox project into the core prerelease
2016-06-09 Giulio Moro Now possible to pass options to the Makefile from build_project.sh prerelease
2016-06-09 Giulio Moro Updated rsync command and command-line options prerelease
2016-06-09 Giulio Moro Updated rsync command prerelease
2016-06-09 Giulio Moro Updated setup_board prerelease
2016-06-09 Giulio Moro Removed useless libpd headers prerelease
2016-06-09 Giulio Moro Updated halt_board.sh prerelease
2016-06-09 Giulio Moro Simplified setup-ssh files: no more need for keypairs, now just setting the bbb entry in ~/.ssh/config prerelease
2016-06-09 Giulio Moro updated set_startup prerelease
2016-06-09 Giulio Moro Updated connect_to_project.sh prerelease
2016-06-08 Giulio Moro Doxyfile and minor corrections to docs prerelease
2016-06-08 Giulio Moro Fixed run_project.sh prerelease
2016-06-08 Giulio Moro Updated Makefile to match name of audio thread prerelease
2016-06-08 Giulio Moro Added example/help patches for digital in pd prerelease
2016-06-08 Giulio Moro Cleanup prerelease
2016-06-08 Giulio Moro Moved pd examples to examples/pd prerelease
2016-06-08 Giulio Moro Fixed Bela_pdMessageHook prerelease
2016-06-08 Giulio Moro DigitalChannelManager takes care of managing digital channels for libpd/Heavy use prerelease
2016-06-08 Giulio Moro Digital channels are fully managed by Pd prerelease
2016-06-08 Giulio Moro pinMode can now be controlled from Pd prerelease
2016-06-08 Giulio Moro merge prerelease
2016-06-08 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 Heavy prerelease
2016-06-08 Giulio Moro Removed libpd_queued prerelease
2016-06-07 Giulio Moro libpd: added digital ins through [adc~] prerelease
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