pyampact.symbolicUtils.combineUnisons

pyampact.symbolicUtils.combineUnisons(col)[source]

Helper function for the notes method.

Combine consecutive unisons in a given voice. Non-first consecutive unisons will be removed.

Parameters:

col – A pandas Series representing a voice.

Returns:

The same pandas Series with consecutive unisons combined.