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 pico_rgb_keypad_midi example. #79

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

AndrewCapon
Copy link
Contributor

Turns the rgb_keypad into a simple midi device where the pads send midi note ons and note offs.

The device should appear as a midi device on the computer called "RGB Keypad".

There is a bit of mess here as my vscode stuff has wormed it's way in, sorry.

@Gadgetoid Gadgetoid added the enhancement New feature or request label Mar 18, 2021
@Gadgetoid
Copy link
Member

Sorry for being distressingly late here, but if you want to get this rolling again you can rebase the vscode settings commit out of this with:

git rebase -i HEAD~3

And changing the relevant commit from "pick" to "drop".

Add the conflicted .vscode/settings.json and git rebase --continue.

Then force push the result up to your branch.

You'll probably want to clone this branch to a new directory to do this, specially if you have anything going on in your working copy of pimoroni-pico.

This all sounded simple until I tried to explain it.

@IOSAudio
Copy link

I have no memory of actually doing this code!

@AndrewCapon
Copy link
Contributor Author

I have no memory of actually doing this code!

Whoops posted under the wrong account!

@ZodiusInfuser ZodiusInfuser added the [- pico rgb keypad base -] https://shop.pimoroni.com/products/pico-rgb-keypad-base label Jan 20, 2023
@Gadgetoid
Copy link
Member

@thirdr now we - finally - have MIDI support in MicroPython, maybe it's worth cleaning this up and combining it with a MicroPython counterpoint? 🤔

If keypad also uses the IS37FL31 driver (https://github.com/pimoroni/pimoroni-pico/tree/main/drivers/is31fl3731), we might need to slap up some MicroPython bindings for this and Keybow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[- pico rgb keypad base -] https://shop.pimoroni.com/products/pico-rgb-keypad-base enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants