Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Launchpad S #4

Open
szechy opened this issue Nov 18, 2013 · 1 comment
Open

Support for Launchpad S #4

szechy opened this issue Nov 18, 2013 · 1 comment

Comments

@szechy
Copy link

szechy commented Nov 18, 2013

It would be neat to build in support for the Launchpad S. I'm not familiar with MIDI, but I believe there aren't any differences between the Launchpad and the Launchpad S, other than the name as it appears in line 54 in 'Launchpad.java':

    public Launchpad(PApplet _app) {
    this(_app, "Launchpad", "Launchpad");
}

to this:
public Launchpad(PApplet _app) {
this(_app, "Launchpad S", "Launchpad S");
}

I would fork the repository and do this myself, but I'm not sure how to rebuild the .jar files to fix the library (Java noob). Any ideas?

@rngtng
Copy link
Owner

rngtng commented Nov 20, 2013

thanks for the report, I havn't checked the library for ages - will try soon & update the library

good place to start for compiling the jar is:

https://github.com/processing/processing-library-template
https://github.com/processing/processing/wiki/Library-Basics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants