#!/bin/sh

#this is free software licenced under the GNU-GPL - please refer to the file Copying, that came with this script
# Starts the sampler Specimen with a guitarbank. Run install_right_here.sh first.


ps -C jackd >/dev/null&&(  specimen /home/zettberlin/bin/telshow-tele/specigit0110.specimen &
)||(
aplay /home/zettberlin/bin/telshow-tele/cleanriff-A-02-123.wav;
sleep 1 &&
killall -9 qjackctl&
kdialog --msgbox "jackd must be started first \n If jack has started, please click OK to start and connect Specidrums";
qjackctl -s  specimen /home/zettberlin/bin/telshow-tele/specigit0110.specimen &
)
sleep 3 &&
kdialog --msgbox "Specidrums should be up and running now. You may add more Sounds from the Installdirectory. If  you wish to add external samples you should copy those to the installdir first." &


