.gitignore
LICENSE
README.md
api-cheatsheet.md
pyproject.toml
pytest.ini
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
.github/workflows/type-check.yml
benchmarks/clock_jitter.py
docs/README.md
docs/build.sh
examples/arpeggiator.py
examples/bresenham_poly.py
examples/demo.py
examples/demo_advanced.py
examples/emergence.py
examples/frozen.py
examples/iss.py
examples/labyrinth.py
examples/link_sync.py
examples/live_init.py
examples/live_patterns.py
examples/live_single_file.py
examples/load_patterns.py
examples/subharmonicon.py
examples/assets/Swing 16ths 57.agr
sandbox/.gitignore
sandbox/README.md
scripts/check_docstring_markup.py
scripts/generate_cheatsheet.py
scripts/midi_in_observer.py
scripts/simulation_gravity.py
scripts/tuner_tone.py
subsequence/__init__.py
subsequence/__main__.py
subsequence/cadences.py
subsequence/chords.py
subsequence/composition.py
subsequence/conductor.py
subsequence/definitions.py
subsequence/display.py
subsequence/easing.py
subsequence/event_emitter.py
subsequence/form_state.py
subsequence/forms.py
subsequence/groove.py
subsequence/harmonic_rhythm.py
subsequence/harmonic_state.py
subsequence/harmony.py
subsequence/held_notes.py
subsequence/intervals.py
subsequence/keystroke.py
subsequence/link_clock.py
subsequence/live_client.py
subsequence/live_reloader.py
subsequence/live_server.py
subsequence/melodic_state.py
subsequence/midi.py
subsequence/midi_utils.py
subsequence/mini_notation.py
subsequence/motifs.py
subsequence/osc.py
subsequence/pattern.py
subsequence/pattern_algorithmic.py
subsequence/pattern_builder.py
subsequence/pattern_midi.py
subsequence/progressions.py
subsequence/py.typed
subsequence/roles.py
subsequence/sequence_utils.py
subsequence/sequencer.py
subsequence/tuning.py
subsequence/voicings.py
subsequence/web_ui.py
subsequence/weighted_graph.py
subsequence.egg-info/PKG-INFO
subsequence.egg-info/SOURCES.txt
subsequence.egg-info/dependency_links.txt
subsequence.egg-info/entry_points.txt
subsequence.egg-info/requires.txt
subsequence.egg-info/scm_file_list.json
subsequence.egg-info/scm_version.json
subsequence.egg-info/top_level.txt
subsequence/assets/web/index.html
subsequence/chord_graphs/__init__.py
subsequence/chord_graphs/aeolian_minor.py
subsequence/chord_graphs/chromatic_mediant.py
subsequence/chord_graphs/diminished.py
subsequence/chord_graphs/dorian_minor.py
subsequence/chord_graphs/functional_major.py
subsequence/chord_graphs/hooktheory_major.py
subsequence/chord_graphs/lydian_major.py
subsequence/chord_graphs/mixolydian.py
subsequence/chord_graphs/phrygian_minor.py
subsequence/chord_graphs/suspended.py
subsequence/chord_graphs/turnaround_global.py
subsequence/chord_graphs/whole_tone.py
subsequence/constants/__init__.py
subsequence/constants/durations.py
subsequence/constants/midi_notes.py
subsequence/constants/pulses.py
subsequence/constants/velocity.py
subsequence/constants/instruments/__init__.py
subsequence/constants/instruments/gm_cc.py
subsequence/constants/instruments/gm_drums.py
subsequence/constants/instruments/gm_instruments.py
subsequence/constants/instruments/roland_tr8s.py
subsequence/constants/instruments/vermona_drm1_drums.py
subsequence/helpers/__init__.py
subsequence/helpers/network.py
subsequence/helpers/wing.py
tests/conftest.py
tests/test_api_consistency.py
tests/test_cadences.py
tests/test_callback_sequence.py
tests/test_cc_forward.py
tests/test_cc_name_map.py
tests/test_chord_graphs.py
tests/test_chord_quality_registry.py
tests/test_clock_output.py
tests/test_composition.py
tests/test_conductor.py
tests/test_custom_scales.py
tests/test_definitions.py
tests/test_detached.py
tests/test_determinism.py
tests/test_display.py
tests/test_duration.py
tests/test_eased_value.py
tests/test_easing.py
tests/test_event_emitter.py
tests/test_form.py
tests/test_forms.py
tests/test_groove.py
tests/test_harmonic_gravity.py
tests/test_harmony.py
tests/test_harmony_window.py
tests/test_held_notes.py
tests/test_hotkeys.py
tests/test_instrument_drum_maps.py
tests/test_intervals.py
tests/test_key_resolution.py
tests/test_keystroke.py
tests/test_latency_compensation.py
tests/test_legato.py
tests/test_link.py
tests/test_live_reloader.py
tests/test_live_server.py
tests/test_load_patterns.py
tests/test_low_fixes_2026_07.py
tests/test_melodic_state.py
tests/test_melody_v2.py
tests/test_midi_helpers.py
tests/test_midi_input.py
tests/test_midi_recording.py
tests/test_mini_notation.py
tests/test_mini_notation_integration.py
tests/test_mirror.py
tests/test_motif_placement.py
tests/test_motifs.py
tests/test_multi_device.py
tests/test_new_chord_graphs.py
tests/test_osc.py
tests/test_pattern_algorithmic.py
tests/test_pattern_builder.py
tests/test_phrases.py
tests/test_presets.py
tests/test_progressions.py
tests/test_render.py
tests/test_rescheduling.py
tests/test_review_fixes.py
tests/test_review_fixes_2026_07.py
tests/test_schedule_context.py
tests/test_scheduled_tasks.py
tests/test_sequence_utils.py
tests/test_sequence_utils_density_combine.py
tests/test_sequence_utils_density_spread.py
tests/test_sequence_utils_density_to_steps.py
tests/test_sequence_utils_density_warp.py
tests/test_sequence_utils_morse_code.py
tests/test_sequence_utils_scale.py
tests/test_sequence_utils_transforms_list.py
tests/test_sequence_utils_transforms_value.py
tests/test_sequencer_dispatch_safety.py
tests/test_sequencer_events.py
tests/test_tier1_fixes_2026_07.py
tests/test_trigger.py
tests/test_tuning.py
tests/test_turnaround_graph.py
tests/test_unregister.py
tests/test_velocity_tuple.py
tests/test_voicings.py
tests/test_web_ui.py
tests/test_weighted_graph.py
tests/test_wing_helper.py