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.
- Host: GitHub
- URL: https://github.com/markmatney/musical-scales-d3
- Owner: markmatney
- License: mit
- Created: 2016-04-03T10:13:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T07:33:48.000Z (almost 9 years ago)
- Last Synced: 2025-01-24T05:29:36.277Z (over 1 year ago)
- Topics: educational, music-theory, visualization
- Language: JavaScript
- Homepage: https://musical-scales-d3.herokuapp.com/
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```