Download Latest Version 6PM_v0.9.tgz (2.2 MB)
Email in envelope

Get an email when there's a new version of 6PM

Home
Name Modified Size InfoDownloads / Week
Deb packages for Debian 2016-01-14
6PM_v0.9.tgz 2016-04-25 2.2 MB
6PM_v0.80.1.tgz 2016-01-12 731.2 kB
6PM_v0.80.tgz 2016-01-01 691.2 kB
6PM_DocEN.pdf 2015-12-30 245.7 kB
6PM_DocFR.pdf 2015-12-30 249.0 kB
6PM_v0.70.tgz 2015-12-27 2.1 MB
6PM_v0.60.tgz 2015-11-20 2.1 MB
6PM_v0.50.tgz 2015-09-18 1.5 MB
README 2015-08-15 1.5 kB
Totals: 10 Items   9.8 MB 2
------------------
6PM Install 
------------------
 Needed libraries
- qt5
to intall it :
sudo apt-get install qt5-default

- asound
to intall it :
sudo apt-get install libasound2-dev

- jack
to intall it :
sudo apt-get install libjack-dev
or
sudo apt-get install libjack-jackd2-dev
according to which jack version is installed on your system.

g++ compiler may help :)
sudo apt-get install g++

GO into folder
cd 6PM_distrib
chmod +x ./install.sh
./install.sh

This script compiles then copy executable into /usr/local/bin (root password needed).
It also copy presets et midimaps files into ~/.6pm

In case of errors you may execute step by step instructions in this script.

If everything works fine, type
6pm
to run software.




------------------
Installation de 6PM
------------------

Bibliothèques requises :
- qt5
Pour l'installer :
sudo apt-get install qt5-default

- asound
Pour l'installer :
sudo apt-get install libasound2-dev

- jack
Pour l'installer :
sudo apt-get install libjack-dev
ou
sudo apt-get install libjack-jackd2-dev
selon la version de jack installée sur votre système.

Le compilateur g++ peut servir :)
sudo apt-get install g++

Aller dans le répertoire 
cd 6PM_distrib
chmod +x ./install.sh
./install.sh

Ce script compile puis copie l'exécutable dans /usr/local/bin (mot de passe root requis).
Il copie également les fichiers presets et midimaps dans ~/.6pm

En cas d'erreurs on peut exécuter une par une les instructions de ce script.

Si tout a fonctionné correctement, la commande
6pm 
lance le logiciel.
Source: README, updated 2015-08-15