Max MSP external for automatic k-shot gesture classification of MPU-6050 real-time measurement data.
For usage, put the project folder into 'Max 8/Packages' and start Max.
Build instructions for Win64:
- build the project in
build
usingcmake ..
- build the
grt
third-party library the same way but inthird_party/grt/build/tmp
and then compile the .lib using VS2019 on the ALL_BUILD VS project file - link to the built
grt.lib
in the main project following the steps described at the bottom of : https://github.com/nickgillian/grt/tree/master/build - build the external using VS2019 on the Gexture VS project file in
build
.
- MAX MSP external loading
error 126
: put a copy ofgrt.dll
(compiled in the steps mentioned above) inC:\Windows\System32
. Code 126 seems to be a windows dependency error (see: https://cycling74.com/forums/error-126-loading-external and worldmaking/Max_Worldmaking_Package#23)