haschdl / haschdl/pLaunchController

Include documentation for Raspberry PI

Open
#12 0 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
HTML
Stars
14
Forks
3
PR merge metrics
No merged PRs in 30d

Description

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`

```bash
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:
```Java
controller = new LaunchControl(this, true, "Control [hw:2,0,0]");
```

![image](https://user-images.githubusercontent.com/9550197/163181519-e19db506-6d1c-4daa-96e7-b436cfe3bd97.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.