2016-02-08 |
Giulio Moro |
static inline functions from Utilities.h will now show up in the doxygen documentation
|
2016-02-07 |
Giulio Moro |
Automator script is location independent (and moved to a new location)
|
2016-02-06 |
Giulio Moro |
Added PulseIn example
|
2016-02-06 |
Giulio Moro |
Missing files for hello-midi
|
2016-02-06 |
Giulio Moro |
Better better hello-midi. Updated icon and text description for BelaPdBuild.app
|
2016-02-05 |
Giulio Moro |
Better pd_build.sh script, also wrapped in an Automator Task for MacOS
|
2016-02-05 |
Giulio Moro |
merge
|
2016-02-05 |
Giulio Moro |
Nicer hello-midi
|
2016-02-05 |
Liam Donovan |
Add -lsndfile to Makefile
|
2016-02-05 |
Giulio Moro |
Fixed midi docs, implentation and example
|
2016-02-05 |
Giulio Moro |
Added support for MidiIn to heavy (with example patch and subpatches).
|
2016-02-05 |
Giulio Moro |
Added MidiParser for channel messages
|
2016-02-04 |
Giulio Moro |
Fixed permissions
|
2016-02-04 |
Giulio Moro |
Added .hgignore
|
2016-02-04 |
Giulio Moro |
Doxyfile considers more files
|
2016-02-04 |
Giulio Moro |
Added PulseIn.
|
2016-02-03 |
Giulio Moro |
merge
|
2016-02-03 |
Giulio Moro |
Implemented Midi output
|
2016-01-27 |
chnrx |
- Updated heavy scripts to work with custom header
|
2016-01-26 |
Giulio Moro |
Added loopback digital/analog test. This (randomly) fails for the first loopback sample received when -p2. Maybe some stale memory somewhere?
|
2016-01-20 |
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-19 |
Giulio Moro |
Utilities are now optimizable. Closes #1526
|
2016-01-19 |
Giulio Moro |
Makefile now compiles core/*.cpp except core/default_main.cpp (unless needed). Closes #1530
|
2016-01-18 |
Giulio Moro |
Updated Makefile to include WriteFile
|
2016-01-17 |
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-15 |
Giulio Moro |
Fixed BBD chorus project
|
2016-01-15 |
Giulio Moro |
Fixed I2c_Codec
|
2016-01-15 |
Giulio Moro |
Basic Midi input implementation
|
2016-01-02 |
Giulio Moro |
Updated examples with new audioWrite macros
|
2016-01-02 |
Giulio Moro |
Added audioReadFrame() and audioWriteFrame(). Closes #1519
|
2016-01-02 |
Giulio Moro |
-p flag now indicates the buffer size in audio samples. Closes #1520
|
2015-12-28 |
Giulio Moro |
Fixed early return after first AuxiliaryTask was started
|
2015-12-28 |
Giulio Moro |
It is now possible to create an auxiliary task in the constructor of a global object. Closes #1374
|
2015-12-28 |
Giulio Moro |
Demonstrates issue #1374
experimental-fixing-AuxiliaryTask
|
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-12-28 |
Giulio Moro |
Cleanup
|
2015-12-28 |
Giulio Moro |
Added command-line options for the PGA
|
2015-12-28 |
Giulio Moro |
merge
|
2015-12-28 |
Giulio Moro |
Added method to set PGA per each channel
|
2015-12-03 |
chnrx |
- edited karplusStrong pd example
|
2015-12-03 |
chnrx |
in build_pd.sh: only copy render.cpp if no such file exists in destination folder
|
2015-12-03 |
chnrx |
- Cleaned up default heavy render.cpp file
|
2015-12-03 |
chnrx |
Merge
|
2015-12-03 |
chnrx |
- added more pd/heavy examples
heavy-updated
|
2015-11-12 |
chnrx |
- added circular buffer pd/heavy example (works but process needs to be killed manually if launched via ssh?)
heavy-updated
|
2015-11-12 |
chnrx |
- added additional flags to C rules (-DNDEBUG, -mfpu=neon)
heavy-updated
|
2015-11-05 |
chnrx |
- updated usage instructions for -r option
heavy-updated
|
2015-11-05 |
chnrx |
- added -std=c99 to Makefile for user-supplied C files (required for heavy files)
heavy-updated
|
2015-10-18 |
Giulio Moro |
Increased buffer size, improves performances (but increases memory usage) for binary mode
|
2015-10-14 |
Giulio Moro |
Fixed WriteFile, now it does not hang if echo is off and format is binary
|
2015-10-13 |
Giulio Moro |
Added capability to WriteFile to save binary files, added example project
|
2015-10-07 |
Giulio Moro |
Imported stats.hpp from other branch. This includes moving average template class
|
2015-10-07 |
Andrew McPherson |
merge
|
2015-10-07 |
andrewm |
Updated overlays for BeagleBone Green support
|
2015-10-07 |
Giulio Moro |
Added WriteFile class to log data to disc in a low priority thread
|
2015-10-05 |
Giulio Moro |
Last commit on this branch for a while. Overall not very succesful
ClockSync
|
2015-09-22 |
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 |
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 changed
ClockSync
|
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
|