From 86d285c2c588bc0d5c25c8a656c52b5037c73810 Mon Sep 17 00:00:00 2001 From: Stephen Eisenhauer Date: Sun, 25 Feb 2024 13:37:44 -0800 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index beab1e6..dca289b 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,42 @@ # Prelude -[![Build Status](https://travis-ci.org/BHSPitMonkey/Prelude.svg?branch=master)](https://travis-ci.org/BHSPitMonkey/Prelude) - -A web application made for practicing reading sheet music, and perhaps more. +A web application made for practicing reading sheet music, pitch recognition / ear training, and perhaps more. This project is still in development. -Use Prelude now by visiting: https://www.getprelude.net +Use Prelude in your browser by visiting: https://www.getprelude.net + +## Features + +- 📱 **Works on any mobile or desktop device with a browser** (no installation necessary) +- ✈️ **Works offline** (so you can keep practicing in the subway, on a plane, etc.) +- 🎹 **Supports MIDI keyboards** (and other input devices) +- ⬇️ **Supports installation** ("Add to Home Screen" on mobile and run full-screen from your app launcher) ## Practice Modes - + - + + + + +

Sight Reading Practice

Read the note(s) on the staff and see how quickly you can identify it. Instead of using the on-screen keys, you can also connect a MIDI keyboard and play the notes physically (Android or desktop only). Answering correctly generates a random new question.

Perfect Pitch Practice

Hear a pitch and try to identify it. Also supports input from a MIDI keyboard, as with the Sight Reading Practice mode.

+

Free Play

+

Play notes (using the on-screen keys or a MIDI keyboard) and see them instantly displayed on a staff.

+
## Build @@ -39,7 +51,7 @@ To run the local test server (using webpack): To build: - npm run make-dist + npm run build ## License