/scales

Creative Musical Scales Tool

Primary LanguageRuby

Scales

ruby version rails version

Overview

Scales is a musical writing tool that can quickly generate scales, chords, and chord progressions. Scales and progressions can be listened to in the browser and the progression midi files downloaded for use in a DAW of choice.

Dependencies

Tone.js
Midilib
Milligram CSS

Installation

Install Dependencies

bundle install

yarn install

Setup Database (not currently used, but must exist)

bundle exec rails db:setup

Start Server

bundle exec rails s

Navigate to localhost:3000