sojamo / controlp5

A gui library for processing.org
GNU Lesser General Public License v2.1
490 stars 142 forks source link

MidiMapper #96

Closed surmvoise closed 7 years ago

surmvoise commented 7 years ago

Hi there, I'm really interested in the MidiMapper example and would love to see this feature in the cp5 library. I'm trying to build a virtual Korg nanoKontrol2 so I can use the sketch even when I don't have the actual controller with me. I'm not quite familiar with writing java library code but I gave it a try anyway. Is there any news on this feature for cp5? Or is there anyone who would help me to develop it in order to implement it in cp5 at some point? Here is my project: https://github.com/surmvoise/MidiMapper-Korg-NanoKONTROL2

sojamo commented 7 years ago

Hi, have you looked into the midimapper library.

surmvoise commented 7 years ago

Oh, I didn't notice this is already a separate library. Cool! But how do I install it? It didn't work when I just moved the folder "midimapper" to Processing > libraries. Doesn't it need a "library" folder inside the midimapper folder?

sojamo commented 7 years ago

did you use the latest release? When you download the .zip file, the extracted folder will contain the library folder, examples and source code. you need to move the folder midimapper containing these 3 subfolders into Processing's libraries folder.

surmvoise commented 7 years ago

Ah, I see. I've only downloaded the repository I guess. Now I managed to install it. Thanks!

sojamo commented 7 years ago

@surmvoise can this issue be closed?

surmvoise commented 7 years ago

Yes, thanks.