diff options
author | cbdev <cb@cbcdn.com> | 2017-06-04 02:30:17 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2017-06-04 02:30:17 +0200 |
commit | 5d0ee3b301ca012c81adbf57042f7054ee45808c (patch) | |
tree | 05e2d5bf18541e513bbed191b2e91107fb312793 /artnet.h | |
parent | b7e009a98698c4ed81b16cbc274a3b47793c1bab (diff) | |
download | midimonster-5d0ee3b301ca012c81adbf57042f7054ee45808c.tar.gz midimonster-5d0ee3b301ca012c81adbf57042f7054ee45808c.tar.bz2 midimonster-5d0ee3b301ca012c81adbf57042f7054ee45808c.zip |
Add readme, flesh out backends
Diffstat (limited to 'artnet.h')
-rw-r--r-- | artnet.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,3 +8,8 @@ static channel* artnet_channel(instance* instance, char* spec); static int artnet_set(size_t num, channel* c, channel_value* v); static int artnet_handle(size_t num, int* fd, void** data); static int artnet_shutdown(); + +typedef struct /*_artnet_instance_model*/ { + uint8_t net; + uint8_t uni; +} artnet_instance_data; |