https://github.com/sustained/sforzando
A tool to experiment with music harmony, learn music theory and compose music.
https://github.com/sustained/sforzando
arpeggio chord circle-of-fifths degree harmony interactive learning major minor music music-harmony music-theory music-theory-apps piano piano-keyboard piano-roll progression scale vue vuejs
Last synced: about 1 month ago
JSON representation
A tool to experiment with music harmony, learn music theory and compose music.
- Host: GitHub
- URL: https://github.com/sustained/sforzando
- Owner: sustained
- Created: 2019-06-30T15:03:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:05:33.000Z (over 2 years ago)
- Last Synced: 2025-04-12T05:45:17.317Z (about 1 month ago)
- Topics: arpeggio, chord, circle-of-fifths, degree, harmony, interactive, learning, major, minor, music, music-harmony, music-theory, music-theory-apps, piano, piano-keyboard, piano-roll, progression, scale, vue, vuejs
- Language: Vue
- Homepage: https://sforzando.herokuapp.com/
- Size: 87.4 MB
- Stars: 47
- Watchers: 1
- Forks: 8
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sforzando
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).