Novation Launchpad Pro

I’m working on something similar just in the sense that it’s an OT-oriented MIDI controller in C, but 1) I’m targeting the Raspberry Pi as a host and the LP Mini as the input/display so 2) I’m using the PortMIDI library and 3) I’m a C noob so 4) I’m going very slow and 5) my code is a mess. Also I haven’t thrown anything up on Github yet because of caveats #4 and #5 :slight_smile:

All of your ideas make a lot of sense and are similar to ones I’d like to implement, although I am shooting for something a bit more “modular” that probably won’t work well on the LP Pro. Slice mode will be huge - please see the thread for the wacky stuff you have to do to get this to work, if you haven’t already:

Velocity/pressure to param is a fantastic idea. I don’t have an LP Pro but I want to try this with my old Trigger Finger at some point.

If you can, I would recommend implementing some kind of “snap shot” behavior. There was a guy working on this in Max before and I would also like to implement a version of this at some point. It might be weird on the LP Pro with no user-writable non-volatile memory but I think you might still be able to come up with something useful if you want to take a swing at implementing that.

1 Like