An open API service indexing awesome lists of open source software.

https://github.com/bafs/equal-temperament-playground

Equal temperament playground
https://github.com/bafs/equal-temperament-playground

equal-temperament music music-theory xenharmonic

Last synced: 4 months ago
JSON representation

Equal temperament playground

Awesome Lists containing this project

README

          

# Equal temperament playground

> Playground page to play with any equal temperament tuning system.

![](https://i.imgur.com/VDXI0gK.png)

## Dev

- `npm i`
- `npm run dev`

## Building and running in production mode

To create an optimised version of the app:

```bash
npm run build
```