Skip to content

An application that creates chord progressions. The app uses to Tonal.js and Tone.js to create chord progressions and allows users to preview and save their favorite progressions.

Notifications You must be signed in to change notification settings

michaelwwalker42/Song-Starter-3000

 
 

Repository files navigation

Song Starter 3000

license

song-starter-screenshot

Description

This application is a song writing tool that creates chord progressions, will play samples of the chords, and allows users to save their favorite progressions.

Table of Contents

Deployment

The site is hosted by Heroku, and uses JawsDb MySQL database.
Click here to go to site

Technologies

Usage

Press the button to create a random chord progression, then click on the chords to hear how they sound. Or sign up to choose what key and how many chords you'd like in the progression. Users can optionally save the progression for future reference.
song-starter-demo

Tests

Jest was used for testing.
npm run test to test the helper functions

Contributors

Future

Some features we'd like to add in the future:

  • More chord variety (sus chords, chord extensions, etc.)
  • Piano and guitar diagrams to demonstrate how to play chords
  • ability to create midi files from the chord progressions
  • option to randomly select a tempo

License

MIT License

Copyright (c) 2022 Michael Walker

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

An application that creates chord progressions. The app uses to Tonal.js and Tone.js to create chord progressions and allows users to preview and save their favorite progressions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.6%
  • Handlebars 25.9%
  • CSS 3.5%