diff options
| author | St33v <github@f3rr3t.com> | 2021-11-09 10:47:19 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2021-11-09 10:47:19 +1100 |
| commit | 03d04c0c849394a5c2d6e4a7fa26213ec637a149 (patch) | |
| tree | 46d8d00e12bf42a6bc7e29f05ffb3bd059426710 | |
| parent | 65eadeafd04240cdb7aa401c99bc9cdf910e6584 (diff) | |
seems to work. Let's call it release 1 eh
| -rwxr-xr-x | jack/start_jack.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/jack/start_jack.sh b/jack/start_jack.sh index 1a38c81..7348a83 100755 --- a/jack/start_jack.sh +++ b/jack/start_jack.sh @@ -5,12 +5,13 @@ jack_control start jack_control ds alsa -jack_control dps device hw:HD2 +# cat /proc/asound/cards +jack_control dps device hw:PCH # I think should be the audio playback device jack_control dps rate 48000 -jack_control dps nperiods 2 +jack_control dps nperiods 2 # 3 for USB (mod from '2' default) jack_control dps period 64 sleep 10 -a2j_control --ehw +a2j_control --ehw # export all available ALSA MIDI ports to JACK MIDI ports a2j_control --start sleep 10 qjackctl & |
