Giter Club home page Giter Club logo

harmonylab's Introduction

Overview

An Open-Source application for the study of music theory and keyboard skills that takes input from a MIDI keyboard and outputs staff notation. Various analytical vocabularies of melody and harmony are represented. As a practice aid and exercise platform that operates across aural, visual, and tactile domains, this tool accelerates the acquisition of fluency in certain fundamentals of tonal music.

Quickstart

$ git clone https://github.com/ospreyelm/HarmonyLab.git harmony
$ cd harmony
$ pipenv install
$ ./manage.py migrate
$ ./manage.py runserver

You should now be able to run the application on your localhost at http://127.0.0.1:8000.

Supported Web Browsers

Chrome is currently the only browser supported, being the single browser that implements the WebMIDI specification.

Heroku Deployment

This application can be deployed to any platform that supports python and django. One such example is heroku, a cloud platform as a service provider, which makes it easy to deploy changes directly from the git repository.

Create a Heroku app with the Python buildpack and the Herok Postgres add-on. Deploy from the desired branch of this Github repository; automatic deploys are good for testing the basic playing interface, but these should be disabled when creating course and exercise data.

The required Config Variables that should be added on the app settings page are as follows:

SECRET_KEY = YOUR_RANDOM_LONG_PASSWORD
DJANGO_SETTINGS_MODULE = harmony.settings.heroku
ALLOWED_HOSTS = ["yoururl.com"]
LTI_OAUTH_CREDENTIALS = {"your_lti_key":"your_lti_secret"}

To create an admin account for creating course and exercise data, use the Heroku CLI as follows:

$ heroku login # one-time setup
$ heroku apps # view app names for your login
$ heroku run python manage.py migrate --app HEROKU_APP_NAME
$ heroku run python manage.py createsuperuser --app HEROKU_APP_NAME

harmonylab's People

Contributors

arthurian avatar avnerdorman avatar irwinli2014 avatar ospreyelm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.