Tool to transcribe input notes into musical rhythms. Notes take the form of timestamp values of the note occurrence, such as those coming from an audio file.
Eventually I'll have it compiled to WASM to use in webapps, with a guide for that coming when that's done.
For VSCode:
- Install the C/C++ extension for VSCode.
- Install a compiler (MinGW example)
- Run/debug button in upper right, idk figure it out
Unfortunately, it may only work on Windows at the moment until I figure out standard build tools.