COMP 4905 Honours Project (Winter 2020)
Author: Runhe Zhong
Student #: 101016659
Updated: 17 April 2020
The purpose of this project is to build an application, which can combine the playback and PDF charts or chord sheets together. Users should be able to point at any part of the document and the corresponding music should resume playing from that point.
- resume playing music from any part of the document
This project will be a Node.js based web application, which combines playback with PDF documents. Users should be able to point at the chart and resume playing from that point using this application.
- Go to the project root directory and run
npm installto install packages. - Run
npm testto run the server. - Go to http://localhost:3000/musics to run the application.
- Use
ctrl + Cto kill the server.