LICENSE
MANIFEST.in
README.md
requirements-dev.txt
requirements.txt
setup.py
benchmarks/__init__.py
benchmarks/core.py
benchmarks/demo_system.py
benchmarks/graph_generation.py
benchmarks/reporting.py
benchmarks/test_infrastructure.py
benchmarks/traversal_algorithms.py
klotho/__init__.py
klotho/chronos/__init__.py
klotho/chronos/rhythm_pairs/__init__.py
klotho/chronos/rhythm_pairs/rhythm_pair.py
klotho/chronos/rhythm_trees/__init__.py
klotho/chronos/rhythm_trees/algorithms.py
klotho/chronos/rhythm_trees/meas.py
klotho/chronos/rhythm_trees/rhythm_tree.py
klotho/chronos/temporal_units/__init__.py
klotho/chronos/temporal_units/algorithms.py
klotho/chronos/temporal_units/temporal.py
klotho/chronos/utils/__init__.py
klotho/chronos/utils/beat.py
klotho/chronos/utils/tempo.py
klotho/chronos/utils/time_conversion.py
klotho/dynatos/__init__.py
klotho/dynatos/dynamics/__init__.py
klotho/dynatos/dynamics/dynamics.py
klotho/dynatos/dynamics/utils/__init__.py
klotho/dynatos/dynamics/utils/amplitude.py
klotho/dynatos/dynamics/utils/scaling.py
klotho/dynatos/envelopes/__init__.py
klotho/dynatos/envelopes/envelopes.py
klotho/dynatos/envelopes/utils/__init__.py
klotho/dynatos/envelopes/utils/curves.py
klotho/semeios/__init__.py
klotho/semeios/notelists/__init__.py
klotho/semeios/notelists/supercollider.py
klotho/semeios/visualization/__init__.py
klotho/semeios/visualization/_animation_base.py
klotho/semeios/visualization/_audio_events.py
klotho/semeios/visualization/_colors.py
klotho/semeios/visualization/_geometry.py
klotho/semeios/visualization/_playback.js
klotho/semeios/visualization/_shape_playback.js
klotho/semeios/visualization/_svg_shared.py
klotho/semeios/visualization/_svg_utils.py
klotho/semeios/visualization/animated.py
klotho/semeios/visualization/klotho_plot.py
klotho/semeios/visualization/plot_cps.py
klotho/semeios/visualization/plot_lattice.py
klotho/semeios/visualization/plot_rt.py
klotho/semeios/visualization/plots.py
klotho/semeios/visualization/svg_cps.py
klotho/semeios/visualization/svg_lattice.py
klotho/semeios/visualization/svg_master_set.py
klotho/semeios/visualization/svg_rt.py
klotho/semeios/visualization/threejs_cps.py
klotho/semeios/visualization/threejs_lattice.py
klotho/semeios/visualization/threejs_master_set.py
klotho/thetos/__init__.py
klotho/thetos/types.py
klotho/thetos/composition/__init__.py
klotho/thetos/composition/compositional.py
klotho/thetos/instruments/__init__.py
klotho/thetos/instruments/instrument.py
klotho/thetos/instruments/presets.py
klotho/thetos/parameters/__init__.py
klotho/thetos/parameters/parameter_tree.py
klotho/thetos/parameters/parameter_fields/__init__.py
klotho/thetos/parameters/parameter_fields/algorithms.py
klotho/thetos/parameters/parameter_fields/functions.py
klotho/thetos/parameters/parameter_fields/parameter_field.py
klotho/tonos/__init__.py
klotho/tonos/chords/__init__.py
klotho/tonos/chords/chord.py
klotho/tonos/pitch/__init__.py
klotho/tonos/pitch/contour.py
klotho/tonos/pitch/pitch.py
klotho/tonos/pitch/pitch_collections.py
klotho/tonos/scales/__init__.py
klotho/tonos/scales/scale.py
klotho/tonos/systems/__init__.py
klotho/tonos/systems/combination_product_sets/__init__.py
klotho/tonos/systems/combination_product_sets/algorithms.py
klotho/tonos/systems/combination_product_sets/combination_product_sets.py
klotho/tonos/systems/combination_product_sets/master_set.py
klotho/tonos/systems/harmonic_trees/__init__.py
klotho/tonos/systems/harmonic_trees/algorithms.py
klotho/tonos/systems/harmonic_trees/harmonic_tree.py
klotho/tonos/systems/harmonic_trees/spectrum.py
klotho/tonos/systems/tone_lattices/__init__.py
klotho/tonos/systems/tone_lattices/basis.py
klotho/tonos/systems/tone_lattices/tone_lattices.py
klotho/tonos/utils/__init__.py
klotho/tonos/utils/frequency_conversion.py
klotho/tonos/utils/harmonics.py
klotho/tonos/utils/interval_normalization.py
klotho/tonos/utils/intervals.py
klotho/topos/__init__.py
klotho/topos/collections/__init__.py
klotho/topos/collections/patterns.py
klotho/topos/collections/sequences.py
klotho/topos/collections/sets.py
klotho/topos/formal_grammars/__init__.py
klotho/topos/formal_grammars/alphabets.py
klotho/topos/formal_grammars/grammars.py
klotho/topos/graphs/__init__.py
klotho/topos/graphs/graphs.py
klotho/topos/graphs/lattices/__init__.py
klotho/topos/graphs/lattices/algorithms.py
klotho/topos/graphs/lattices/lattices.py
klotho/topos/graphs/trees/__init__.py
klotho/topos/graphs/trees/group.py
klotho/topos/graphs/trees/trees.py
klotho/utils/__init__.py
klotho/utils/algorithms/__init__.py
klotho/utils/algorithms/basis.py
klotho/utils/algorithms/costs.py
klotho/utils/algorithms/factors.py
klotho/utils/algorithms/graphs.py
klotho/utils/algorithms/lists.py
klotho/utils/algorithms/random.py
klotho/utils/algorithms/ratios.py
klotho/utils/data_structures/8th-octave.json
klotho/utils/data_structures/__init__.py
klotho/utils/data_structures/dictionaries.py
klotho/utils/data_structures/enums.py
klotho/utils/data_structures/node_mapping.py
klotho/utils/playback/__init__.py
klotho/utils/playback/_amplitude.py
klotho/utils/playback/_config.py
klotho/utils/playback/_converter_base.py
klotho/utils/playback/_session_boot.py
klotho/utils/playback/midi_player.py
klotho/utils/playback/player.py
klotho/utils/playback/supersonic/__init__.py
klotho/utils/playback/supersonic/_engine_widget.js
klotho/utils/playback/supersonic/cdn.py
klotho/utils/playback/supersonic/converters.py
klotho/utils/playback/supersonic/draw.js
klotho/utils/playback/supersonic/engine.py
klotho/utils/playback/supersonic/scheduler.js
klotho/utils/playback/supersonic/assets/build_synthdefs.scd
klotho/utils/playback/supersonic/assets/manifest.json
klotho/utils/playback/tonejs/__init__.py
klotho/utils/playback/tonejs/cdn.py
klotho/utils/playback/tonejs/converters.py
klotho/utils/playback/tonejs/engine.py
klotho/utils/playback/tonejs/instruments.js
klotho/utils/playback/tonejs/player.js
klotho_cac.egg-info/PKG-INFO
klotho_cac.egg-info/SOURCES.txt
klotho_cac.egg-info/dependency_links.txt
klotho_cac.egg-info/requires.txt
klotho_cac.egg-info/top_level.txt
tests/test_api_equivalence.py
tests/test_compositional_unit.py
tests/test_core_structures.py
tests/test_falsey_parameter_defaults.py
tests/test_graph_derived_regression.py
tests/test_graph_initialization_v2.py
tests/test_graph_mutation_policy.py
tests/test_harmonic_tree_graft_subtree.py
tests/test_indexing_baseline.py
tests/test_match_pattern.py
tests/test_parameter_tree_graft_subtree.py
tests/test_rhythm_tree.py
tests/test_rhythm_tree_graft_subtree.py
tests/test_rhythm_tree_subdivide.py
tests/test_rt_lazy_evaluation.py
tests/test_scale_chord_sonority.py
tests/test_temporal_unit.py
tests/test_tonos_pitch_system.py
tests/test_tonos_pitch_system_safe.py
tests/test_tree_graft_subtree.py
tests/test_uc_pt_regression.py
tests/test_uc_refactor_regression.py
tests/test_visualization_mutation_regression.py