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

Include documentation for Raspberry PI #12

Open
haschdl opened this issue Apr 13, 2022 · 0 comments
Open

Include documentation for Raspberry PI #12

haschdl opened this issue Apr 13, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@haschdl
Copy link
Owner

haschdl commented Apr 13, 2022

The following information can be included in the documentation, regarding Raspberry PI.

The library was successfully tested on a Raspberry PI 3, running Processing 4.0b7
Before using the library, you can check if the RPI has detected the MIDI controller, by running amidi -l

pi@raspberrypi:~/Documents/processing-4.0b7 $ amidi -l
Dir Device    Name
IO  hw:2,0,0  Launch Control MIDI 1

If the command above does not show your MIDI controller, then the library will not detect it either.

Once you confirmed that the RPI has detected the controller, you can use the value under Device between brackets, like so:

controller = new LaunchControl(this, true, "Control [hw:2,0,0]");

image

@haschdl haschdl added the good first issue Good for newcomers label Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant