Hundemeier / sacn

A simple ANSI E1.31 (aka sACN) module for python.
MIT License
47 stars 21 forks source link

sender[] indexes are universe IDs #12

Closed johnemajor closed 3 years ago

johnemajor commented 5 years ago

It was not completely obvious from the example in the readme that the array indexes in 'sender' were the universe id's specified in sender.activate_output(#). It took me a bit of puzzling to figure that out. Please consider clarifying this in the Readme.

Otherwise, this library is a lifesaver and helps me get around some serious limitations I was hitting with OLA (namely that they keep you to <= 32 universes!).

Thanks for writing this.

jem

Hundemeier commented 4 years ago

Isn't the sentence found below the example enough?

You can activate an output universe via activate_output(<universe>) and then change the attributes of this universe via sender[<universe>].<attribute>.