mattfelsen / ofxMyoWebSockets

openFrameworks addon for working with the Myo armband over WebSockets
13 stars 4 forks source link

Pass around references instead of pointers for Armbands #2

Open mattfelsen opened 9 years ago

mattfelsen commented 9 years ago

This way we'll get consistent usage of *armband vs &armband within the addon and for projects using the addon, and get away from dereferencing weirdness when emitting events