.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
pyrightconfig.json
run_tests.sh
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/release.yml
preframr_tokens/__init__.py
preframr_tokens/alphabet_projection.py
preframr_tokens/audit_primitives.py
preframr_tokens/blocks.py
preframr_tokens/coarsen_pass.py
preframr_tokens/constrained_decode.py
preframr_tokens/corpus.py
preframr_tokens/dump_meta.py
preframr_tokens/engine_fingerprint.py
preframr_tokens/motif_mine.py
preframr_tokens/palette_io.py
preframr_tokens/parse_runner.py
preframr_tokens/py.typed
preframr_tokens/reg_mappers.py
preframr_tokens/reg_match.py
preframr_tokens/reglogparser.py
preframr_tokens/regtokenizer.py
preframr_tokens/render_play.py
preframr_tokens/stfconstants.py
preframr_tokens/tier_classify.py
preframr_tokens/token_weighting.py
preframr_tokens/tokenizer_config.py
preframr_tokens/tokenizer_profile.py
preframr_tokens/train_worker.py
preframr_tokens/trajectory_coverage.py
preframr_tokens/utils.py
preframr_tokens/vocab_signature.py
preframr_tokens.egg-info/PKG-INFO
preframr_tokens.egg-info/SOURCES.txt
preframr_tokens.egg-info/dependency_links.txt
preframr_tokens.egg-info/requires.txt
preframr_tokens.egg-info/top_level.txt
preframr_tokens/macros/__init__.py
preframr_tokens/macros/blocks.py
preframr_tokens/macros/ctrl_triple_pass.py
preframr_tokens/macros/ctrl_update_pass.py
preframr_tokens/macros/decode.py
preframr_tokens/macros/decoders.py
preframr_tokens/macros/default_pipeline.py
preframr_tokens/macros/flag_registry.py
preframr_tokens/macros/freq_nudge_pass.py
preframr_tokens/macros/freq_trajectory_pass.py
preframr_tokens/macros/gate_slope_shift_pass.py
preframr_tokens/macros/local_macros.py
preframr_tokens/macros/lonely_validator.py
preframr_tokens/macros/loop_pass.py
preframr_tokens/macros/loops.py
preframr_tokens/macros/motif_pass.py
preframr_tokens/macros/passes.py
preframr_tokens/macros/passes_base.py
preframr_tokens/macros/per_reg_burst.py
preframr_tokens/macros/pipeline_check.py
preframr_tokens/macros/preset_pass.py
preframr_tokens/macros/release_update_pass.py
preframr_tokens/macros/roles.py
preframr_tokens/macros/state.py
preframr_tokens/macros/transform.py
preframr_tokens/macros/transform_registry.py
preframr_tokens/macros/transforms_audio_bit_exact.py
preframr_tokens/macros/transforms_bit_exact.py
preframr_tokens/macros/transforms_parser_stubs.py
preframr_tokens/macros/transforms_set_to_diff.py
preframr_tokens/macros/transforms_superframe.py
preframr_tokens/macros/transforms_voice_trajectory.py
preframr_tokens/macros/transforms_voice_trajectory_distributed.py
preframr_tokens/macros/validators.py
preframr_tokens/macros/voice_track_pass.py
preframr_tokens/macros/walker.py
tests/__init__.py
tests/sid_fixtures.py
tests/test_alphabet_projection.py
tests/test_audit_primitives.py
tests/test_blocks.py
tests/test_blocks_helpers.py
tests/test_coarsen_pass.py
tests/test_constrained_decode.py
tests/test_corpus.py
tests/test_dump_meta.py
tests/test_engine_fingerprint.py
tests/test_flag_registry.py
tests/test_full_pipeline_fidelity.py
tests/test_lint.py
tests/test_merge_token_df.py
tests/test_misc_coverage.py
tests/test_motif_fidelity.py
tests/test_motif_pass.py
tests/test_palette_io.py
tests/test_parse_runner.py
tests/test_parser_canonicalisation_audio_invariants.py
tests/test_preset_audio_invariants.py
tests/test_public_api.py
tests/test_read_initial_irq.py
tests/test_reg_match.py
tests/test_reglogparser.py
tests/test_regtokenizer.py
tests/test_regtokenizer_more.py
tests/test_render_play.py
tests/test_tier_classify.py
tests/test_tighten_dtypes.py
tests/test_token_weighting.py
tests/test_tokenizer_config.py
tests/test_train_worker.py
tests/test_unigram_isolation.py
tests/test_utils.py
tests/test_vocab_signature.py
tests/macros/__init__.py
tests/macros/test_blocks.py
tests/macros/test_ctrl_triple_pass.py
tests/macros/test_ctrl_update_pass.py
tests/macros/test_freq_nudge_pass.py
tests/macros/test_freq_trajectory_pass.py
tests/macros/test_gate_slope_shift_pass.py
tests/macros/test_local_macros.py
tests/macros/test_lonely_validator.py
tests/macros/test_macros.py
tests/macros/test_multi_row_macro_registry.py
tests/macros/test_passes_base.py
tests/macros/test_pipeline_check.py
tests/macros/test_preset_in_passes.py
tests/macros/test_preset_pass.py
tests/macros/test_release_update_pass.py
tests/macros/test_roles.py
tests/macros/test_set_to_diff.py
tests/macros/test_superframe.py
tests/macros/test_transform_registry.py
tests/macros/test_transform_round_trip.py
tests/macros/test_validators_coverage.py
tests/macros/test_voice_agnostic.py
tests/macros/test_voice_block_order_pass.py
tests/macros/test_voice_track_pass.py
tests/macros/test_voice_trajectory.py
tests/macros/test_voice_trajectory_distributed.py