diff options
author | cbdev <cb@cbcdn.com> | 2018-02-28 17:05:56 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2018-02-28 17:05:56 +0100 |
commit | 2477edba0ae270a337f284ac7862d172f66a0303 (patch) | |
tree | e03418eb4127e796a13910686e4309669e247b00 /README.md | |
parent | a16094253ba19f2e7123029eb80fba52b0d192b6 (diff) | |
download | midimonster-2477edba0ae270a337f284ac7862d172f66a0303.tar.gz midimonster-2477edba0ae270a337f284ac7862d172f66a0303.tar.bz2 midimonster-2477edba0ae270a337f284ac7862d172f66a0303.zip |
Update ArtNet configuration syntax, add mm_timestamp API
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -74,10 +74,10 @@ fixture control. | Option | Example value | Default value | Description | |---------------|-----------------------|-----------------------|-----------------------| -| `net` | `0` | `0` | ArtNet net to use | -| `uni` | `0` | `0` | ArtNet universe to use| -| `dest` | `10.2.2.2` | none | Destination address for sent ArtNet frames. Setting this enables the universe for output | -| `iface` | `1` | `0` | The bound address to use for data input/output | +| `net` | `0` | `0` | ArtNet `net` to use | +| `universe` | `0` | `0` | Universe identifier | +| `destination` | `10.2.2.2` | none | Destination address for sent ArtNet frames. Setting this enables the universe for output | +| `interface` | `1` | `0` | The bound address to use for data input/output | #### Channel specification |