UStAEnts / x32-reflector

A simple module that polls x32 to send all parameter changes and then redirects them to a set of configured clients
0 stars 0 forks source link

Support for multiple X32s #2

Closed wlabarron closed 2 years ago

wlabarron commented 2 years ago

The ability to specify more than one X32 IP address in the config file, to support venues with multiple boards.

Vitineth commented 2 years ago

Addressed on https://github.com/ents-crew/x32-reflector/tree/feature/multi-x32 Should be ready for a production test - will upload new version for testing on Wednesday during training

Vitineth commented 2 years ago

Feedback on UI/UX is welcomed. Example instance shown below

image

wlabarron commented 2 years ago

Could the config file specify a name for each X32 device, so that the UI can say "X32" and "X32 Compact" or similar instead of primary/secondary?

Vitineth commented 2 years ago

They can indeed it's just not documented well! When specifying the IP and port, a name can so be provided. See https://github.com/ents-crew/x32-reflector/blob/release/1.1.0/src/index.ts#L22

On Mon, 11 Apr 2022, 11:01 Andrew Barron, @.***> wrote:

Could the config file specify a name for each X32 device, so that the UI can say "X32" and "X32 Compact" or similar instead of primary/secondary?

— Reply to this email directly, view it on GitHub https://github.com/ents-crew/x32-reflector/issues/2#issuecomment-1094848093, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACH7S3YU545WU6MQ5LKGC7DVEPZ6FANCNFSM5SM6JNZQ . You are receiving this because you were assigned.Message ID: @.***>

Vitineth commented 2 years ago

Merged with #8