Requires at least MaxMSP 8 for sonification. To run without Max, comment out "const maxAPI = require("max-api");" in server.js. You can then run the server.js script with node
How to run:
- Clone repo
- Make sure Max 8 is installed
- Get a Groq API key
- Create a .env file in the repo directory with "GROQ_API_KEY=YOURKEYHERE"
- NPM install node packages
- Open start.maxpat, click on large trigger in the top left and turn on audio
- Go to http://localhost:8000/
- Enjoy!!!