BpmDj is a java application, which means that it will run under Windows, Linux or Mac without much problems
To install it you will need the java 1.8 runtime installed on your computer.
http://bpmdj.yellowcouch.org/files/deployed/bpmdj-49102.jarto that directory.
java -jar bpmdj-49102.jar
Java not found When you start 'java -jar bpmdj-49102.jar' and you receive an error that java is not found, then install java properly.
Class format error When you get a class file format error, you are very likely not using java 1.8. You can find this out by typing java -version
Lock file present If you receive an error about a lock file that is still present, then first make sure all java processes are indeed dead, and then remove the lock file and start again. BpmDj has no problem with sudden crashes, it does however have a serious problem with concurrent processes accessing the same database. So, please make sure there is no competing install running before removing the lock file.
JavaFx missing - On suse, openjdk does not come with JavaFX installed. A solution is to install java as provided by Oracle.
Audio playback stutters and skips - It might happen that the audiostream 'stutters' while the playpointer skips forward quickly. This has to do with a badly implemented audiodriver. In particular pulseaudio is to blame. To solve this, disable pulseaudio and restart BpmDj. To disable pulseaudio in such a manner that Java/ALSA will not restart it automatically add the following line to your ~/.pulse/client.conf
autospawn = no
Then kill pulseaudio and restart BpmDj.
The software slows down after using it for a while - this has to do with an interaction between the mesa drivers and the javafx render engine. This can be solved in two ways: Either you install proper hardware accelerated drivers (e.g: nvidia-374 or so) -or- you start BpmDj with a software rendering pipeline. That can be done with java -Dprism.order=sw -jar bpmdj-49102.jar
Currently on mac there is no support for the Zathras timestretcher nor for mp3 export (BpmDj does howedver still export .wav files)
If you want to support us, you can make a donation.