
In analogy: You cannot use the same input as an output on a BMD-Decklink-Card (at least not simultaneously. Use one virtual Driver for one direction/use case! Do not mix em up.Restart the Mac, or use terminal-command to restart core audio (if you know it).
#Soundflower alternative drivers
Finally copy your two virtual drivers to /Library/Audio/Plug-Ins/HAL.Repeat all of this with - for instance - zoom2mimo instead.Rename the File BlackHole.driver to mimo2zoom.driver.Then, select “Product” from menu and open the Product-Folder in finder.Now, hit the build button ( It’s the Play-Button at the top left.) If you want to use more than two channels, you can add em by manipulating this variable: #define kDataSource_ItemNamePattern "mimo2zoom %ich" #define kDevice_ModelUID "mimo2zoom%ich_ModelUID" #define kDataSource_ItemNamePattern "BlackHole %ich"


#define kDevice_ModelUID "BlackHole%ich_ModelUID"

For all who want to try BlackHole instead of Loopback, do this to generate as many virtual audio devices as you want.
