Activity

From 2015-12-31 to 2016-03-29

2016-03-13

03:31 AM Revision 226:af1e662400fc: Added argument to callback
Giulio Moro

2016-03-10

12:17 AM Feature #1659: refactoring PRU code
* add option to disable GPIO
* do float conversion in the PRU. This currently eats up to 8% of CPU time. Alternative...
Giulio Moro

2016-03-09

06:26 PM Feature #1659 (New): refactoring PRU code
* make channel count and sampling rate of ADC independent from DAC
* allow to do ADC only or DAC only
* allow to se...
Giulio Moro
03:06 PM Feature #1655 (New): Prevent overwriting existing files with WriteFile
- silently increment filename if existing.
- add option to force overwriting.
Giulio Moro

2016-03-08

04:03 PM Revision 225:444f6028d6b1: Added documentation for Midi and MidiParser
Giulio Moro
03:49 PM Revision 224:97faaf985164: Added callback for Midi channel messages
Giulio Moro

2016-03-05

01:04 AM Bug #1643 (Closed): build_project.sh does not copy folders
Instead, it fails (as scp returns an error code) Giulio Moro

2016-03-03

04:17 AM Bug #1636: SIGXCPU when running a project with analogue disabled
Issue first appears in commit 52
Commits 47-51 are not working for me at the moment (they use interrupts)
Commits u...
Giulio Moro

2016-02-27

11:50 AM Bug #1636 (Closed): SIGXCPU when running a project with analogue disabled
Run any simple project with analogue disabled (use flag -N0) and no audio is heard, the program crashes with SIGXCPU ... Liam Donovan

2016-02-22

11:28 AM Bug #1623 (Closed): PIN_MODE_FRAME frame being called repeatedly
Giulio Moro
11:28 AM Bug #1623: PIN_MODE_FRAME frame being called repeatedly
Thanks, closed in the mergingClockSync branch, will merge into default at some point soon. Giulio Moro
10:32 AM Bug #1623 (Closed): PIN_MODE_FRAME frame being called repeatedly
Hi,
I wanted to fix it myself but I don't have write access to the repo and I don't think it's possible to fork it...
Nevo Segal
11:28 AM Revision 223:ec9425f728bc: Removed redundant calls to pinModeFrame. Closes #1623.
Giulio Moro

2016-02-20

02:51 PM Bela December 2015 workshop.pdf
Bela December 2015 workshop.pdf Giulio Moro

2016-02-14

02:22 AM UdpIoPlugin Feature #1573 (New): TODOs
- Make the GUI do what it is supposed to (currently it is being ignored)
- add indicator of buffer status (both juce...
Giulio Moro
01:10 AM UdpIoPlugin Revision 20:51b49c557170: Working. Loopback example.
Giulio Moro
01:09 AM Revision 222:6a23c07d0fbb: Working with UdpIoPlugin
Giulio Moro

2016-02-13

04:56 PM Revision 221:dbff109f64c2: Updated basic_network to use NetworkSend (no receive at the moment)
Giulio Moro
04:55 PM Revision 220:46bd63a50933: Fixed initialization of writePointer
Giulio Moro
03:55 PM Revision 219:0183185cab1b: Removed obsolete Scope class
Giulio Moro
12:12 PM Feature #1572 (Closed): Add ne10 fft example using auxiliary tasks
The currently available examples performs the FFT in the audio thread Giulio Moro
05:00 AM Revision 218:a94c8e0f4ec7: Restored last working scope/render.cpp from --rev 122
Giulio Moro
04:09 AM Revision 217:c42a6b4dc2d4: Recovered some files from ClockSync
Giulio Moro
01:51 AM Revision 216:869f5e703844: Fixed compiler warnings
Giulio Moro
01:45 AM Revision 215:b10f5ba8fd33: Updated to Eclipse Mars.1 Release (4.5.1) on MacOS
Giulio Moro

2016-02-09

04:26 PM Revision 214:1721296e3e71: Fixed printed text
Giulio Moro
03:52 PM Revision 213:c083217c4195: Got UdpServer from ClockSync
Giulio Moro
10:15 AM Support #1551: Contributing to this repo
Giulio Moro wrote:
> Hi,
> you can clone this repo using mercurial
> @hg clone https://code.soundsoftware.ac.u...
Nevo Segal
10:09 AM Support #1551: Contributing to this repo
Hi,
you can clone this repo using mercurial
@hg clone https://code.soundsoftware.ac.uk/hg/beaglert@
be aware t...
Giulio Moro
09:43 AM Support #1551 (New): Contributing to this repo
Hi,
I was wondering if it's possible to contribute to this repo? If so, how? I can't find how to fork it.
Nevo Segal

2016-02-08

11:43 PM Bug #1550 (Rejected): Setting analog channels = 0 hangs
not a bug: this was happening when
settings.useAnalog = 0; // No matrix usage by default
was used in main.cpp, ...
Giulio Moro
11:36 PM Bug #1550 (Rejected): Setting analog channels = 0 hangs
I believe it hangs the PRU (it never sets the flag).
Tried to make it hang in gdb a few times, it either hangs here
...
Giulio Moro
11:25 PM Revision 212:301dceb39ec8: audio_in_FFT now works. Issue was it was setting useAnalog = 0.
Giulio Moro
11:24 PM Revision 211:ff14e145f635: Added support for ne10 in Eclipse
Giulio Moro
11:23 PM Revision 210:e23c304d264f: Fixed analogChannels count check (allows them to be 0).
Giulio Moro
10:50 PM Revision 209:5f53b838b742: Updated Makefile to include debug mode (make debug)
Giulio Moro
01:54 AM Revision 208:35fc8bfc240b: static inline functions from Utilities.h will now show up in the doxyg...
Giulio Moro

2016-02-07

05:20 PM Revision 207:b2e69b701588: Automator script is location independent (and moved to a new location)
Giulio Moro
01:17 PM Feature #1548: IDE
- allow updates through download and drag-and-drop
- drag-and-drop pd patches to run as libpd
- drag-and-drop pd pa...
Giulio Moro
09:47 AM Bug #1547: build_pd.sh improvements:
update the uploader.py file, keep it up to date Giulio Moro

2016-02-06

07:45 PM Feature #1548 (Closed): IDE
- give immediate feedback when pressing run button
- maybe add a prefix to the scripts or the screens in which you r...
Giulio Moro
07:23 PM Bug #1547 (Rejected): build_pd.sh improvements:
add --run (as opposed to --force)
pipe back output from --screen while running
check for cross-compiler and use it...
Giulio Moro
12:26 PM Revision 206:0ec86af13cd1: Added PulseIn example
Giulio Moro
05:26 AM Revision 205:e90df8c5669f: Missing files for hello-midi
Giulio Moro
05:24 AM Revision 204:f6a3b9265e6f: Better better hello-midi. Updated icon and text description for BelaPd...
Giulio Moro

2016-02-05

11:46 PM Revision 203:b5d59cf94c64: Better pd_build.sh script, also wrapped in an Automator Task for MacOS
Giulio Moro
06:16 PM Revision 202:6fbf0af23a19: merge
Giulio Moro
06:14 PM Revision 201:e122cddc1e49: Nicer hello-midi
Giulio Moro
04:01 PM Revision 200:c3a34eaef0cf: Add -lsndfile to Makefile
Liam Donovan
06:49 AM Revision 199:b128e3ea84ff: Fixed midi docs, implentation and example
Giulio Moro
06:17 AM Revision 198:62f6269f4b3e: Added support for MidiIn to heavy (with example patch and subpatches).
Giulio Moro
06:16 AM Revision 197:265a527f8be8: Added MidiParser for channel messages
Giulio Moro

2016-02-04

06:41 PM Revision 196:0029562391b1: Fixed permissions
Giulio Moro
06:41 PM Revision 195:cd53003dbf3c: Added .hgignore
Giulio Moro
06:03 PM Revision 194:3c3496ff26e0: Doxyfile considers more files
Giulio Moro
06:02 PM Revision 193:3c3d14654b7f: Added PulseIn.
Giulio Moro

2016-02-03

01:26 AM Feature #1527: Midi API
Implemented midi output.
TODO: put the usleep inside midiInputLoop() and midiOutputLoop() , to allow support for mul...
Giulio Moro
01:21 AM Revision 192:1402f22fc99a: merge
Giulio Moro
01:18 AM Revision 191:b3a306da03e0: Implemented Midi output
Giulio Moro

2016-02-02

10:05 PM Bug #1537 (New): Digital/Analog loopback test randomly fails for -p2
It does not fail on the first loopback buffer. Rather, each of the paragraphs below is an example of failure
D exp...
Giulio Moro
04:00 PM Bug #1537 (Rejected): Digital/Analog loopback test randomly fails for -p2
It is expected behaviour, as the first two analog in samples of the first buffer that comes in are actually sampled B... Giulio Moro

2016-01-27

07:13 PM Revision 190:3b8a28edae41: - Updated heavy scripts to work with custom header
- Added -mfpu=neon flag to Makefile for custom .C files chnrx

2016-01-26

12:05 AM Bug #1537 (New): Digital/Analog loopback test randomly fails for -p2
When the buffer size is 2 (-p2), this randomly fails in that the first loopback sample received is not the expected o... Giulio Moro
12:02 AM Revision 189:7144c5594d16: Added loopback digital/analog test. This (randomly) fails for the firs...
Giulio Moro

2016-01-25

12:57 AM Feature #1536 (New): Limit the buffer size from the C++ code.
Giulio Moro

2016-01-24

02:31 PM Support #1535 (Closed): Experimental: gcc4.9
gcc4.6 that is on the current image does not support some C++11 features.
I tried building gcc4.9 from source on t...
Giulio Moro

2016-01-20

03:51 PM Feature #1533 (Closed): Mount filesystem (or part of it) as read-only, to avoid file corruption w...
The COSMO project for instance mounts it as read-only, but switches to r/w when you ssh into it
http://cosmoproject....
Giulio Moro
03:37 PM Bug #1532 (Closed): When running with -C2, digital outs only write one every two output buffers
This dated back to 16:670be80463a3.
With -C2, the GPIO buffer was being processed at double sampling rate and so for...
Giulio Moro
03:35 PM Revision 188:c706be7daad7: Fixed misbehaviour of GPIO when -C2: the GPIO buffer was being process...
Giulio Moro

2016-01-19

10:19 PM Bug #1532 (Closed): When running with -C2, digital outs only write one every two output buffers
Giulio Moro
02:55 AM Feature #1526 (Closed): Make utilities optimizable by the compiler
Closed 187:d7148d21aaa5.
Utility functions have been moved to Utilities.h and declared as static inline, so that if ...
Giulio Moro
02:54 AM Revision 187:d7148d21aaa5: Utilities are now optimizable. Closes #1526
Giulio Moro
01:55 AM Support #1530 (Closed): The Makefile should automatically include all the .cpp in core/ except de...
Closed 186:524c87ec23a3 Giulio Moro
01:54 AM Revision 186:524c87ec23a3: Makefile now compiles core/*.cpp except core/default_main.cpp (unless ...
Giulio Moro

2016-01-18

08:24 PM Support #1530 (Closed): The Makefile should automatically include all the .cpp in core/ except de...
Giulio Moro
08:18 PM Revision 185:31e898185ae8: Updated Makefile to include WriteFile
Giulio Moro

2016-01-17

09:56 PM Revision 184:9108a0a34cb8: Better(non ideal) monophonic behaviour of the basic midi implementatio...
Giulio Moro
03:32 AM Feature #1527: Midi API
Thought of switching to portmidi as a library for midi i/o and parsing messages.
Could not use it for midi i/o as it...
Giulio Moro

2016-01-15

11:48 PM Revision 183:2bdb48d1fca6: Fixed BBD chorus project
Giulio Moro
11:46 PM Revision 182:4c5acd649d46: Fixed I2c_Codec
Giulio Moro
09:50 PM Revision 181:391ad036557d: Basic Midi input implementation
Giulio Moro

2016-01-14

02:48 PM Feature #1527 (New): Midi API
Giulio Moro

2016-01-13

01:29 PM Feature #1526 (Closed): Make utilities optimizable by the compiler
make them inline-able (e.g.: move definitions to the header file) Giulio Moro

2016-01-11

05:35 PM Feature #1524 (Closed): Allow command line parameters to be defaulted or overridden in setup()
Giulio Moro

2016-01-02

01:16 PM Feature #1519 (Closed): Add macros audioReadFrame() and audioWriteFrame() that work similar to th...
Closed 179:f1012082f142 . Giulio Moro
12:55 PM Revision 180:07cfd337ad18: Updated examples with new audioWrite macros
Giulio Moro
12:50 PM Revision 179:f1012082f142: Added audioReadFrame() and audioWriteFrame(). Closes #1519
Giulio Moro
12:30 PM Feature #1520 (Closed): Change the meaning of the -p flag to indicate buffer size in audio samples
closed 178:a156a694864d
The field in the "settings" structure is still called "periodSize" but now it assumes the ne...
Giulio Moro
12:08 PM Revision 178:a156a694864d: -p flag now indicates the buffer size in audio samples. Closes #1520
Giulio Moro
09:50 AM Bug #1521 (New): Check wheter audio is running when calling BeagleRT_stopAudio()
In such a way that it is safe to call BeagleRT_stopAudio() multiple times. Giulio Moro
 

Also available in: Atom