Last active
March 4, 2019 05:58
-
-
Save stefanocoding/e060b0733a34631c6a4fad4babf5e074 to your computer and use it in GitHub Desktop.
Revisions
-
stefanocoding revised this gist
Mar 4, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,4 +11,4 @@ No need to stop `pulseaudio`. Reference: https://askubuntu.com/questions/945721/ubuntu-16-04-on-macbook-pro-no-sound-with-jackd-although-alsa-is-working#comment1505791_946160 -
stefanocoding revised this gist
Mar 4, 2019 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,4 +9,6 @@ 1. Click __Start__ 1. Start Bitwig and select "JACK" as the __Driver model__ No need to stop `pulseaudio`. Reference: https://askubuntu.com/questions/945721/ubuntu-16-04-on-macbook-pro-no-sound-with-jackd-although-alsa-is-working?newreg=ecde5e0ef1bb4c05b632e60308b9043e#comment1505791_946160 -
stefanocoding created this gist
Mar 4, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ 1. Open `qjackctl` 1. Click __Setup...__ 1. Choose "alsa" as the __Driver__ 1. Choose the analog interface as the __Interface__ (in my case it is `hw:PCH,0`) 1. Go to the __Advanced__ tab 1. Enter the number of inputs in the first textbox next to __Channels I/O__ (`2` in my case) 1. Enter the number of outputs in the second textbox next to __Channels I/O__ (`2` in my case) 1. Click __OK__ 1. Click __Start__ 1. Start Bitwig and select "JACK" as the __Driver model__ No need to stop `pulseaudio`.