Activity

From 2016-03-30 to 2016-06-27

2016-06-27

01:42 AM Bug #1636 (Closed): SIGXCPU when running a project with analogue disabled
Moved https://github.com/BelaPlatform/Bela/issues/7 Giulio Moro

2016-06-25

08:55 PM Bug #1687 (Closed): gdb and BeagleRT_scheduleAuxiliaryTask
Giulio Moro
08:45 PM Bug #1686 (Closed): gdb version does not match gcc-4.9 on the testing image
fixed in the v0.1 image Giulio Moro
08:45 PM Feature #1533 (Closed): Mount filesystem (or part of it) as read-only, to avoid file corruption w...
Not sure this is really needed.
It seems that it is most important to call `sync` before abruptly pulling the plug
Giulio Moro
08:43 PM Feature #1524 (Closed): Allow command line parameters to be defaulted or overridden in setup()
we'd actually need an init() (pre-setup) function to requeste the values, so that the BelaContext passed to setup() w... Giulio Moro
08:41 PM Feature #1380 (Closed): Add debug mode to Makefile when building on board
This was done ages ago Giulio Moro
08:40 PM Feature #1375 (Closed): Allow AuxiliaryTask to run in a linux phtread
actually, it is probably better to keep them as xenomai threads, so that they obey to the xenomai scheduler. Once the... Giulio Moro
08:38 PM Bug #1333 (Closed): rt_printf and audio glitches
Just keep in mind that CPU time is finite and printing takes time, regardless of the fact that it is handled by xenom... Giulio Moro
08:37 PM Feature #1369 (Closed): Add gdb to the next BBB linux image
Giulio Moro
08:36 PM Bug #1219 (Closed): Process is not interrupted by ctrl-c with long usleep in while(!gShouldStop)
Giulio Moro
08:36 PM Bug #1219: Process is not interrupted by ctrl-c with long usleep in while(!gShouldStop)
Must be because of the timeout in main:... Giulio Moro
08:33 PM Bug #1401 (Closed): SCRIPTS: make sure strict host checking is disabled
Giulio Moro
08:33 PM Bug #1401: SCRIPTS: make sure strict host checking is disabled
added to check_board_alive, so it'll always be performed first Giulio Moro
08:32 PM Bug #1387 (Rejected): A call to I2c_codec->setPllK() in setup() gets executed after gAudioCodec->...
probably an error with undefined order of initializations for global objects Giulio Moro
08:30 PM Bug #1547 (Rejected): build_pd.sh improvements:
Giulio Moro
08:29 PM Feature #1572 (Closed): Add ne10 fft example using auxiliary tasks
Giulio Moro
08:29 PM Support #1689 (Closed): One liner to replace BeagleRT with Bela
Done. it was a magic moment Giulio Moro
08:28 PM Support #1535 (Closed): Experimental: gcc4.9
Giulio Moro
08:28 PM Bug #1643 (Closed): build_project.sh does not copy folders
Giulio Moro
08:24 PM Feature #1681 (Closed): digitalWriteFrame and digitalWriteFrameOnce
renamed api Giulio Moro
08:23 PM Feature #1548 (Closed): IDE
Giulio Moro
08:23 PM Bug #1692 (Closed): unrecognized MIDI messages can cause segfault
didn't manage to reproduce this. Giulio Moro
08:23 PM Feature #1696 (Closed): add midi support for libpd
Giulio Moro
08:22 PM Bug #1693 (Closed): Wrong error message with build_pd_heavy
Fixed with uploader.py providing meaningful exit codes Giulio Moro
08:22 PM Bug #1695 (Closed): clang 3.5 does not support stdatomic.h
installed 3.8 Giulio Moro

2016-06-05

02:49 AM Feature #1527: Midi API
add support for mIdi messages without status byte Giulio Moro

2016-06-04

07:19 PM Bug #1687: gdb and BeagleRT_scheduleAuxiliaryTask
probably related to #1686 Giulio Moro
07:06 PM Bug #1698 (Closed): set_startup -l may cause corruption when re-building
Giulio Moro
06:54 PM Bug #1698: set_startup -l may cause corruption when re-building
All of this has been done (in separate commits).
closed 4edf9a840a2a
Giulio Moro
02:18 PM Bug #1697 (Closed): current libpd does not run on gcc-4.6 boards: compile on the board
closed 52733b58bdf3 Giulio Moro

2016-05-31

11:35 PM Bug #1698: set_startup -l may cause corruption when re-building
or maybe simply the fact that the file system is not synced before the board is powered off.
Golden rule: after bu...
Giulio Moro

2016-05-29

06:12 PM Bug #1698: set_startup -l may cause corruption when re-building
this may be related to the fact that when logging to disk, it requires ctr-\ to quit Giulio Moro
03:49 AM Bug #1698 (Closed): set_startup -l may cause corruption when re-building
A user had a BeagleRT/BeagleRT file of size 0. When trying to make it again, they would get the "Text file busy" mess... Giulio Moro

2016-05-27

09:32 PM Bug #1697 (Closed): current libpd does not run on gcc-4.6 boards: compile on the board
Giulio Moro
04:35 PM Feature #1696 (Closed): add midi support for libpd
re-use most of the Heavy code Giulio Moro

2016-05-24

11:45 PM Bug #1695 (Closed): clang 3.5 does not support stdatomic.h
... which is requested by the newest Heavy API.
as a consequence, we need to revert back to using gcc as default com...
Giulio Moro
07:53 PM Bug #1694: PRU does not always stop if ARM fails abruptly
so that the "blinking of life" keeps happening, misleading the user Giulio Moro
05:43 PM Bug #1694 (New): PRU does not always stop if ARM fails abruptly
e.g.: when Heavy "message queue is full" (stack overflow??) Giulio Moro

2016-05-22

08:37 PM Bug #1693 (Closed): Wrong error message with build_pd_heavy
if i t returns error (e.g.: because vline~ is used), the error message showed to the user is not meaningful, i.e.:
...
Giulio Moro

2016-05-21

06:56 PM Bug #1692 (Closed): unrecognized MIDI messages can cause segfault
e.g.: MMC messages Giulio Moro
03:37 PM Bug #1691 (New): sometimes Pd print causes mode switches (compiled with heavy)
e.g.: try adding a [print notein_raw] to [r bela_notein] in bela_notein.pd Giulio Moro

2016-05-18

01:56 AM Feature #1685 (Closed): Add support for broadcast sockets
closed 247a182adb6d Giulio Moro

2016-05-17

01:01 PM Support #1689 (Closed): One liner to replace BeagleRT with Bela
... Giulio Moro

2016-05-15

10:06 PM Bug #1688 (New): disable/uninstall useless services/daemons
e.g.: apache, syslog ...
For syslog:...
Giulio Moro
04:33 PM Bug #1687 (Closed): gdb and BeagleRT_scheduleAuxiliaryTask
It looks like when running within gdb, rt_task_suspend() does not work, so that one single call to BeagleRT_scheduleA... Giulio Moro
02:25 AM Bug #1686 (Closed): gdb version does not match gcc-4.9 on the testing image
yielding the "No symbol 'foo' in current context" exception for any symbol Giulio Moro

2016-05-14

09:02 PM Feature #1685 (Closed): Add support for broadcast sockets
This should do it, just make sure it does not cause issues with non-broadcast sockets.... Giulio Moro

2016-05-11

10:41 AM Support #1684 (New): write docs/ add examples for UDP classes
Giulio Moro

2016-05-09

03:32 PM Feature #1683 (New): Check how idle time is spent
We have about 18% cpu when render() is empty Which thing is eating most of my CPU time there ? digital/analog/audio ... Giulio Moro

2016-04-24

11:46 PM Bug #1682 (New): Check timing consistency of the audio callback
The fact that the OS does its stuff in between callbacks may have side effects (e.g.: change the content of the cache... Giulio Moro

2016-04-20

04:36 PM Feature #1681 (Closed): digitalWriteFrame and digitalWriteFrameOnce
The difference between the two is not obvious from the docs, neither it is always clear from the example code.
As a ...
Giulio Moro

2016-04-14

03:46 PM Bug #1680 (Closed): Digital not working
Only happened from the IDE. Was due to an error in the interpretation of the command line switch -G1 , which is pass... Giulio Moro

2016-04-12

11:15 PM Bug #1680 (Closed): Digital not working
At least not from the example projects Giulio Moro

2016-04-10

11:19 AM Feature #1548: IDE
Add shutdown/reboot button Giulio Moro

2016-04-07

06:53 PM Bug #1679 (New): make a working example for heavy and touchkeys
Giulio Moro
 

Also available in: Atom