mmckegg / rust-loop-drop

[WIP] Midi-only version of Loop Drop for running on low power machines like Raspberry Pi and Beaglebone
GNU Affero General Public License v3.0
53 stars 0 forks source link

midi controller mappings #1

Open samkuhn opened 6 years ago

samkuhn commented 6 years ago

Hey this is great!

We were actually using Loop Drop but it was a bit overkill as we're midi only (sequencing visuals).

Totally get that it's kinda hardcoded to your rig right now, but I'd love to contribute to this repo and at least add a APC mini controller mapping.

Haven't looked very deeply yet, but am I right in thinking that the launchpad code and the loop grid are a little "munged" at the moment?

I can just copy loop_grid_launchpad.rs and edit, but was wondering what your general plans are with this repo.. and whether you'd be up for abstracting the button / light mappings from the grid a bit together to make it reeeal easy to add new controllers?

Personally I think an embeddable pure midi Loop Drop with no bells and whistles is pretty rad.

samkuhn commented 6 years ago

Just to add that if you’d rather not go more generic at this point that’s fine - happy to fork and hack :)