Overview

The Bela Board is a optimised microcontroller for sound application. It can be used for extending analog instruments, sound installations or physical controller for music applications. It runs Csound, SuperCollider and a few other sound realted programming environments.

Content

Syncing Files

You can use rsync for syncing files from your local machine to your bela board. Use your command line on your local machine and sync your files like this:

rsync -av /path/to/your/local/file/or/dir root@bela.local:/root/Bela/

Compiling on Bela Board

Connect with your board via webbrowser and the URL bela.local and use the Linux commandline of the Bela Board. You can just use every compile command which runs on Linux like:

gcc -O2 -I /usr/include/csound -fPIC xine.c -shared -o xine.so