Skip to content
Snippets Groups Projects
  1. Nov 24, 2021
  2. Sep 24, 2021
  3. Sep 23, 2021
    • Michael Schmidt's avatar
      Change udp parsing to use 'read' instead of 'readBytes' · 4504d84f
      Michael Schmidt authored
      Verified the parsing of udp packets when using visualizer patterns was
      taking ~ 1000ms, resulting in a very low fps when using these particular
      patterns. Narrowed the timing down to Udp.readBytes(). After being
      unable to find a solid reference for readBytes or why it might be taking
      so long to return, I tested with a simple 'read()' call and am now
      getting normal speeds from the visualizer patterns.
      
      issue #204
      4504d84f
  4. Feb 21, 2021
  5. Feb 14, 2021
  6. Feb 13, 2021
  7. Feb 12, 2021
  8. Feb 11, 2021
  9. Feb 10, 2021
  10. Feb 08, 2021
  11. Feb 07, 2021
  12. Feb 06, 2021
  13. Feb 05, 2021
  14. Feb 04, 2021
  15. Jan 31, 2021
  16. Jan 25, 2021
  17. Jan 20, 2021
Loading