Audio Programming with Open Source Languages

In the current DIY environment, many musicians can expect to wear a number of different hats. Of course, musicians and singers play instruments or sing for live audiences and in recording studios. Practising and rehearsing are also daily activities. They

Read more

Electric Fence – detect programming bugs

Electric Fence (eFence) is a debugger that uses virtual memory hardware to detect illegal memory accesses. It can detect two common programming bugs: software that overruns or underruns the boundaries of a malloc() memory allocation, and software that touches a

Read more