Skip to content

charlie-rbchd/polyscribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polyscribe

Polyscribe is an easy-to-use polyphonic multi-track audio to sheet music converter.

Prerequisites

Installation

Dependencies (music21, numpy, scipy, matplotlib & ObjectListView) can be installed using pip:

pip install -r requirements.txt

How to use

Polyscribe can be either used in command-line mode or in graphical mode (with a GUI). When the program is invoked without any command-line argument, that is python polyscribe.py, the GUI is launched. Otherwise, the program is launched in command-line mode. A list of the arguments that can be specified is available using the help command: python polyscribe --help.

Bundling

Polyscribe can be bundled into Mac OS or Windows applications using pyinstaller, which can be installed using pip:

pip install pyinstaller

Then, to bundle the application, run the following:

pyinstaller polyscribe.py --windowed --hidden-import=scipy.special._ufuncs_cxx

About

Convert polyphonic multi-track audio to sheet music.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages