jdxi_editor.ui.editors.effects.dispatch_stats

Classes

DispatchStats

Module Contents

class jdxi_editor.ui.editors.effects.dispatch_stats.DispatchStats[source]
applied: List[str][source]
skipped: List[str][source]
failed: List[str][source]
successes: List[str][source]
record_applied(name: str)[source]
record_skipped(name: str)[source]
record_failed(name: str)[source]
property attempted: int[source]
property coverage: float[source]
property success_rate: float[source]