ferzkopp / RB4InstrumentMapper

Utility that connects up to 3 RockBand 4 wireless Xbox instruments (2 guitars and 1 drum) for use in Clone Hero.
MIT License
8 stars 14 forks source link

RB4 PDP drums for Xbox One #3

Open OndrejBakan opened 2 years ago

OndrejBakan commented 2 years ago

Hello,

I managed to get PDP drums working via USB in my little Python bridge (mapped USB packets to ViGEm). The basic packet structure is in my repo, maybe you should use it to add support for wired drums? It's still better than nothing. I would be happy if someone better in programming took my effort and leveraged it.

I don't have the cymbals data as I don't own cymbals, but it should be easy to add once someone with cymbals share their packets.

https://github.com/OndrejBakan/pdp-drums

ferzkopp commented 2 years ago

Sorry, but I am not familiar with PDP drums. Could you try to (a) install this app and prerequisites, (b) select your device (provide a screenshot as reference for the pcap string), and (c) capture some packets in debug mode (select debug and hit Start).

OndrejBakan commented 2 years ago

Thank you for your reply. I will do it tomorrow, when I get home. I descibed the packet here in this Google Spreadsheet + in my code (but I understand reading my code might be difficult).