graph
- 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
- Fixed compiler warnings2016-02-13, by Giulio Moro
- Updated to Eclipse Mars.1 Release (4.5.1) on MacOS2016-02-13, by Giulio Moro
- Fixed printed text2016-02-09, by Giulio Moro
- Got UdpServer from ClockSyncrobbie 2016-02-09, by Giulio Moro
- audio_in_FFT now works. Issue was it was setting useAnalog = 0.2016-02-08, by Giulio Moro
- Added support for ne10 in Eclipse2016-02-08, by Giulio Moro
- Fixed analogChannels count check (allows them to be 0).2016-02-08, by Giulio Moro
- Updated Makefile to include debug mode (make debug)2016-02-08, by Giulio Moro
- static inline functions from Utilities.h will now show up in the doxygen documentation2016-02-08, by Giulio Moro
- Automator script is location independent (and moved to a new location)2016-02-07, by Giulio Moro
- Added PulseIn example2016-02-06, by Giulio Moro
- Missing files for hello-midi2016-02-06, by Giulio Moro
- Better better hello-midi. Updated icon and text description for BelaPdBuild.app2016-02-06, by Giulio Moro
- Better pd_build.sh script, also wrapped in an Automator Task for MacOS2016-02-05, by Giulio Moro
- merge2016-02-05, by Giulio Moro
- Nicer hello-midi2016-02-05, by Giulio Moro
- Add -lsndfile to Makefile2016-02-05, by Liam Donovan
- Fixed midi docs, implentation and example2016-02-05, by Giulio Moro
- Added support for MidiIn to heavy (with example patch and subpatches).2016-02-05, by Giulio Moro
- Added MidiParser for channel messages2016-02-05, by Giulio Moro
- Fixed permissions2016-02-04, by Giulio Moro
- Added .hgignore2016-02-04, by Giulio Moro
- Doxyfile considers more files2016-02-04, by Giulio Moro
- Added PulseIn.2016-02-04, by Giulio Moro
- merge2016-02-03, by Giulio Moro
- Implemented Midi output2016-02-03, by Giulio Moro
- - Updated heavy scripts to work with custom header2016-01-27, by chnrx
- Added loopback digital/analog test. This (randomly) fails for the first loopback sample received when -p2. Maybe some stale memory somewhere?2016-01-26, by Giulio Moro
- Fixed misbehaviour of GPIO when -C2: the GPIO buffer was being processed at double sampling rate and so for the second part of the buffer, it was just processing zeros. Closes #1532.2016-01-20, by Giulio Moro
- Utilities are now optimizable. Closes #15262016-01-19, by Giulio Moro
- Makefile now compiles core/*.cpp except core/default_main.cpp (unless needed). Closes #15302016-01-19, by Giulio Moro
- Updated Makefile to include WriteFile2016-01-18, by Giulio Moro
- Better(non ideal) monophonic behaviour of the basic midi implementation. Would require to remember what notes are being held down and release either the most recent or low/high priority.2016-01-17, by Giulio Moro
- Fixed BBD chorus project2016-01-15, by Giulio Moro
- Fixed I2c_Codec2016-01-15, by Giulio Moro
- Basic Midi input implementation2016-01-15, by Giulio Moro
- Updated examples with new audioWrite macros2016-01-02, by Giulio Moro
- Added audioReadFrame() and audioWriteFrame(). Closes #15192016-01-02, by Giulio Moro
- -p flag now indicates the buffer size in audio samples. Closes #15202016-01-02, by Giulio Moro
- Fixed early return after first AuxiliaryTask was started2015-12-28, by Giulio Moro
- It is now possible to create an auxiliary task in the constructor of a global object. Closes #13742015-12-28, by Giulio Moro
- Demonstrates issue #1374experimental-fixing-AuxiliaryTask 2015-12-28, by Giulio Moro
- AuxiliaryTask can now be scheduled from setup(). Closes #13732015-12-28, by Giulio Moro
- Included unistd.h, closes #12372015-12-28, by Giulio Moro
- Cleanup2015-12-28, by Giulio Moro
- Added command-line options for the PGA2015-12-28, by Giulio Moro
- merge2015-12-28, by Giulio Moro
- Added method to set PGA per each channel2015-12-28, by Giulio Moro
- - edited karplusStrong pd example2015-12-03, by chnrx
- in build_pd.sh: only copy render.cpp if no such file exists in destination folder2015-12-03, by chnrx
- - Cleaned up default heavy render.cpp file2015-12-03, by chnrx
- Merge2015-12-03, by chnrx
- - added more pd/heavy examplesheavy-updated 2015-12-03, by chnrx
- - added circular buffer pd/heavy example (works but process needs to be killed manually if launched via ssh?)heavy-updated 2015-11-12, by chnrx
- - added additional flags to C rules (-DNDEBUG, -mfpu=neon)heavy-updated 2015-11-12, by chnrx
- - updated usage instructions for -r optionheavy-updated 2015-11-05, by chnrx
- - added -std=c99 to Makefile for user-supplied C files (required for heavy files)heavy-updated 2015-11-05, by chnrx
- Increased buffer size, improves performances (but increases memory usage) for binary mode2015-10-18, by Giulio Moro
- Fixed WriteFile, now it does not hang if echo is off and format is binary2015-10-14, by Giulio Moro
- Added capability to WriteFile to save binary files, added example project2015-10-13, by Giulio Moro
- Imported stats.hpp from other branch. This includes moving average template class2015-10-07, by Giulio Moro
- merge2015-10-07, by Andrew McPherson
- Updated overlays for BeagleBone Green support2015-10-07, by andrewm
- Added WriteFile class to log data to disc in a low priority thread2015-10-07, by Giulio Moro
- Last commit on this branch for a while. Overall not very succesfulClockSync 2015-10-05, by Giulio Moro
- Pff partially working. No PID. When setting the audio clock on the bbb to 44098 the master and slave clock keep diverging instead of converging ...ClockSync 2015-09-22, by Giulio Moro
- Now leveraging BBB's lock between xenomai clock and audio clock for ultra-accurate, low-latency clocking. CAVEAT: fractions of samples drifts will occurr every time the clock is changedClockSync 2015-09-22, by Giulio Moro
- Added simple one-variable one-measurement Kalman filter, Pid controller(which output is not used). Virtual clock is now much more precise and reactive for period. Still it is lagging behind a bit on the overall offset.ClockSync 2015-09-21, by Giulio Moro
- Simple IirFilter classClockSync 2015-09-21, by Giulio Moro
- Something weird happened when pllP=8, so I set pllP=7, which reduces (a bit) the clock adjustment precisionClockSync 2015-09-15, by Giulio Moro
- MergeClockSync 2015-09-14, by Giulio Moro
- Further updates and refactoring of the I2c_Codec class2015-09-14, by Giulio Moro
- Added ifdefs for USE_JUCE compatibilityClockSync 2015-09-14, by Giulio Moro
- MergedClockSync 2015-09-14, by Giulio Moro
- Added I2c methods to set R and P values for the PLL2015-09-14, by Giulio Moro
- Ultra-basic feedback for clock sync works^CIssues: response time of the IIR filter is too slow, requires PID and better filtering algorithm.ClockSync 2015-09-14, by Giulio Moro
- MovingAverage: added reset() method and edited getLength() to return current lengthClockSync 2015-09-14, by Giulio Moro
- The reported offset is now meaningful. The whole thing is waaay too jittery.ClockSync 2015-09-13, by Giulio Moro
- Added xenomai version of Clock, now includes headerClockSync 2015-09-13, by Giulio Moro
- MovingAverage now returns a meaningful value also when the buffer is not fullClockSync 2015-09-13, by Giulio Moro
- Implemented xenomai version of ClockClockSync 2015-09-13, by Giulio Moro
- To work with the ClockSync pluginClockSync 2015-09-12, by Giulio Moro
- Fixed and improved I2c_codec. Copied from the scope-refactoring branch2015-08-27, by Giulio Moro
- Using moving average for clock detection during synchronization seems to be working better but audio gets worse and worsescope-refactoring 2015-08-27, by Giulio Moro
- Added some sort of synchronization, not working great thoughscope-refactoring 2015-08-27, by Giulio Moro
- Updated Network files to match Udpioplugin 18:fb5a61b10223scope-refactoring 2015-08-26, by Giulio Moro
- Added JUCE-compatible write methodscope-refactoring 2015-08-25, by Giulio Moro
- Added ifdefs USE_JUCE to NetworkSend. Juce part not added yetscope-refactoring 2015-08-24, by Giulio Moro
- ReceiveAudioThread is now the same with/without JUCEscope-refactoring 2015-08-24, by Giulio Moro
- Prevented from hanging upon exit. The issue is with the waitForSocketTime value. See issue#1381scope-refactoring 2015-08-24, by Giulio Moro
- Closing socket in the destructorscope-refactoring 2015-08-24, by Giulio Moro
- Added ifdefs and unified the code with udpioplugin ... the latter has not been tested (or committed). TODO: still it hangs after ctrl-c BeagleRT (auxiliary tasks do not terminate). TODO: sometimes you can hear dropouts in the transmission. Maybe it is due to pointer drifting. Rebooting BBB fixes/affects this issue.scope-refactoring 2015-08-22, by Giulio Moro
- Implemented destructor of UdpServer which closes the socketscope-refactoring 2015-08-22, by Giulio Moro
- Killing the process with -9 intead of -2scope-refactoring 2015-08-22, by Giulio Moro
- ReceiveAudioThread updated to match the newest UdpServerscope-refactoring 2015-08-22, by Giulio Moro
- UdpServer : read and waitUntilReady are now somehow Juce-compliantscope-refactoring 2015-08-22, by Giulio Moro
- Added read to interleaved bufferscope-refactoring 2015-08-21, by Giulio Moro
- Enabled multi channel audio receivescope-refactoring 2015-08-21, by Giulio Moro
- Missing file from previous commitscope-refactoring 2015-08-21, by Giulio Moro
- ReceiveAudioThread hs been ported to BBB. The scope project now is sending audio locally and receiving it at the same timescope-refactoring 2015-08-20, by Giulio Moro
- Refactoringscope-refactoring 2015-08-19, by Giulio Moro
- there was a stray timestamp left there ..:scope-refactoring 2015-08-19, by Giulio Moro
- Merged ultra-staging into scope-refactoringscope-refactoring 2015-08-19, by Giulio Moro
- Removed unused member timestampscope-refactoring 2015-08-19, by Giulio Moro
- Fixed a couple inclues after the refactoringscope-refactoring 2015-08-19, by Giulio Moro
- Refactored the Scope class into NetworkSend and Scope classes. No need for a global pointer anymore!scope-refactoring 2015-08-19, by Giulio Moro
- Parsing header in udp-server.cscope-refactoring 2015-08-19, by Giulio Moro
- Working for single-channel scope, or NetworkIOscope-refactoring 2015-08-18, by Giulio Moro
- Merged default into ultra-stagingultra-staging 2015-08-18, by Giulio Moro
- Updated Scope.h with ifdefs2015-08-18, by Giulio Moro
- Updated .cproject to match newest wiki2015-08-14, by Giulio Moro
- Removed old client.? entries from Makefile2015-07-27, by Giulio Moro
- Removed unused file from scope2015-07-27, by Giulio Moro
- Removed old client.cpp and client.h files2015-07-27, by Giulio Moro
- Uniformed formatting of pru_rtaudio.p (had a busy day): indent is 4 spaces throughout, hopefully2015-07-27, by Giulio Moro
- Merge2015-07-27, by Giulio Moro
- PRU now checks for McASP underrun and resets if detects it.2015-07-27, by Giulio Moro
- Appending key to authorized_keys rather than overwriting the file2015-07-27, by Giulio Moro
- Tweaking the PLL you can obtain a virtual analog Bucket Brigade Device Chorus2015-07-23, by Giulio Moro
- Added methods to I2c_Codec to interact with the PLL2015-07-23, by Giulio Moro
- Added methods to I2c_Codec to interact with the PLL2015-07-23, by Giulio Moro
- Updated doxygen for Utilities.h2015-07-23, by andrewm
- Added scope project, copied and edited from nodejsbeaglert2015-07-22, by Giulio Moro
- edited Scope.h with ifdefs to be compatible with udpio plugin2015-07-21, by Giulio Moro
- Recovered older basic_network project which got lost in the API update2015-07-21, by Giulio Moro
- Double buffered the noise floor project; works without glitches now2015-07-19, by andrewm
- Added foreground run option to build script2015-07-19, by andrewm
- Added noise floor measurement project; also added option to run script to run without screen2015-07-19, by andrewm
- Added level meter project2015-07-19, by andrewm
- Added TODO in analogDigitalDemo2015-07-18, by Giulio Moro
- harcoded values into basic_network2015-07-18, by Giulio Moro
- Suppressed the no screen found warnings2015-07-17, by Giulio Moro
- merge2015-07-17, by Giulio Moro
- Fixed compatibility with sh in the script2015-07-17, by Giulio Moro
- merge2015-07-17, by andrewm
- Updated PRU code to allow pinModeFrame() and [untested] digitalWriteFrame() and analogWriteFrame() to be called from setup(). Updated basic_blink example accordingly.2015-07-17, by andrewm
- Changed permissions for setup-ssh-window.sssh2015-07-17, by Giulio Moro
- Added binary dtb file2015-07-17, by Giulio Moro
- Added dtb file that supports beaglert GPIO2015-07-17, by Giulio Moro
- Added basic_button project2015-07-17, by Giulio Moro
- Fixed basic_blink (was blinking for 11.25us only)2015-07-17, by Giulio Moro
- Fixed direction in setPinMode functions, updated and fixed basic_blink2015-07-17, by Giulio Moro
- Added basic_blink2015-07-17, by Giulio Moro
- Added setup-ssh scripts, borrowed from digital-foley2015-07-17, by Giulio Moro
- Documentation updates and include Arduino-type constants in Utilities.h2015-07-17, by andrewm
- Added Scope.h file2015-07-17, by andrewm
- Brought UdpClient files over from ultra-staging branch (with include fix), and updated Makefile accordingly2015-07-17, by andrewm
- Changes to Makefile to support syntax checking2015-07-17, by andrewm
- Changed d-box code to run cleanly when built on board. Updated Makefile to add ne10 include path on board. Some extra docs in Utilities.h2015-07-17, by andrewm
- Merge newapi into default2015-07-17, by Andrew McPherson
- Some initial, partial documentation in Utilities.hnewapi 2015-07-15, by andrewm
- Removed default_main.cpp from Eclipse projectnewapi 2015-07-15, by Giulio Moro
- added Makefile, added default_main, added error checking in scriptsnewapi 2015-07-15, by Giulio Moro
- Support stopping looped BeagleRT programs running within screennewapi 2015-07-15, by andrewm
- Added script options for running in a loop at startup (needs further support for stopping) and running the project in the foregroundnewapi 2015-07-15, by andrewm
- Add ability to connect to a running BeagleRT project using screennewapi 2015-07-15, by andrewm