Skip to content

Instantly share code, notes, and snippets.

@stefanocoding
Last active March 4, 2019 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanocoding/e060b0733a34631c6a4fad4babf5e074 to your computer and use it in GitHub Desktop.
Save stefanocoding/e060b0733a34631c6a4fad4babf5e074 to your computer and use it in GitHub Desktop.
JACK and Bitwig using the the Intel audio chip. Tested on MacBook Pro 11,3. I get no sound using Alsa and Bitwig with the Intel chip (it works with USB interfaces), so I tried using JACK and it worked. However I had to follow these steps.
  1. Open qjackctl
  2. Click Setup...
  3. Choose "alsa" as the Driver
  4. Choose the analog interface as the Interface (in my case it is hw:PCH,0)
  5. Go to the Advanced tab
  6. Enter the number of inputs in the first textbox next to Channels I/O (2 in my case)
  7. Enter the number of outputs in the second textbox next to Channels I/O (2 in my case)
  8. Click OK
  9. Click Start
  10. 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#comment1505791_946160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment