-
-
Notifications
You must be signed in to change notification settings - Fork 9
[Feature]: Mac OS support for XONE:2D #61
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The Pitch
Hello,
Anyone tried to run his Xone:2D device ?
After modifying "PloytecDriver.cpp" by adding a new case (line 598) like this :
case 0xFF01: // Xone:2D
inChannelCount = 6;
outChannelCount = 8;
ret = kIOReturnSuccess;
break;
...and adding "define kPloytecPID_2D 0xFF01" on line 28 of "PloytecSharedData.h"
I compiled the kext driver, but nothing seems to work properly :
- audio driver doesn't appear in mac audio configuration
- Xone 2D appears in MIDI configurator but impossible to communicate with I/O midi messages
Can someone could orientate my work please ? I've struggled for a so long time on this driver to work...
Thank you in advance
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request