Activity

From 2015-11-30 to 2016-02-27

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

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

2016-02-13

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

2016-02-09

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

2016-02-07

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

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

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-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

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

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
01:55 AM Support #1530 (Closed): The Makefile should automatically include all the .cpp in core/ except de...
Closed 186:524c87ec23a3 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

2016-01-17

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-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: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
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

2015-12-28

03:43 PM Bug #1374 (Closed): BeaglRT_createAuxiliaryTask() before setup() does not work
Issue was with the fact that initalization order is undefined.
Solution was to use an accessor function instead of a...
Giulio Moro
01:13 PM Bug #1373 (Closed): BeagleRT_scheduleAuxiliaryTask not working in setup()
Giulio Moro
01:13 PM Bug #1373: BeagleRT_scheduleAuxiliaryTask not working in setup()
Closed 174:1e629f126322 Giulio Moro
01:09 PM Feature #1520 (Closed): Change the meaning of the -p flag to indicate buffer size in audio samples
Rather than in matrix samples which is confusing. Giulio Moro
01:08 PM Feature #1519 (Closed): Add macros audioReadFrame() and audioWriteFrame() that work similar to th...
Giulio Moro
03:32 AM Support #1237 (Closed): unistd.h should be included in main.cpp files
Closed 2877bc2cd449 Giulio Moro
03:09 AM Bug #1387: A call to I2c_codec->setPllK() in setup() gets executed after gAudioCodec->initCodec()...
Similarly, calls to gAudioCodec->setPga(decibels, channel) in RTAudio.cpp get executed before initCodec() is done, de... Giulio Moro

2015-12-27

01:54 AM Bug #1517 (Rejected): Bela in Eclipse: .cproject post-build scp destination should be case sensit...
It IS case sensitive of course.
I would not say this is a bug. This just requires you to create a folder @~/beaglert...
Giulio Moro

2015-12-25

02:12 PM Bug #1517 (Rejected): Bela in Eclipse: .cproject post-build scp destination should be case sensit...
Post build instructions did not work for me:
`/Applications/Xcode.app/Contents/Developer/usr/bin/make --no-print-d...
Jack Armitage

2015-12-23

01:18 PM Bug #1516 (Closed): Eclipse on OS X instructions error
Yes, it does assume that.
I fixed it for you, replacing bbb with root@192.168.7.2 for consistency with the rest of t...
Giulio Moro
01:06 PM Bug #1516 (Closed): Eclipse on OS X instructions error
re: https://code.soundsoftware.ac.uk/projects/beaglert/wiki/_Compiling_BeagleRT_projects_in_Eclipse
`cd ~
ssh roo...
Jack Armitage

2015-12-05

08:38 PM Feature #1477 (New): exponential/logarithmic map()
It's quite common to need exponential/logarithmic mappings, not just linear, so here's a little (low priority) reques... Dan Stowell
03:37 PM Feature #1476 (New): Silent start - avoid click
Set the headphone level at -60 and fade it up in a few milliseconds. Giulio Moro
 

Also available in: Atom