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/visualization/__init__.py
klotho/semeios/visualization/_cdn.py
klotho/semeios/visualization/_plot_pattern.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/_dispatch/plot_score.py
klotho/semeios/visualization/_dispatch/plot_timeline.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/svg_score.py
klotho/semeios/visualization/_renderers/svg_timeline.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/audio_ref.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/events.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/synthdef.py
klotho/thetos/parameters/__init__.py
klotho/thetos/parameters/bind.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/tonality.py
klotho/tonos/types.py
klotho/tonos/chords/__init__.py
klotho/tonos/chords/analysis.py
klotho/tonos/chords/chord.py
klotho/tonos/chords/voice_leading.py
klotho/tonos/pitch/__init__.py
klotho/tonos/pitch/contour.py
klotho/tonos/pitch/pitch.py
klotho/tonos/pitch/pitch_collections.py
klotho/tonos/pitch/reference.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/systems/tonnetz/__init__.py
klotho/tonos/systems/tonnetz/tonnetz.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/_pattern.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/alphabet.py
klotho/topos/formal_grammars/derivation.py
klotho/topos/formal_grammars/interpreter.py
klotho/topos/formal_grammars/markov.py
klotho/topos/formal_grammars/rewriting.py
klotho/topos/formal_grammars/rules.py
klotho/topos/graphs/__init__.py
klotho/topos/graphs/core.py
klotho/topos/graphs/generators.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/layers.py
klotho/topos/graphs/trees/trees.py
klotho/topos/shapes/__init__.py
klotho/topos/shapes/polyominoes.py
klotho/utils/__init__.py
klotho/utils/dispatch_registry.py
klotho/utils/fetch.py
klotho/utils/ids.py
klotho/utils/lazy.py
klotho/utils/algorithms/__init__.py
klotho/utils/algorithms/basis.py
klotho/utils/algorithms/costs.py
klotho/utils/algorithms/exact_solve.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/_loop_control.js
klotho/utils/playback/_recorder.js
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/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/_lifecycle.js
klotho/utils/playback/supersonic/_wav_meta.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/registry.py
klotho/utils/playback/supersonic/samples.py
klotho/utils/playback/supersonic/scheduler_core.js
klotho/utils/playback/supersonic/scheduler_score.js
klotho/utils/playback/supersonic/_vendor/__init__.py
klotho/utils/playback/supersonic/_vendor/synthdef_parser/__init__.py
klotho/utils/playback/supersonic/_vendor/synthdef_parser/parser.py
klotho/utils/playback/supersonic/assets/chip_synthdefs.scd
klotho/utils/playback/supersonic/assets/edm_synthdefs.scd
klotho/utils/playback/supersonic/assets/foxdot_synthdefs.scd
klotho/utils/playback/supersonic/assets/kinds.json
klotho/utils/playback/supersonic/assets/klotho_synthdefs.scd
klotho/utils/playback/supersonic/assets/lofi_synthdefs.scd
klotho/utils/playback/supersonic/assets/manifest.json
klotho/utils/playback/supersonic/assets/synthdef_tester.scd
klotho/utils/playback/supersonic/assets/tidal_synthdefs_add.scd
klotho/utils/playback/supersonic/assets/tr808_synthdefs.scd
klotho/utils/playback/supersonic/assets/samples/samples.json
klotho/utils/playback/supersonic/assets/samples/beatbox/0_bb_kick.wav
klotho/utils/playback/supersonic/assets/samples/beatbox/1_bb_hihat.wav
klotho/utils/playback/supersonic/assets/samples/beatbox/2_bb_snare.wav
klotho/utils/playback/supersonic/assets/samples/beatbox/3_bb_shake.wav
klotho/utils/playback/supersonic/assets/samples/beatbox/4_bb_big_kick.wav
klotho/utils/playback/supersonic/assets/samples/beatbox/5_bb_voice.wav
klotho/utils/playback/supersonic/assets/samples/beatbox/6_bb_snare.wav
klotho/utils/playback/supersonic/assets/samples/beatbox/7_bb_openhihat.wav
klotho/utils/playback/supersonic/assets/samples/tabla/08-tabla_tas1.wav
klotho/utils/playback/supersonic/assets/samples/tabla/09-tabla_tas2.wav
klotho/utils/playback/supersonic/assets/samples/tabla/0_tabla.wav
klotho/utils/playback/supersonic/assets/samples/tabla/10-tabla_tas3.wav
klotho/utils/playback/supersonic/assets/samples/tabla/11-tabla_te1.wav
klotho/utils/playback/supersonic/assets/samples/tabla/12-tabla_te2.wav
klotho/utils/playback/supersonic/assets/samples/tabla/13-tabla_te_m.wav
klotho/utils/playback/supersonic/assets/samples/tabla/14-tabla_te_ne.wav
klotho/utils/playback/supersonic/assets/samples/tabla/15-tabla_tun1.wav
klotho/utils/playback/supersonic/assets/samples/tabla/16-tabla_tun2.wav
klotho/utils/playback/supersonic/assets/samples/tabla/17-tabla_tun3.wav
klotho/utils/playback/supersonic/assets/samples/tabla/1_tabla.wav
klotho/utils/playback/supersonic/assets/samples/tabla/2_tabla.wav
klotho/utils/playback/supersonic/assets/samples/tabla/3_tabla.wav
klotho/utils/playback/supersonic/assets/synthdefs/effects/chip_chorusLite.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/chip_downSampler.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/chip_echo.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/chip_pulseDuck.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/fd_bandPassFilter.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/fd_bitcrush.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/fd_chop.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/fd_combDelay.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/fd_distortion.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/fd_filterSwell.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/fd_formantFilter.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/fd_highPassFilter.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/fd_lowPassFilter.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/fd_overdriveDistortion.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/fd_reverb.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/fd_spinPan.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/fd_tremolo.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/fd_wavesShapeDistortion.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/kl_bitcrush.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/kl_chop.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/kl_delay.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/kl_distortion.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/kl_hpf.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/kl_lpf.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/kl_reverb.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/kl_tremolo.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/lofi_hissDust.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/lofi_tape.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/lofi_tapeSat.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/effects/lofi_wowFlutter.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/infra/__busRouter.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/infra/__busRouterMonitor.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/infra/__chainLimiter.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/infra/__klEnvCtrl.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/chip_bass.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/chip_bitSnare.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/chip_blipLead.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/chip_coinBlip.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/chip_fmBell.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/chip_glassPad.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/chip_gridKick.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/chip_lead.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/chip_powerArp.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/chip_powerDown.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/chip_pulseChord.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/chip_riser.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/chip_tickHat.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/chip_zapDown.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_blip.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_chipSweep1.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_chipSweep2.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_chipSweep3.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_clank.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_clap.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_deepKick.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_ghostSnare.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_hat.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_hat2.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_hatLong.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_hatShort.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_kick.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_kickSoft.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_ping.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_revCymbal.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_rubber1.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_rubber2.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_snare.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_snare2.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_subBass.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_sweep.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_tom.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_woodblock.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_wub1.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_wub2.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/edm_wub3.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_ambi.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_angel.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_arpy.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_bass.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_bell.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_blip.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_brass.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_bug.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_charm.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_creep.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_crunch.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_dab.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_dbass.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_dirt.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_donk.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_donk1.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_donk2.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_dub.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_feel.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_fuzz.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_glass.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_gong.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_growl.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_jbass.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_karp.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_keys.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_klank.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_lazer.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_longsaw.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_marimba.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_noise.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_nylon.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_orient.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_pads.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_pasha.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_piano.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_pluck.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_prophet.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_pulse.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_quin.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_rave.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_razz.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_ripple.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_saw.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_sawbass.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_scatter.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_scrap.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_scratch.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_sinepad.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_siren.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_sitar.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_snick.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_soft.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_soprano.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_space.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_spark.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_spick.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_squish.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_star.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_swell.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_twang.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_varsaw.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_viola.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/fd_zap.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/kl_kicktone.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/kl_noisebpf.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/kl_sampler1.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/kl_sampler2.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/kl_saw.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/kl_sine.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/kl_sqr.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/kl_tri.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_beep.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_cresc.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_driftPad.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_dustCrackle.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_dustKick.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_dustPluck.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_ghostSnare.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_glassLead.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_glitchBlip.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_glitchBurst.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_glitchZap.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_hazePad.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_hushHat.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_hushHatOpen.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_lead.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_rim.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_snare.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_subBass.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_tapeBass.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_tapeCrash.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_tapePop.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_tapeRise.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_tapeSnap.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_tapeTick.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/lofi_wash.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/tr808_clap.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/tr808_clave.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/tr808_cowbell.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/tr808_cymbal.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/tr808_hat.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/tr808_hatOpen.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/tr808_kick.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/tr808_maracas.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/tr808_rim.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/tr808_snare.scsyndef
klotho/utils/playback/supersonic/assets/synthdefs/instruments/tr808_tom.scsyndef
klotho/utils/playback/supersonic/scripts/__init__.py
klotho/utils/playback/supersonic/scripts/regenerate_manifest.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_animated_script_embedding.py
tests/test_api_equivalence.py
tests/test_bare_play_control_data.py
tests/test_cells_layout.py
tests/test_chord_analysis.py
tests/test_click_to_play.py
tests/test_compositional_unit.py
tests/test_contour_pattern_plot.py
tests/test_control_envelope_runtime.py
tests/test_core_structures.py
tests/test_dispatch_registry.py
tests/test_ensemble.py
tests/test_envelope_leak.py
tests/test_envelope_semantics.py
tests/test_envelope_warp.py
tests/test_falsey_parameter_defaults.py
tests/test_formal_grammars.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_intervals_measures.py
tests/test_kit.py
tests/test_kit_families.py
tests/test_kit_from_folder.py
tests/test_lattice_family_3d_parity.py
tests/test_lattice_scale_shape.py
tests/test_lowering_equivalence.py
tests/test_master_set_gallery.py
tests/test_master_set_play_parity.py
tests/test_match_pattern.py
tests/test_node_context.py
tests/test_parameter_tree_graft_subtree.py
tests/test_parity_refactor.py
tests/test_path_aliases.py
tests/test_perf_regression_guards.py
tests/test_pfield_bind.py
tests/test_pfield_coercion.py
tests/test_pitch_shift_and_lattice_chords.py
tests/test_play_inst.py
tests/test_playback_finish_timing.py
tests/test_plot_play_smoke.py
tests/test_plot_projections.py
tests/test_plot_score.py
tests/test_poly_voice_expansion.py
tests/test_polyominoes.py
tests/test_recording.py
tests/test_release_event_contract.py
tests/test_rhythm_tree.py
tests/test_rhythm_tree_graft_subtree.py
tests/test_rhythm_tree_subdivide.py
tests/test_rt_containers_meas_label.py
tests/test_rt_lazy_evaluation.py
tests/test_rt_padding.py
tests/test_sample_registry.py
tests/test_sampler_kit.py
tests/test_sc_assembly_format.py
tests/test_scale_chord_sonority.py
tests/test_scheduler_batching.py
tests/test_score_events.py
tests/test_score_isolation.py
tests/test_score_item.py
tests/test_score_lowering.py
tests/test_score_placement.py
tests/test_selector_api_examples_parity.py
tests/test_set_instrument_rests.py
tests/test_shortest_path_no_duplicate.py
tests/test_student_call_patterns.py
tests/test_svg_lattice_dedup.py
tests/test_svg_tooltip_dedup.py
tests/test_svg_wrapper_responsive.py
tests/test_synthdef_kinds.py
tests/test_temporal_repeat.py
tests/test_temporal_unit.py
tests/test_tonality.py
tests/test_tone_lattice_ratio_lookup.py
tests/test_tonnetz.py
tests/test_tonos_pitch_system.py
tests/test_tonos_pitch_system_safe.py
tests/test_tree_graft_subtree.py
tests/test_uc_from_tree.py
tests/test_uc_node_selector.py
tests/test_uc_pt_regression.py
tests/test_unified_set.py
tests/test_visualization_mutation_regression.py
tests/test_voice_leading.py
tests/test_widget_assembly.py
tests/test_with_generators.py