Skip to content

Change the Number of Channels

Devin Roth edited this page Jun 2, 2023 · 6 revisions

⚠️ CAUTION: DAW support is limited with over 256 channels. Proceed at your own risk.

In theory there is no limit to the number of channels that BlackHole can support. DAWs have hard limits and some will not function if a driver is above their supported limit.

If you are dealing with a high channel count you may want to modify the driver latency for more stability.

1. Modify code

In BlackHole.c change kNumber_Of_Channels to the desired number.

#define kNumber_Of_Channels 16

2. Build and Install

Build with Xcode

Clone this wiki locally