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/types.py
klotho/chronos/__init__.py
klotho/chronos/types.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/types.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/_projections.py
klotho/semeios/visualization/plots.py
klotho/semeios/visualization/_animation/__init__.py
klotho/semeios/visualization/_animation/_playback.js
klotho/semeios/visualization/_animation/_shape_playback.js
klotho/semeios/visualization/_animation/animated.py
klotho/semeios/visualization/_animation/base.py
klotho/semeios/visualization/_dispatch/__init__.py
klotho/semeios/visualization/_dispatch/_klotho_plot.py
klotho/semeios/visualization/_dispatch/plot_cps.py
klotho/semeios/visualization/_dispatch/plot_lattice.py
klotho/semeios/visualization/_dispatch/plot_rt.py
klotho/semeios/visualization/_renderers/__init__.py
klotho/semeios/visualization/_renderers/svg_cps.py
klotho/semeios/visualization/_renderers/svg_lattice.py
klotho/semeios/visualization/_renderers/svg_master_set.py
klotho/semeios/visualization/_renderers/svg_rt.py
klotho/semeios/visualization/_renderers/threejs_cps.py
klotho/semeios/visualization/_renderers/threejs_lattice.py
klotho/semeios/visualization/_renderers/threejs_master_set.py
klotho/semeios/visualization/_shared/__init__.py
klotho/semeios/visualization/_shared/colors.py
klotho/semeios/visualization/_shared/geometry.py
klotho/semeios/visualization/_shared/svg_shared.py
klotho/semeios/visualization/_shared/svg_utils.py
klotho/thetos/__init__.py
klotho/thetos/types.py
klotho/thetos/composition/__init__.py
klotho/thetos/composition/compositional.py
klotho/thetos/composition/score.py
klotho/thetos/instruments/__init__.py
klotho/thetos/instruments/_shared.py
klotho/thetos/instruments/base.py
klotho/thetos/instruments/ensemble.py
klotho/thetos/instruments/midi.py
klotho/thetos/instruments/presets.py
klotho/thetos/instruments/synthdef.py
klotho/thetos/instruments/tone.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/types.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/types.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/_animation_bridge.js
klotho/utils/playback/_config.py
klotho/utils/playback/_converter_base.py
klotho/utils/playback/_helpers.py
klotho/utils/playback/_sc_assembly.py
klotho/utils/playback/_sc_validate.py
klotho/utils/playback/_session_boot.py
klotho/utils/playback/animation_events.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/_js_fragments.py
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_core.js
klotho/utils/playback/supersonic/scheduler_score.js
klotho/utils/playback/supersonic/assets/foxdot_random_tester.scd
klotho/utils/playback/supersonic/assets/foxdot_synthdefs.scd
klotho/utils/playback/supersonic/assets/klotho_synthdefs.scd
klotho/utils/playback/supersonic/assets/manifest.json
klotho/utils/playback/supersonic/assets/synthdefs/__busRouter.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/__busRouterMonitor.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/__chainLimiter.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/__klEnvCtrl.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_ambi.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_angel.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_arpy.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_bandPassFilter.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_bass.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_bell.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_bitcrush.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_blip.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_brass.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_bug.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_charm.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_chop.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_combDelay.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_creep.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_crunch.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_dab.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_dbass.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_dirt.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_distortion.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_donk.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_donk1.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_donk2.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_dub.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_feel.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_filterSwell.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_formantFilter.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_fuzz.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_glass.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_gong.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_growl.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_highPassFilter.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_jbass.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_karp.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_keys.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_klank.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_lazer.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_longsaw.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_lowPassFilter.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_marimba.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_noise.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_nylon.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_orient.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_overdriveDistortion.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_pads.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_pasha.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_piano.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_pluck.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_prophet.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_pulse.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_quin.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_rave.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_razz.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_reverb.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_ripple.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_saw.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_sawbass.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_scatter.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_scrap.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_scratch.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_sinepad.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_siren.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_sitar.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_snick.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_soft.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_soprano.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_space.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_spark.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_spick.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_spinPan.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_squish.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_star.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_swell.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_tremolo.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_twang.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_varsaw.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_viola.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_wavesShapeDistortion.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/fd_zap.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/kl_bitcrush.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/kl_chop.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/kl_delay.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/kl_distortion.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/kl_hpf.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/kl_kicktone.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/kl_lpf.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/kl_noisebpf.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/kl_reverb.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/kl_saw.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/kl_sine.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/kl_sqr.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/kl_tremolo.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/kl_tri.scsyndef
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_ensemble.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_kit.py
tests/test_master_set_gallery.py
tests/test_match_pattern.py
tests/test_parameter_tree_graft_subtree.py
tests/test_plot_projections.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_sc_assembly_format.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_tuple_poly_events.py
tests/test_uc_pt_regression.py
tests/test_uc_refactor_regression.py
tests/test_visualization_mutation_regression.py