pianoplayer icon indicating copy to clipboard operation
pianoplayer copied to clipboard

Automatic fingering generator for piano scores

Results 23 pianoplayer issues
Sort by recently updated
recently updated
newest added

Installing `pianoplayer` without Anaconda is possible with the following steps: 1. If python is not already installed download it from https://www.python.org/downloads/windows/ (choose preferably version 3.6) and install it the usual...

Info

Hello, I have trouble getting the hand information from the XML file. How can I check which hand's fingering is happening at a particular note ?

"pip install pianoplayer" gives ERROR: Cannot install pianoplayer==1.0.0, pianoplayer==1.1.0, pianoplayer==1.1.1, pianoplayer==2.0.0, pianoplayer==2.0.1, pianoplayer==2.0.4, pianoplayer==2.0.5, pianoplayer==2.0.6, pianoplayer==2.0.7 and pianoplayer==2.1.0 because these package versions have conflicting dependencies.

Hello. I'm trying to visualize my MIDI file with this command: ```sh pianoplayer midi_file.midi -vz ``` However, the command fails with these errors: ``` [vedo.mesh.py:463] ERROR: texture file wood1 does...

After the program is finished processing, there is no output.xml file, or it is nowhere to be found. The first time running the program, it was found in the folder,...

Hi, I am trying to understand the data in the INote class, in particular self.time and self.duration https://github.com/marcomusy/pianoplayer/blob/master/pianoplayer/scorereader.py#L20 What are their units ? Are they measured in seconds or are...

I'm trying to get this set up on a Windows 10 machine and since I don't know what I'm doing I'm having a bit of trouble. I set up a...

I'll attempt to borrow your ideas and/or code into Open Lilybot... Lilypond is a useful format for sheet music engraving: https://discord.bots.gg/bots/830798208158138388

Because MusicXML is nice for further editing, printing oder PDF output, but not ideal (and sometimes tricky or buggy) for automatic reading e.g. in player applications. The idea is to...

enhancement