emilyperica / ScoreGen

An audio to sheet music generator.
Other
1 stars 3 forks source link

ScoreGen

Developer Names: Emily Perica, Ian Algenio, Jackson Lippert, Mark Kogan

Date of project start: Sept 16/2024

This project is an audio to sheet music generator. More information to come!

The folders and files for this project are as follows:

docs - Documentation for the project
include - C++ headers
refs - Reference material used for the project, including papers
scripts - Run and build scripts
src - Source code
test - Test cases

Development

  1. Install the vcpkg package manager.
  2. Run and build using CMake - if using the build scripts, note that cleanBuild.sh will entirely remove and rebuild dependencies from source which is usually only necessary if you've edited CMakeLists.txt.