Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:05:33.000Z (almost 2 years ago)
- Last Synced: 2023-08-06T03:53:40.311Z (over 1 year 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: 40
- Watchers: 2
- Forks: 7
- 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/).