rngtng / launchpad

A Processing library to deal with the novation launchpad (based on the ruby version)
http://rngtng.github.com/launchpad/
37 stars 6 forks source link

HOW TO USE THIS? #7

Closed fillefilip8 closed 6 years ago

fillefilip8 commented 9 years ago

IS THIS FOR JAVA OR NOT IM CONFUSED?????????????

rngtng commented 9 years ago

It's for Processing which is based on Java. How did you find about this Project?

fillefilip8 commented 9 years ago

i was googleing and i was looking for a lib for JAVA not Processing. Are you able to make a only Java version?

rngtng commented 9 years ago

I wish I could, but no time :( but it shouldn't be a big deal, as a start look at https://github.com/rngtng/launchpad/blob/master/src/com/rngtng/launchpad/Launchpad.java and remove/replace all core processing classes, usually starting with P like PApplet ...

let me know if you need help..

agrignard commented 6 years ago

For a Java version I have been using this API that works well: https://github.com/OlivierCroisier/LP4J

rngtng commented 6 years ago

@agrignard nice thx