An open API service indexing awesome lists of open source software.

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

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/).