GithubHelp home page GithubHelp logo

thetechnobear / belapatches Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 0.0 1.64 MB

a collection of patches for BELA by bela.io

License: GNU General Public License v3.0

C++ 90.26% Csound Document 0.11% SuperCollider 4.74% JavaScript 0.42% CMake 0.81% Shell 0.21% C 1.07% Max 2.38%

belapatches's Introduction

Bela Patch

a collection of patches for the various variations of BELA by bela.io - https://bela.io

Bela is a 'addon' board for the BeagleBone Black/Green, providing low latency audio, analog and digial i/o

BELA - just the plain Bela board SALT - a flexible Eurorack module made in collaboration with Rebel Technology PEPPER - a flexible DIY Eurorack module this is passive so much cheaper than SALT but with limitations

These are patches Ive made for my own use, or may have adapted from elsewhere note: they may or may not be up to date, or working ;)

initial setup

clone the repository into a directory

mkdir ~/projects
cd ~/projects
git clone https:https:/github.com/thetechnobear/BelaPatches
cd BelaPatches

Some patches (particulary my C++ ones), will need to have external libraries built, so we need to pull the external submodules

git submodule update --init --recursive 

now install some dev libraries we will need to build

apt-get install libusb-1.0-0-dev
apt-get install libasound2-dev
apt-get install libcairo2-dev 

now we can build requisite libraries etc

mkdir build
cd build
cmake -DBELA=1 ..
make

all these projects are configured to expect a symbolic link to the external projects in the projects directory to achieve this

cd ~/Bela/projects
ln -s ~/projects/BelaPatches/external .
ln -s ~/projects/BelaPatches/build/release/lib .

now bela projects are able to use these libraries

note: if you want to distribute as standalone, you will need to copy libraries and alter the settings.json for the bela project, since they refer to the build area

belapatches's People

Contributors

thetechnobear avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.