graph
- 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
- Removed obsolete scope project2016-05-11, by Giulio Moro
- Typo2016-04-28, by Giulio Moro
- Added phase vocoder example (optionally Midi controllable)2016-04-28, by Giulio Moro
- build_project.sh launches from source folder, so to preserve relative paths2016-04-28, by Giulio Moro
- Removed useless debug lines2016-04-28, by Giulio Moro
- Makefile looks for includes in the source folder2016-04-28, by Giulio Moro
- Improved basic_button project2016-04-19, by Giulio Moro
- Updated libpd. This one wraps pthreads but not pthread_join, which is not provided by pthread_rt.2016-04-19, by Giulio Moro
- Updated Makefile to check for libpd2016-04-19, by Giulio Moro
- Updated setup_board.sh to copy libpd.so2016-04-18, by Giulio Moro
- Added libpd.so2016-04-18, by Giulio Moro
- Flexible Makefile: tries to use clang if available. Defaults to gcc otherwise2016-04-18, by Giulio Moro
- Fixed behaviour of the -G command line closes #16802016-04-14, by Giulio Moro
- Typo2016-04-12, by Giulio Moro
- Added script to run libpd patches2016-04-12, by Giulio Moro
- Minor fixes2016-04-10, by Giulio Moro
- Minor fixes2016-04-10, by Giulio Moro
- Merge2016-04-10, by Giulio Moro
- Removed old [hv_{midi}] filesmergingClockSync 2016-04-10, by Giulio Moro
- Turned gShouldStop into intmergingClockSync 2016-04-10, by Giulio Moro
- libpd taking care of different numbers of analog channelsmergingClockSync 2016-04-10, by Giulio Moro
- Added some optimizationsmergingClockSync 2016-04-10, by Giulio Moro
- Working basic_libpdmergingClockSync 2016-04-09, by Giulio Moro
- Fixed heavy-midi and updated uploader.pymergingClockSync 2016-04-09, by Giulio Moro
- Fixed midi-heavy: stray [spigot]mergingClockSync 2016-04-08, by Giulio Moro
- Eclipse's Makefile ignores unresolved links in shared libraries. It is now easier to cross-compile with external librariesmergingClockSync 2016-04-01, by Giulio Moro
- Added argument to callbackmergingClockSync 2016-03-13, by Giulio Moro
- Added documentation for Midi and MidiParsermergingClockSync 2016-03-08, by Giulio Moro
- Added callback for Midi channel messagesmergingClockSync 2016-03-08, by Giulio Moro
- Removed redundant calls to pinModeFrame. Closes #1623.mergingClockSync 2016-02-22, by Giulio Moro
- Working with UdpIoPluginmergingClockSync 2016-02-14, by Giulio Moro
- Updated basic_network to use NetworkSend (no receive at the moment)mergingClockSync 2016-02-13, by Giulio Moro
- Fixed initialization of writePointermergingClockSync 2016-02-13, by Giulio Moro
- Removed obsolete Scope classmergingClockSync 2016-02-13, by Giulio Moro
- Restored last working scope/render.cpp from --rev 122mergingClockSync 2016-02-13, by Giulio Moro
- Recovered some files from ClockSyncmergingClockSync 2016-02-13, by Giulio Moro