graph
- 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