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-04-18 |
Giulio Moro |
Added libpd.so
|
2016-04-12 |
Giulio Moro |
Typo
|
2016-04-10 |
Giulio Moro |
Turned gShouldStop into int
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-02-14 |
Giulio Moro |
Working with UdpIoPlugin
mergingClockSync
|
2016-02-13 |
Giulio Moro |
Updated to Eclipse Mars.1 Release (4.5.1) on MacOS
|
2016-02-08 |
Giulio Moro |
Added support for ne10 in Eclipse
|
2016-02-04 |
Giulio Moro |
Added PulseIn.
|
2016-01-19 |
Giulio Moro |
Utilities are now optimizable. Closes #1526
|
2016-01-15 |
Giulio Moro |
Basic Midi input implementation
|
2015-12-28 |
Giulio Moro |
AuxiliaryTask can now be scheduled from setup(). Closes #1373
|
2015-12-28 |
Giulio Moro |
Included unistd.h, closes #1237
|
2015-10-13 |
Giulio Moro |
Added capability to WriteFile to save binary files, added example project
|
2015-10-07 |
Giulio Moro |
Added WriteFile class to log data to disc in a low priority thread
|
2015-09-21 |
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-14 |
Giulio Moro |
Merge
ClockSync
|
2015-09-14 |
Giulio Moro |
Further updates and refactoring of the I2c_Codec class
|
2015-09-13 |
Giulio Moro |
The reported offset is now meaningful. The whole thing is waaay too jittery.
ClockSync
|
2015-09-12 |
Giulio Moro |
To work with the ClockSync plugin
ClockSync
|
2015-08-27 |
Giulio Moro |
Added some sort of synchronization, not working great though
scope-refactoring
|
2015-08-22 |
Giulio Moro |
Killing the process with -9 intead of -2
scope-refactoring
|
2015-08-21 |
Giulio Moro |
Enabled multi channel audio receive
scope-refactoring
|
2015-08-19 |
Giulio Moro |
Merged ultra-staging into scope-refactoring
scope-refactoring
|
2015-08-18 |
Giulio Moro |
Working for single-channel scope, or NetworkIO
scope-refactoring
|
2015-08-17 |
Giulio Moro |
Merged default into ultra-staging
ultra-staging
|
2015-08-14 |
Giulio Moro |
Updated .cproject to match newest wiki
|
2015-07-21 |
Giulio Moro |
Recovered older basic_network project which got lost in the API update
|
2015-07-15 |
Giulio Moro |
Removed default_main.cpp from Eclipse project
newapi
|
2015-07-15 |
andrewm |
Further API update to name three primary functions setup(), render() and cleanup(). Changed include paths so now can #include <BeagleRT.h>. Removed stale pru_rtaudio.bin file as this is now done as pru_rtaudio_bin.h. Updated examples to new API and fixed minor compiler warnings along the way. Network example needs further attention to compile.
newapi
|
2015-06-15 |
andrewm |
Add cape test project and make rt_printf (rtdk.h) part of standard BeagleRT.h include
newapi
|
2015-05-31 |
andrewm |
Updated examples for new API. tank_wars not yet updated; audio_in_FFT and oscillator_bank not working properly yet.
newapi
|
2015-05-30 |
andrewm |
Removed old testing code that stopped audio after 10 seconds; command line parameter updates; D-Box updates (not fully working yet)
newapi
|
2015-05-28 |
andrewm |
Major API overhaul. Moved to a single data structure for handling render functions. Functionally, generally similar except for scheduling within PRU loop function, which now uses interrupts from the PRU rather than polling. This requires an updated kernel.
newapi
|
2015-05-19 |
Giulio Moro |
Timers to measure performances, ultra experimental
ultra-staging
|
2015-05-12 |
Giulio Moro |
GPIO pins are initialised as inputs by ARM to avoid spikes at startup, through gpio_set_dir. The buffers are set to 0x000ffff during initialisation. LastDigitalBuffer is
staging
|
2015-05-11 |
Giulio Moro |
Merged bbb_network and the so-called "matrix_gpio" branches
matrix_gpio
|
2015-05-08 |
Giulio Moro |
- Network now actually works.
bbb_network
|
2015-05-08 |
Giulio Moro |
UDP communication in place, pre-alpha
bbb_network
|
2015-05-05 |
Giulio Moro |
- persistency: the last frame of each digital and analogOut buffers is used to initialize all the frames in the next buffer. This means that once a value is set, the pin will hold the value until you change it
matrix_gpio
|
2015-05-03 |
andrewm |
Updated tank wars demo for new API
matrix_gpio
|
2015-04-30 |
Giulio Moro |
- rebuilt the eclipse project file
matrix_gpio
|
2015-04-30 |
Giulio Moro |
- digitalWrite and analogWrite macros are now persistent: they write a value on the given channel from the current frame to the end of the buffer. When
matrix_gpio
|
2015-02-07 |
andrewm |
Updated to latest PRU library; external PRU file no longer needed. Also catch SIGTERM as well as SIGINT to clean up gracefully.
|
2015-01-23 |
andrewm |
Fixed ADC bug; added a simple passthrough test
|
2015-01-22 |
andrewm |
Initial support for higher matrix sample rates by reducing the number of channels. Input not tested yet, and not all examples updated to new format.
|
2014-11-13 |
andrewm |
merge
|
2014-11-13 |
andrewm |
Tank wars!
|
2014-11-11 |
Victor Zappi |
_again, fixed file path in samples project...
|
2014-11-11 |
Victor Zappi |
Merge
|
2014-11-11 |
Victor Zappi |
_fixed laod file path
|
2014-11-08 |
andrewm |
API improvements and cleanups. Now all common audio command-line options can be parsed automatically.
|
2014-11-06 |
Victor Zappi |
_new FFT example [still noisy]
|
2014-11-06 |
Victor Zappi |
_new IIR filter example
|
2014-11-06 |
Victor Zappi |
_new FIR filter example
|
2014-11-06 |
Victor Zappi |
_new sample playback example
|
2014-10-31 |
andrewm |
Initial commit.
|