Skip to content

gmoe/InC_WebApp

 
 

Repository files navigation

LUTE's In C App (Web Edition)

This is a Web Audio-based reimplementation of the Loyola University Technology Ensemble's Max application for performing Terry Riley's 'In C'. It is currently in active development and should be considered alpha-quality. After completion, this app should support most modern browsers and have a responsive design supporting mobile, tablets, and laptops.

Development

Prerequisites

Live Development

If you are contributing to this project there is a build script that will watch the source directory for any changes, dynamically rebuild the JS and CSS bundles, and host a web server. Requires npm:

$ npm run serve

Deploying new releases

Releases are hosted on GitHub and generated from the upstream gh-pages branch of this repository. Deploying a new release is handled by an npm build script. Only LUTE members are able to deploy new releases, but if you happen to be creating your own fork this should work for you assuming that your remote is called upstream.

$ npm run deploy

About

Web Audio version of the 'In C' Max standalone (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • LilyPond 88.6%
  • CSS 5.0%
  • JavaScript 3.9%
  • HTML 2.1%
  • Shell 0.4%