Skip to content

[Feature]: Mac OS support for XONE:2D #61

@c5g52zmh5z-ui

Description

@c5g52zmh5z-ui

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 :

  1. audio driver doesn't appear in mac audio configuration
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions