Open Yahyylbg opened 10 months ago
This library isn't really built to support multiple interfaces like that. Your best bet would probably be creating multiple controllers, or writing yourself a custom controller that can handle outputting to multiple interfaces simultaneously. Or, stick to using a single interface and just daisy-chain your fixtures together.
This library isn't really built to support multiple interfaces like that. Your best bet would probably be creating multiple controllers, or writing yourself a custom controller that can handle outputting to multiple interfaces simultaneously. Or, stick to using a single interface and just daisy-chain your fixtures together.
Thanks for responding. I've tried creating two controllers, importing two JSON files and using them accordingly, still not working. And it seems that if I plug in which interface first, the controller's output will only be fully output from this interface to the lighting fixture. It should be feasible to write a controller to divert signal output or rewire the lighting fixtures to a single interface. But I'm afraid I don't have the ability to write a custom controller. Let me try the latter.
Hi Matt! I‘m currently trying to use this library for a lighting project. I use USB to DMX interface cables with FT232R chip. I used "zadig" to flash the driver of interface to libusb-win32 and successfully dim the light on PC using Python! Thankyou :)
But I found when I plug two dongles in my PC, it seems that it can only control one of them. Luminaires of the other cable won't work. Does this library support multiple interface to work simultaneously?
I am not a programmer. If I question something wrong please forgive me. And here's my code:
And the json: