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

https://github.com/markmatney/musical-scales-d3

I wanted to learn D3, so I built this tool for visualizing the intervals within a musical scale.
https://github.com/markmatney/musical-scales-d3

educational music-theory visualization

Last synced: over 1 year ago
JSON representation

I wanted to learn D3, so I built this tool for visualizing the intervals within a musical scale.

Awesome Lists containing this project

README

          

# Setup

First, make sure you have Node and Gulp installed globally:
```Shell
npm install --global gulp-cli
```

Get the code, then

```Shell
cd musical-scales-d3
npm install
gulp
```