Skip to content

Acknowledgements

Freetribe would be almost impossible without other open-source projects. The CPU drivers are based on StarterWare by Texas Instruments. The hardware abstraction, build environment and code examples provided the stepping-stone needed to get started.

In much the same way, the DSP drivers are based on monome/aleph. This showed how to initialise the Blackfin processor and configure peripherals. They also provide a public domain DSP library, with many of the difficult maths problems packaged into convenient unit generators.

MIDI input parsing is based on mikromodular/libmidi, with sysex/binary conversion borrowed from the Arduino MIDI library by Francois Best.

UGUI and micromenu provide a graphical interface for user applications.

Special thanks to countless stackoverflow users.