Beatbox

A Music Beat Box

BeatBox

Create Music on Go

A music beat box to play music by selecting the beats of corresponding instruments. BeatBox App

Video Demo: http://youtu.be/lTfO8-perP8

Audio Demo: https://soundcloud.com/abhisekp/beatbox-demo

Features

Concepts Used

Building

BeatBox.java - main class

Pre-requisites

Compiling from Source (manually)

All sources in com.abhisekp package

In Windows

cd src\ && mkdir ..\out\
javac -d ..\out\ com\abhisekp\BeatBox.java

In Linux

cd src/ && mkdir ../out/
javac -d ../out/ com/abhisekp/BeatBox.java

Running Manually Built

In Windows

cd ..\out\
java com.abhisekp.BeatBox

In Linux

cd ../out/
java com.abhisekp.BeatBox

Get Packaged jar

Download BeaBox App v0.1

Running Packaged jar

java -jar "BeatBox-v01.jar"

Import in Eclipse (Windows, OSX, Linux, Automatic)

How to import BeatBox sources in Eclipse see here

Future (TODOs)

Get Softwares