- A prototype tool to analyse MEI files, highlight sections and patterns, and compare them to other MEI files.
- Part of the research project ECHOES from the Past: Unveiling a Lost Soundscape
- The tool is available at: https://echoes-from-the-past.github.io/PAM/
- There are two major functionalities:
- Search filters: perform a search of the selected corpus with filters and options to highlight desired patterns.
- Analysis: compare MEI files and highlight the differences.
- See the project's wiki for more information: PAM User Guide - Wiki
- Using your own MEI files? See: Working with your own MEI files - Wiki
- For developers: General Developer Guide
- Frontend development:
- Vite - Frontend toolchain (dev, build)
- Verovio - render chants onto the browser
- Svelte - Frontend component framework
- TailwindCSS - styling for components
- Bits-UI - Svelte headless components library
- Backend/database development:
- xml2js - Parse XML documents into JSON
- @octokit/core - Access GitHub API to access
.mei
files from GABCtoMEI repository