Skip to content

RichardFreedman/ema_react_app-1

 
 

Repository files navigation

CRIM Intervals Highlighter React App

The CRIM Intervals Highlighter React App is a cutting-edge web application designed for musicologists, researchers, and enthusiasts focusing on the analysis of musical intervals within the context of the CRIM (Citations: The Renaissance Imitation Mass) project. Leveraging the Enhancing Music Notation Addressability (EMA) expressions, this tool allows for the visualization and highlighting of specific intervals or passages within music scores, utilizing URLs to music pieces in MEI (Music Encoding Initiative) format. When used with CRIM intervals, it is particularly adept at enabling users to focus on and analyze distinct sections of a score.

Features

  • Dynamic Music Score Rendering: Renders music scores from MEI format URLs.
  • EMA Expression and CRIM Interval Highlighting: Highlights sections of a music score based on Enhancing Music Notation Addressability (EMA) expressions and can be used in conjunction with specified CRIM intervals, allowing for in-depth analysis of specific musical elements.
  • User-Friendly Interface: Provides an intuitive interface for users to input URLs, EMA expressions, and trim intervals for immediate score analysis and visualization.
  • Responsive Design: Optimized for various devices, ensuring accessibility and a seamless user experience across platforms.

Example Usage

Example Usage in Jupyter or Colab Notebook Example Output of Rendering Example link

Getting Started

To get the CRIM Intervals Highlighter React App running locally for development and testing, follow these instructions.

Prerequisites

You'll need the following installed on your system:

Installation

  1. Clone the repository:
git clone https://github.com/eleon024/ema_react_app.git
  1. Navigate to the project directory:
cd ema_react_app
  1. Install dependencies:
yarn install

or

npm install
  1. Start the development server:
yarn start

or

npm start

Now, the app should be running on http://localhost:3000/. Append your query parameters (pieceURL, ema_expression, measure_range, and observation) to the URL to test its functionality.

Contributing

Contributions are welcome! Please open an issue first to discuss your proposed changes. Ensure to update tests as appropriate.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.2%
  • HTML 36.3%
  • CSS 3.5%