https://github.com/darosh/progression
Interactive chord progression maps Web MIDI app
https://github.com/darosh/progression
Last synced: 2 months ago
JSON representation
Interactive chord progression maps Web MIDI app
- Host: GitHub
- URL: https://github.com/darosh/progression
- Owner: darosh
- License: mit
- Created: 2019-09-27T21:19:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T11:43:42.000Z (over 1 year ago)
- Last Synced: 2025-01-25T16:41:56.988Z (4 months ago)
- Language: Vue
- Homepage: https://darosh.github.io/progression/
- Size: 5.57 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Progression
> Interactive chord progression maps Web MIDI app based on [mugglinworks.com](http://mugglinworks.com/chordmaps/)
## Demo
[https://darosh.github.io/progression/](https://darosh.github.io/progression/)
## To do / Random ideas
- [ ] Touch / pen velocity?
- [ ] Polyharmony (piano preview) ...as option?
- [ ] Highlight T/D/S?
- [ ] Redesign node joints
- [ ] MDI input? For pads? For chord recognition?
- [ ] Do not dim at home?
- [ ] Continuous multiple ripples
- [ ] Keep explicit bass on inversion
- [ ] Merge aliases in pads view
- [ ] More charts / progressions / layouts
- [ ] Optimize## Project setup
```
pnpm install
```### Compiles and hot-reloads for development
```
pnpm run serve
```### Compiles and minifies for production
```
pnpm run build
```### Run your tests
```
pnpm run test
```### Lints and fixes files
```
pnpm run lint
```### Run your unit tests
```
pnpm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).