Skip to content

Commit

Permalink
[dmx] Start work on artnet recording
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Feb 21, 2024
1 parent 2a1aded commit 4cfd287
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ossia/protocols/artnet/dmx_buffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ struct dmx_config
just_index // "123"
} autocreate{no_auto};
bool multicast{true};
enum
{
source, // ossia sends DX
sink // ossia receives DMX
} mode{source};
};

struct dmx_buffer
Expand Down

0 comments on commit 4cfd287

Please sign in to comment.