pimoroni-pico icon indicating copy to clipboard operation
pimoroni-pico copied to clipboard

Add pico_rgb_keypad_midi example.

Open AndrewCapon opened this issue 4 years ago • 4 comments
trafficstars

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.

AndrewCapon avatar Feb 28 '21 09:02 AndrewCapon

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.

Gadgetoid avatar Mar 29 '22 13:03 Gadgetoid

I have no memory of actually doing this code!

IOSAudio avatar Mar 29 '22 14:03 IOSAudio

I have no memory of actually doing this code!

Whoops posted under the wrong account!

AndrewCapon avatar Mar 29 '22 14:03 AndrewCapon