Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 744 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 744 Bytes

max-air-guitar

Strum on your air guitar in Max. Uses MediaPipe and mi-gen~.

Setup

There shouldn't be anything you need to do here. Simply open the Max project at max-air-guitar/max-air-guitar.maxproj and you should be good to go.

Rebuilding the interface

This project uses a simple webpage hosted in a jweb object for hand tracking. If you'd like to change the behavior of the page, then you'll need to recompile the TypeScript code at ts/handpose.ts. You'll need to run some basic npm commands to get set up.

npm install
npm run pack

This will install the MediaPipe dependencies and rebuild the JS bundle.