Add readme to orx-osc
This commit is contained in:
16
orx-osc/README.md
Normal file
16
orx-osc/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# orx-osc
|
||||
|
||||
Orx-osc is a wrapper around javaOSC
|
||||
|
||||
## Usage
|
||||
|
||||
```kotlin
|
||||
// PORT IN and OUT: 57110
|
||||
val osc = OSC()
|
||||
|
||||
osc.listen("/live/track2") {
|
||||
// do something
|
||||
}
|
||||
|
||||
osc.send("/maxmsp/filter", 500, "hz")
|
||||
```
|
||||
Reference in New Issue
Block a user