spacemanspiff2007 / PyArtNet

"Python wrappers for the Art-Net protocol to send DMX over Ethernet"
GNU General Public License v3.0
70 stars 14 forks source link

Upgrade the max FPS #17

Closed Breina closed 2 years ago

Breina commented 2 years ago

The max framerate of DMX streaming protocols is 44, not 40. The default is already 25; if the user of the API requests more than 40, why not let them?

Breina commented 2 years ago

Thanks!