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
- Host: GitHub
- URL: https://github.com/bafs/equal-temperament-playground
- Owner: BafS
- Created: 2022-02-05T22:25:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T21:34:36.000Z (over 1 year ago)
- Last Synced: 2025-07-06T10:49:51.962Z (11 months ago)
- Topics: equal-temperament, music, music-theory, xenharmonic
- Language: Svelte
- Homepage: https://bafs.github.io/equal-temperament-playground/
- Size: 127 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Equal temperament playground
> Playground page to play with any equal temperament tuning system.

## Dev
- `npm i`
- `npm run dev`
## Building and running in production mode
To create an optimised version of the app:
```bash
npm run build
```