Emmanouil Karystinaios

Results 19 issues of Emmanouil Karystinaios

### Faster and more Robust Kern Import **Updates** - Using `numpy.readtxt` to ensure fast parsing and correct typesetting. - Two versions of import: 1. Same number of voices from beginning...

enhancement

### Import for DCML corpora tsv files **DONE** - functional import with the possibility to include only notes, or notes, measures and harmony. - Dependency in pandas - Some updates...

enhancement

This PR addresses a minor improvement on symbolic duration estimation for composite duration, i.e. tied notes or multiple rests. We make this a standard on the rest infilling function in...

enhancement

Hello, with this issue I would like to address the way the partitura tests are handled. This issue doesn't actually concern the partitura package code but only the test handling....

invalid

Add methods to infer root and bass notes. Also add PC sets for the `ChordSymbol` and `RomanNumeral` classes. This will need to move globals to a new folder since it...

enhancement

Add Support for Renaissance-specific score attributes such as: - Triplet Whole notes in Kern - Breve Note durations in Kern - Dotted Breve in Kern - Measure rest when a...

enhancement

I propose to move all Globals of partitura to a file in utils called `globals.py` to avoid future circular import errors and for maintaining consistency.

bug

Midi export should have a default value for Tempo if the tempo is not available or not specified on the score then, for completeness, when it is imported in a...

enhancement

A parser that can create scores and notes from the tsv tables that are available in the dcml repositories found [here](https://github.com/DCMLab/dcml_corpora). Additionally, adds the possibility to parse the harmony, phrase...

enhancement

Hello @sildater , @neosatrapahereje , @fosfrancesco , @huispaty , or anyone interested in helping. I started parsing some large datasets in Kern and notices a lot of errors going on....

help wanted