https://github.com/tomansion/vocal-range-viewer
Vocal Range Viewer helps singers visualize, explore, and better understand their vocal range.
https://github.com/tomansion/vocal-range-viewer
Last synced: 2 months ago
JSON representation
Vocal Range Viewer helps singers visualize, explore, and better understand their vocal range.
- Host: GitHub
- URL: https://github.com/tomansion/vocal-range-viewer
- Owner: Tomansion
- Created: 2025-05-02T11:34:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-02T15:47:45.000Z (5 months ago)
- Last Synced: 2025-05-21T00:19:35.915Z (5 months ago)
- Language: TypeScript
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vocal Range Viewer
helps singers map and visualize their vocal range on a piano keyboard.
## Features
- Enter lowest & highest notes, chest/head voice boundaries
- Interactive piano highlighting selected keys## Installation
```bash
npm install
```## Development Server
```bash
npm start
# or
ng serve --open
```## Build
```bash
ng build --prod
```## Docker Build
```bash
docker build -t vocal-range-viewer .docker run -p 80:80 vocal-range-viewer
```