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/animation/__init__.py
klotho/semeios/animation/animate.py
klotho/semeios/maquettes/__init__.py
klotho/semeios/maquettes/clip.py
klotho/semeios/maquettes/timeline.py
klotho/semeios/midi/__init__.py
klotho/semeios/midi/midi_export.py
klotho/semeios/notation/__init__.py
klotho/semeios/notation/notation.py
klotho/semeios/notation/notation_OLD.py
klotho/semeios/notelists/__init__.py
klotho/semeios/notelists/allolib.py
klotho/semeios/notelists/supercollider.py
klotho/semeios/visualization/__init__.py
klotho/semeios/visualization/plots.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/parameters/__init__.py
klotho/thetos/parameters/instruments.py
klotho/thetos/parameters/parameter_tree.py
klotho/tonos/__init__.py
klotho/tonos/chords/__init__.py
klotho/tonos/chords/chord.py
klotho/tonos/motives/__init__.py
klotho/tonos/motives/motive.py
klotho/tonos/pitch/__init__.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/cps.py
klotho/tonos/systems/combination_product_sets/master_sets.py
klotho/tonos/systems/combination_product_sets/nkany.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/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/lattices/fields/__init__.py
klotho/topos/graphs/lattices/fields/fields.py
klotho/topos/graphs/lattices/fields/algorithms/__init__.py
klotho/topos/graphs/lattices/fields/algorithms/field_algs.py
klotho/topos/graphs/lattices/fields/functions/__init__.py
klotho/topos/graphs/lattices/fields/functions/field_funcs.py
klotho/topos/graphs/trees/__init__.py
klotho/topos/graphs/trees/trees.py
klotho/utils/__init__.py
klotho/utils/algorithms/__init__.py
klotho/utils/algorithms/costs.py
klotho/utils/algorithms/factors.py
klotho/utils/algorithms/graphs.py
klotho/utils/algorithms/groups.py
klotho/utils/algorithms/lists.py
klotho/utils/algorithms/random.py
klotho/utils/data_structures/__init__.py
klotho/utils/data_structures/dictionaries.py
klotho/utils/data_structures/enums.py
klotho/utils/data_structures/group.py
klotho/utils/data_structures/node_mapping.py
klotho/utils/playback/__init__.py
klotho/utils/playback/midi_player.py
klotho/utils/playback/midi_player_alt.py
klotho/utils/playback/midi_player_backup.py
klotho/utils/playback/player.py
klotho/utils/playback/streamer.py
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_match_pattern.py
tests/test_tonos_pitch_system.py
tests/test_tonos_pitch_system_safe.py