spacemanspiff2007 / PyArtNet

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

Upgrade the max FPS #17

Closed Breina closed 1 year ago

Breina commented 1 year 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 1 year ago

Thanks!