lgoette / Prismatik-ArtNet

Prismatik Plugin - Controll DMX devices with Prismatik via Art-Net
9 stars 0 forks source link

Simple RGB Fixtures? #1

Open himijendrix24 opened 6 months ago

himijendrix24 commented 6 months ago

Is it possible to define RGB fixtures without a dimmer channel? I was testing the plugin with some WS2811 fixtures but defining:

[Fixture_001]
range=1,3
mapping=RGB

results in

ERROR-05: R/G/B/D is not in Fixture_001s Mapping

It has to be

[Fixture_001]
range=1,4
mapping=RGBD
lgoette commented 3 months ago

By now the dimmer channel is mandatory. To make it optional should be an easy fix. Ill look into it :) A current workaround would be defining it as a 4 channel fixture with a dimmer, since the dimmer is always set to 255 anyways. You then need to setup the next fixture with skipping one channel. Sorry for the late reply. I didn't recognize the issue till now.