17.10.2016, 12:36
I use the latest dmx library from:
https://gist.github.com/jsopenrb/f97f85f...c6766aae6a
i have the following handler:
But i can only set 3 channels (default in the library), not the 8 i set in de handler.
What do i wrong?
https://gist.github.com/jsopenrb/f97f85f...c6766aae6a
i have the following handler:
Code:
if not d then
d = DMX:init({
channels = 8,
})
end
d:run()
But i can only set 3 channels (default in the library), not the 8 i set in de handler.
What do i wrong?