Skip to content

Commit

Permalink
fix in midi port default and osc
Browse files Browse the repository at this point in the history
  • Loading branch information
tmhglnd committed Jul 18, 2022
1 parent 19e730e commit 91cb255
Show file tree
Hide file tree
Showing 2 changed files with 599 additions and 259 deletions.
8 changes: 8 additions & 0 deletions docs/03-emitter.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ new emitter osc name(osc2) address(myOSC) time(1/2)
// etc...
```

## sendOSC

You can enable/disable sending messages with the sendOSC function

```java
new emitter osc name(osc3) sendOSC(0)
```

## receiving

You can use osc adresses as arguments for other functions by putting the address as argument in the form: `/<address>/<tag>/<etc.>`. For example to control the `gain()` of a `sample` and the `note()` value of a `synth` enter the following:
Expand Down

0 comments on commit 91cb255

Please sign in to comment.