LICENSE
README.md
pyproject.toml
source/nauert/__init__.py
source/nauert/_version.py
source/nauert/attackpointoptimizers.py
source/nauert/gracehandlers.py
source/nauert/heuristics.py
source/nauert/jobhandlers.py
source/nauert/py.typed
source/nauert/qeventproxy.py
source/nauert/qevents.py
source/nauert/qeventsequence.py
source/nauert/qgrid.py
source/nauert/qschemaitems.py
source/nauert/qschemas.py
source/nauert/qtargetitems.py
source/nauert/qtargets.py
source/nauert/quantizationjob.py
source/nauert/quantizer.py
source/nauert/searchtrees.py
source/nauert.egg-info/PKG-INFO
source/nauert.egg-info/SOURCES.txt
source/nauert.egg-info/dependency_links.txt
source/nauert.egg-info/requires.txt
source/nauert.egg-info/top_level.txt
tests/test_BeatwiseQSchemaItem___new__.py
tests/test_BeatwiseQSchema___call__.py
tests/test_BeatwiseQSchema___getitem__.py
tests/test_BeatwiseQSchema___init__.py
tests/test_CollapsingGraceHandler___call__.py
tests/test_ConcatenatingGraceHandler___call__.py
tests/test_ConcatenatingGraceHandler___init__.py
tests/test_DiscardingGraceHandler___call__.py
tests/test_DistanceHeuristic___call__.py
tests/test_MeasurewiseAttackPointOptimizer___call__.py
tests/test_MeasurewiseQSchemaItem___new__.py
tests/test_MeasurewiseQSchema___call__.py
tests/test_MeasurewiseQSchema___getitem__.py
tests/test_MeasurewiseQSchema___init__.py
tests/test_ParallelJobHandler___call__.py
tests/test_QEvent.py
tests/test_QEventProxy___init__.py
tests/test_QEventSequence_from_millisecond_durations.py
tests/test_QEventSequence_from_millisecond_pitch_attachment_tuples.py
tests/test_QEventSequence_from_millisecond_pitch_pairs.py
tests/test_QEventSequence_from_tempo_scaled_durations.py
tests/test_QEventSequence_from_tempo_scaled_leaves.py
tests/test_QGridContainer___copy__.py
tests/test_QGridContainer___eq__.py
tests/test_QGridLeaf___copy__.py
tests/test_QGridLeaf___eq__.py
tests/test_QGrid___call__.py
tests/test_QGrid___copy__.py
tests/test_QGrid___eq__.py
tests/test_QGrid_distance.py
tests/test_QGrid_fit_q_events.py
tests/test_QGrid_pickle.py
tests/test_QGrid_subdivide_leaf.py
tests/test_QGrid_subdivide_leaves.py
tests/test_QuantizationJob___call__.py
tests/test_QuantizationJob___init__.py
tests/test_QuantizationJob_pickle.py
tests/test_Quantizer___call__.py
tests/test_SerialJobHandler___call__.py
tests/test_UnweightedSearchTree___call__.py
tests/test_UnweightedSearchTree___init__.py
tests/test_UnweightedSearchTree__find_divisible_leaf_indices_and_subdivisions.py
tests/test_UnweightedSearchTree__find_leaf_subdivisions.py
tests/test_UnweightedSearchTree__generate_all_subdivision_commands.py
tests/test_WeightedSearchTree___call__.py
tests/test_WeightedSearchTree___init__.py
tests/test_attack_point_optimizers.py
tests/test_example.py