score
Home
Classes
Namespaces
Files
Loading...
Searching...
No Matches
DMXFixtureInstantiation.hpp
1
#pragma once
2
#include <ossia/detail/config.hpp>
3
4
#if defined(OSSIA_PROTOCOL_ARTNET)
5
6
namespace
ossia::net
7
{
8
class
generic_device;
9
struct
dmx_buffer;
10
}
11
namespace
Protocols
12
{
13
namespace
Artnet
14
{
15
struct
Fixture;
16
}
17
void
addArtnetFixture(
18
ossia::net::generic_device& dev, ossia::net::dmx_buffer& buffer,
19
const
Artnet::Fixture& fix,
int
channels_per_universe);
20
}
21
#endif