Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 758 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 758 Bytes

Max WSS Stopwatch

A Node for Max project that hosts locally a stopwatch website, controlled via Max.

Motivation

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.

Examples

Open stopwatch.maxpat file.

Features

  • Reverse time
  • Full screen
  • Prevents device from sleeping
  • Custom format

Development

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.