]> Git — Sourcephile - tmp/julm/arpeggigon.git/blob - initJack.sh
Reorganized file system.
[tmp/julm/arpeggigon.git] / initJack.sh
1 #!/bin/bash
2
3 mkdir -p ~/.log
4
5 jackd -d alsa --device hw:0 --rate 44100 --period 1024 &> ~/.log/jack.log &
6
7 sleep 5
8
9 qjackctl &
10
11 fluidsynth -a jack -m jack /usr/share/soundfonts/FluidR3_GM2-2.sf2 \
12 &> ~/.log/fluidsynth.log