mixer / interactive-cpp

C++ SDK for Mixer Interactivity
MIT License
25 stars 56 forks source link

Count elements not bytes in sample for array length #70

Closed arhoads closed 6 years ago

arhoads commented 6 years ago

Currently this doesn't cause any problems because all these arrays are chars, but it is dangerous if the type is ever changed.