postprocessors¶
Classes
Manual Ottava Handler. |
|
Ottava Handler. |
|
Verbose Ottava Handler. |
-
class
pang.postprocessors.ManualOttavaHandler(n=1)¶ Manual Ottava Handler.
Attributes Summary
Call self as a function.
Special methods
-
overridden
__call__(voice)¶ Call self as a function.
Read-only properties
-
n¶
-
overridden
-
class
pang.postprocessors.OttavaHandler¶ Ottava Handler.
Attributes Summary
Call self as a function.
Special methods
-
overridden
__call__(voice)¶ Call self as a function.
-
overridden
-
class
pang.postprocessors.VerboseOttavaHandler(high_threshold=32, low_threshold=- 31)¶ Verbose Ottava Handler.
Attributes Summary
Call self as a function.
Special methods
-
overridden
__call__(voice)¶ Call self as a function.
Read-only properties
-
high_threshold¶
-
low_threshold¶
-
overridden
Functions
Pad voices with grace skips to fix the spacing issue with full-length tuplet brackets. |
-
pang.postprocessors.pad_voices_with_grace_skips(voices)¶ Pad voices with grace skips to fix the spacing issue with full-length tuplet brackets.