JSConfBp / stage-control

MIT License
1 stars 0 forks source link

Use currently active color to control lights in the venue #1

Open TimPietrusky opened 4 years ago

TimPietrusky commented 4 years ago

It would be really nice to use the currently active color to also control the lights in the venue.

I suggest you look into luminave and WebUSB DMX512 Controller as those two projects are also open source and can be easily integrated into other solutions. If you need anything feel free to ping me.

Disclaimer

I'm the creator of both luminave and WebUSB DMX512 Controller.

necccc commented 4 years ago

Great idea!

As the stage state is available through API or ws, I can imagine a hw box that has the logic to translate stage state to dmx.

Thx!

greg-nagy commented 4 years ago

That's what I want to work on when i find the time :)

On 2019. Sep 30., Mon at 11:27, Szabolcs Szabolcsi-Toth < notifications@github.com> wrote:

Great idea!

As the stage state is available through API or ws, I can imagine a hw box that has the logic to translate stage state to dmx.

Thx!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JSConfBp/stage-control/issues/1?email_source=notifications&email_token=AB2VPABESEVXXYXCJG4MRU3QMHICFA5CNFSM4I3XMI22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD75F5GQ#issuecomment-536501914, or mute the thread https://github.com/notifications/unsubscribe-auth/AB2VPAF7SY32IL2A52PE76DQMHICFANCNFSM4I3XMI2Q .

-- Üdv: Gergő

GERGO NAGY

CEO, Project Manager | @_puffancs https://twitter.com/_puffancs | +36 70/945-34-45

TimPietrusky commented 4 years ago

luminave does already provide a GraphQL-API. So you either implement against that or create a module that can translate the stage state into something that luminave understands. I'm already doing something like this with the Space Ship simulator Thorium. So when you have the requirements ready, then I can help you to transform this into DMX.

necccc commented 4 years ago

Love the idea of GraphQL here! Since the stage state holds many info that may be irrelevant for different usecases (the venue info screens only used the upcoming schedule and the event type for example)