Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CC MIDI messages for other buttons on RB1 drum set #17

Open
puck opened this issue Nov 19, 2022 · 0 comments
Open

Add CC MIDI messages for other buttons on RB1 drum set #17

puck opened this issue Nov 19, 2022 · 0 comments

Comments

@puck
Copy link

puck commented Nov 19, 2022

Hey,

I've just set up rbdrum2midi with a Wii Rockband 1 drum set and noticed that while rbdrum2midi sees the button presses for the +/- and rocker buttons, no MIDI messages are sent. Would it be possible to add these?

-
00010880 80808000 00000000 00000000 00000000 02000200 020002 kit type=5
00000880 80808000 00000000 00000000 00000000 02000200 020002 kit type=5

+
00020880 80808000 00000000 00000000 00000000 02000200 020002 kit type=5
00000880 80808000 00000000 00000000 00000000 02000200 020002 kit type=5

Left
00000680 80808000 00000000 00000000 00000000 02000200 020002 kit type=5
00000880 80808000 00000000 00000000 00000000 02000200 020002 kit type=5

Right
00000280 80808000 00000000 00000000 00000000 02000200 020002 kit type=5
00000880 80808000 00000000 00000000 00000000 02000200 020002 kit type=5

Up
00000080 80808000 00000000 00000000 00000000 02000200 020002 kit type=5
00000880 80808000 00000000 00000000 00000000 02000200 020002 kit type=5

Down
00000480 80808000 00000000 00000000 00000000 02000200 020002 kit type=5
00000880 80808000 00000000 00000000 00000000 02000200 020002 kit type=5

Currently the 1/2/A/B buttons all send the drum pad MIDI messages (1= Blue, 2 = Yellow, A = Green, B = Red), but looking in the verbose output, they are received differently, perhaps they can also send CC MIDI messages?

1
01000880 80808000 00000000 00000000 00000000 02000200 020002 kit type=5
00000880 80808000 00000000 00000000 00000000 02000200 020002 kit type=5

2
08000880 80808000 00000000 00000000 00000000 02000200 020002 kit type=5
00000880 80808000 00000000 00000000 00000000 02000200 020002 kit type=5

A
02000880 80808000 00000000 00000000 00000000 02000200 020002 kit type=5
00000880 80808000 00000000 00000000 00000000 02000200 020002 kit type=5

B
04000880 80808000 00000000 00000000 00000000 02000200 020002 kit type=5
00000880 80808000 00000000 00000000 00000000 02000200 020002 kit type=5

Kind regards,
Andrew

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant