Update README.md
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
A minimal and limited library for Midi controllers. Orx-midi is a wrapper around javax.midi.
|
||||
|
||||
## usage
|
||||
## Usage
|
||||
|
||||
```kotlin
|
||||
|
||||
@@ -17,3 +17,7 @@ dev.controlChanged.listen {
|
||||
println("${it.channel} ${it.control} ${it.value}")
|
||||
}
|
||||
```
|
||||
|
||||
## Further reading
|
||||
|
||||
The OPENRNDR guide has a [section on orx-midi](https://guide.openrndr.org/#/10_OPENRNDR_Extras/C04_Midi_controllers) that provides step-by-step documentation for using orx-midi in combination with OPENRNDR.
|
||||
|
||||
Reference in New Issue
Block a user