Giter VIP home page Giter VIP logo

samplerbox's Introduction

SamplerBox

SamplerBox is a pocket-sized sound module based on Raspberry Pi for use with MIDI devices in your bedroom, studio, or on the stage. It is completely open-source which means it is forever evolving, making it a formidable alternative to other commercial MIDI samplers and expanders on the market.

http://samplerbox.readthedocs.io/en/latest/_images/SamplerBoxPlayer.jpg

How it works

SamplerBox uses MIDI messages from a connected MIDI keyboard or device to trigger digital audio samples (wave files) which are then converted to an analogue audio signal. The software has been designed to run on Raspberry Pi single-board computers. A single-board computer is a tiny computer that contains a CPU processor, GPU, ROM, RAM, Ethernet, USB and HDMI ports. They can be programmed to do almost anything: run an operating system, operate a security system, navigate aircraft, take over the world. In the case of SamplerBox its sole purpose is to play music!

Once SamplerBox is running, it will find sample-set directories on a connected USB drive and add them to a setlist. SamplerBox will then attempt to load sample files based on a file naming convention or filenames and rules defined in a definition.txt file.

Documentation

More in-depth documentation can be found here.

Contributors

Joseph Ernest twitter: @JosephErnest mail: [email protected]
Alex MacRae web: GitHub mail: [email protected]
Pavel Titov  
Hans Hommersom web: http://homspace.xs4all.nl/homspace/samplerbox/index.html
Erik web: http://www.nickyspride.nl/sb2/

License

Creative Commons BY-SA 3.0

samplerbox's People

Contributors

alexmacrae avatar josephernest avatar paul-at avatar achilleusd avatar

Stargazers

 avatar Ivan Yeh avatar Patrick Pedersen avatar  avatar illdephyn3d avatar  avatar Maksim Lin avatar  avatar Vincent Peters avatar Dieter Brehm avatar Ben Stoltz avatar majewskibartosz avatar Giuseppe Romano avatar  avatar Tom Nussbaumer avatar  avatar Edmar Felipe avatar udinical avatar  avatar Jeppe Hasseriis avatar Rémi Sarrailh avatar  avatar

Watchers

James Cloos avatar Jeppe Hasseriis avatar  avatar  avatar alixanc avatar  avatar  avatar

samplerbox's Issues

No LCD causes error

The system currently doesn't support having no LCD at all. If you set both config options to false:
USE_HD44780_16X2_LCD = False
USE_HD44780_20x4_LCD = False
The system will crash on startup. This is (so far) only on debian (raspi) with system mode 2.

After some searching through the code, this happens with the following traceback:
HD44780_sys_2.py, line 44
HD44780_sys_2.py, line 56
{ some error about lcd not having a function clear() }
Because lcd wasn't instantiated since both options were set to false.

I think putting line 44 through 47 in an if-block would solve it, but I'm not familiar enough with the software yet to be sure it doens't break anything else. I'll be trying this out later.

Button images are missing

4 files are required for GUI:

button_left.png
button_right.png
button_enter.png
button_cancel.png

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.