A Node for Max project that hosts locally a stopwatch website, controlled via Max.
Musical ensemble often need to keep track of the length of their performances while playing, that is typically done with multiple stopwatches, however, starting and stopping them synchronously might get tedious especially when rehearsing, this project is aiming to ease that process.
Open stopwatch.maxpat
file.
- Reverse time
- Full screen
- Prevents device from sleeping
- Custom format
This project's front end (client) JavaScript code is handled by webpack, if you wish to edit it make sure you edit the files in the src
folder and run npm start
on the project's root path before testing.