timetoalign 0.2.0__tar.gz → 1.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- timetoalign-1.0.0/.gitignore +28 -0
- timetoalign-1.0.0/.isort.cfg +2 -0
- timetoalign-1.0.0/CHANGELOG.md +171 -0
- timetoalign-1.0.0/CONTRIBUTING.md +33 -0
- timetoalign-1.0.0/PKG-INFO +421 -0
- timetoalign-1.0.0/README.md +264 -0
- timetoalign-1.0.0/constraints.txt +20 -0
- timetoalign-1.0.0/docs/howto-notebooks/how01_advanced_cmaps.py +217 -0
- timetoalign-1.0.0/docs/howto-notebooks/how01_advanced_timestamps.py +167 -0
- timetoalign-1.0.0/docs/howto-notebooks/how01_beat_grids.py +583 -0
- timetoalign-1.0.0/docs/howto-notebooks/how01_brazilian_flows.py +322 -0
- timetoalign-1.0.0/docs/howto-notebooks/how01_coordinate_math.py +253 -0
- timetoalign-1.0.0/docs/howto-notebooks/how01_flow_control.py +552 -0
- timetoalign-1.0.0/docs/howto-notebooks/how01_graphical_timelines.py +207 -0
- timetoalign-1.0.0/docs/howto-notebooks/how01_loading_data.py +345 -0
- timetoalign-1.0.0/docs/howto-notebooks/how01_manual_timeline_construction.py +201 -0
- timetoalign-1.0.0/docs/howto-notebooks/how01_tabular_loaders.py +344 -0
- timetoalign-1.0.0/docs/howto-notebooks/how01_thoresen_annotation_transfer.py +613 -0
- timetoalign-1.0.0/docs/howto-notebooks/how02_supra_piano_roll.py +681 -0
- timetoalign-1.0.0/docs/howto-notebooks/how03_beethoven_multimodal.py +1017 -0
- timetoalign-1.0.0/docs/howto-notebooks/how03_create_note_alignment.py +283 -0
- timetoalign-1.0.0/docs/howto-notebooks/how03_listen_here.py +261 -0
- timetoalign-1.0.0/docs/howto-notebooks/how03_loading_vienna_corpus.py +312 -0
- timetoalign-1.0.0/docs/howto-notebooks/how03_mpm_toolbox.py +401 -0
- timetoalign-1.0.0/docs/howto-notebooks/how03_parangonada.py +374 -0
- timetoalign-1.0.0/docs/howto-notebooks/how03_performance_precision.py +294 -0
- timetoalign-1.0.0/docs/howto-notebooks/how04_hendrix_song_genesis.py +277 -0
- timetoalign-1.0.0/docs/howto-notebooks/how04_load_anything.py +1122 -0
- timetoalign-1.0.0/docs/howto-notebooks/how04_loading_csv.py +506 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/concepts.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/contributing.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/glossary.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_advanced_cmaps.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_advanced_timestamps.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_beat_grids.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_coordinate_math.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_graphical_timelines.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_loading_data.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_manual_timeline_construction.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_tabular_loaders.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_thoresen_annotation_transfer.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how02_supra_piano_roll.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how03_beethoven_multimodal.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how03_create_note_alignment.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how03_ieee1599.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how03_listen_here.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how03_loading_vienna_corpus.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how03_mpm_toolbox.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how03_parangonada.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how03_performance_precision.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how04_hendrix_song_genesis.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto/how04_loading_csv.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/howto.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/index.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ATONLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/Agent.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/AlignmentAnchor.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/AlignmentBundle.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/AtomicSection.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/AudioInfo.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/AudioLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/BeatGrid.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ChainMap.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ClaimFilter.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ColumnNaming.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ColumnRole.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ConstantMap.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ContinuousGraphicalTimeline.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ContinuousLogicalTimeline.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ContinuousPhysicalTimeline.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ConversionMap.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/Coord.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/Coordinate.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/CoordinateField.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/CoordinateSpec.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/CoordinateValue.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/CsvLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/DictStore.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/DiscreteGraphicalTimeline.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/DiscreteLogicalTimeline.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/DiscretePhysicalTimeline.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/Domain.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/EepNotesLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/EventData.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/EventLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/EventStore.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/EventType.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/Flow.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/FlowControllerBase.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/FlowDiagnostic.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/FlowMap.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/FlowMapSection.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/GraphicalLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/GraphicalTimeline.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/GroupTimestamp.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/IIIFManifestLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/IdCoordinate.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/IdGenerator.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/InterpolationMap.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/IntervalToConstantMap.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/JsonLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/LabLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/LinearMap.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ListenHereLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/Loader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/LogicalTimeline.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/MatchClaim.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/MatchClaimField.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/MatchFileContext.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/MatchGraph.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/MatchLine.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/MatchMetadata.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/MatchStamp.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/MatchfileLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/MeasureMapLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/MidiLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/MpmLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/Ms3Loader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/Music21Loader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/NoteRecord.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/NumberType.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/OptionalCoordinate.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ParangonadaLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/PartituraLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/PerformanceMidiLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/PerformancePrecisionLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/PhysicalTimeline.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/PiecewiseMap.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/PlaythroughSection.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/QuartersToFloatingMeasures.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/QuartersToMeasureNumber.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/RepoVizzInfo.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/RepoVizzLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ResolvedCoordinate.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ScalarMap.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ScopedId.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ScoreFlowController.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ScoreMidiLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/SecondsToSamples.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/SegmentNameGenerator.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/ShiftMap.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/SingleStore.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/SnoteRecord.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/SoloLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/TableMap.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/TabularLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/TiliaDictStore.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/TiliaJsonLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/TimeIntervalStamp.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/TimeStamp.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/TimeUnit.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/Timeline.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/TimelineGroup.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/TimelineIdGenerator.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/TsvLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/WarpMap.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/XmlLoader.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/create_unfolded_timeline.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/index.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/load_valid_flows.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference/resolve_coordinate_spec.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/reference.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/tutorials/tut00_quickstart.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/tutorials/tut01a_timelines_events_maps.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/tutorials/tut01b_children_regions_timestamps.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/tutorials/tut02_timeline_groups.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/tutorials/tut03_alignment_bundles.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/tutorials/tut04_flow_and_grids.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/tutorials/tut05_datafields_and_eventdata.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/tutorials/tut06_pitch_and_harmony.ipynb.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/idx/tutorials.qmd.json +1 -0
- timetoalign-1.0.0/docs/page/.quarto/listing/listing-cache.json +10 -0
- timetoalign-1.0.0/docs/page/.quarto/project-cache/7283581e76fca84212792c8425d0b1b1 +461 -0
- timetoalign-1.0.0/docs/page/.quarto/project-cache/bf5b60f8e59b047f99413e09fb957aba +2 -0
- timetoalign-1.0.0/docs/page/.quarto/project-cache/deno-kv-file +0 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/00306506 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/03e349a2 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/0847f65d +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/0868200c +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/087b3e6c +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/0cdddf6c +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/0e63cc20 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/0fa320a1 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/1786b50b +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/1843dab4 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/18fd74ea +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/2122e5d5 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/216e7c59 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/21ccad4e +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/22c3e042 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/23678151 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/24741e85 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/26bcabec +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/28996841 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/28c3039a +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/2ab9dcc6 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/2b3a7ee4 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/2bd2b656 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/2ddf5534 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/318cfd30 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/31a55fd5 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/322c05d7 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/3596f67b +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/36788514 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/38c1d4d4 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/3b261304 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/3bba1326 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/3c3a4351 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/3d297226 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/3f989881 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/41921c46 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/41ee7fdb +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/467354e0 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/4a9db072 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/4c47546d +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/4c9bf019 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/4d690e1a +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/4f3a4f0c +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/52bb7d20 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/555cc1c8 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/55b5051a +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/5722b6fc +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/57e38790 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/59fdb86f +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/5c1e6ad3 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/5e3dee69 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/5e8f7166 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/5ee6ea27 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/636d195d +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/63797a6c +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/647bce0d +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/66b4f257 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/6763106c +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/67d9c9a3 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/6885e098 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/6937bfed +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/6b11b040 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/6b9f5bb7 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/6d36ef66 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/72ad1b70 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/7412758a +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/754acde0 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/7784c3c9 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/780f8ceb +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/7861e8f4 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/7929536b +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/7b4b9c76 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/7b6bf303 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/7db873d3 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/81f3c973 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/82abcdc8 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/83784c6e +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/847989c8 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/84fd7652 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/8586712f +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/85bd77dc +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/8841f058 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/89806983 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/8b195e26 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/8c344239 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/8ddd3b9c +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/8efeafee +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/902306b5 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/909bed24 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/93171a24 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/94ee180f +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/975597e2 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/9b6f301c +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/9e06e8d6 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/9f56c38a +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/INDEX +431 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/a06223f5 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/a07e9723 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/a32941a3 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/a383e5fe +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/a5c49e12 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/a6681e42 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/a6f5c953 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/a7455e72 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/aba5b230 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/b00f1b07 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/b0271bb6 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/b1365b68 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/b2517c31 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/be1ebd77 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/c0726fa5 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/c2f3ddba +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/c342ba0e +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/c36ee3be +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/c39c8b98 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/c3bcbe40 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/c8731a5e +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/c8e88d14 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/cc9edbbf +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/ce8d9a83 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/d459da12 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/d4a27c10 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/d5d77356 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/d630df66 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/d66f3f99 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/d72bf6df +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/d92852a2 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/d941f38f +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/dbe52a6e +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/dce1d5cc +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/dee13a2e +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/e7169cdb +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/e7e064fe +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/e8544540 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/e90db11a +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/e99f9cbc +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/eb848805 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/ee3a6589 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/f345a2d7 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/f6123cd4 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/f73d8aee +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/f8169fc9 +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/fa4f052d +1 -0
- timetoalign-1.0.0/docs/page/.quarto/xref/ffdf4cd1 +1 -0
- timetoalign-1.0.0/docs/page/.sync_state.json +29 -0
- timetoalign-1.0.0/docs/page/_quarto.yml +234 -0
- timetoalign-1.0.0/docs/page/_site/concepts.html +1341 -0
- timetoalign-1.0.0/docs/page/_site/contributing.html +1639 -0
- timetoalign-1.0.0/docs/page/_site/glossary.html +929 -0
- timetoalign-1.0.0/docs/page/_site/howto/how01_advanced_cmaps.html +1411 -0
- timetoalign-1.0.0/docs/page/_site/howto/how01_advanced_timestamps.html +1375 -0
- timetoalign-1.0.0/docs/page/_site/howto/how01_beat_grids.html +1742 -0
- timetoalign-1.0.0/docs/page/_site/howto/how01_coordinate_math.html +1123 -0
- timetoalign-1.0.0/docs/page/_site/howto/how01_graphical_timelines.html +956 -0
- timetoalign-1.0.0/docs/page/_site/howto/how01_loading_data.html +1845 -0
- timetoalign-1.0.0/docs/page/_site/howto/how01_manual_timeline_construction.html +1084 -0
- timetoalign-1.0.0/docs/page/_site/howto/how01_tabular_loaders.html +2407 -0
- timetoalign-1.0.0/docs/page/_site/howto/how01_thoresen_annotation_transfer.html +1782 -0
- timetoalign-1.0.0/docs/page/_site/howto/how02_supra_piano_roll.html +2643 -0
- timetoalign-1.0.0/docs/page/_site/howto/how03_beethoven_multimodal.html +3273 -0
- timetoalign-1.0.0/docs/page/_site/howto/how03_create_note_alignment.html +1158 -0
- timetoalign-1.0.0/docs/page/_site/howto/how03_loading_vienna_corpus.html +1319 -0
- timetoalign-1.0.0/docs/page/_site/howto/how04_hendrix_song_genesis.html +1262 -0
- timetoalign-1.0.0/docs/page/_site/howto.html +991 -0
- timetoalign-1.0.0/docs/page/_site/index.html +721 -0
- timetoalign-1.0.0/docs/page/_site/listings.json +32 -0
- timetoalign-1.0.0/docs/page/_site/reference/AlignmentAnchor.html +1049 -0
- timetoalign-1.0.0/docs/page/_site/reference/AlignmentBundle.html +1384 -0
- timetoalign-1.0.0/docs/page/_site/reference/AudioInfo.html +989 -0
- timetoalign-1.0.0/docs/page/_site/reference/AudioLoader.html +1080 -0
- timetoalign-1.0.0/docs/page/_site/reference/BeatGrid.html +1274 -0
- timetoalign-1.0.0/docs/page/_site/reference/ChainMap.html +1023 -0
- timetoalign-1.0.0/docs/page/_site/reference/ClaimFilter.html +1036 -0
- timetoalign-1.0.0/docs/page/_site/reference/ContinuousGraphicalTimeline.html +960 -0
- timetoalign-1.0.0/docs/page/_site/reference/ContinuousLogicalTimeline.html +960 -0
- timetoalign-1.0.0/docs/page/_site/reference/ContinuousPhysicalTimeline.html +1049 -0
- timetoalign-1.0.0/docs/page/_site/reference/ConversionMap.html +1080 -0
- timetoalign-1.0.0/docs/page/_site/reference/Coordinate.html +1094 -0
- timetoalign-1.0.0/docs/page/_site/reference/CoordinateSpec.html +913 -0
- timetoalign-1.0.0/docs/page/_site/reference/CoordinateValue.html +913 -0
- timetoalign-1.0.0/docs/page/_site/reference/DictStore.html +1002 -0
- timetoalign-1.0.0/docs/page/_site/reference/DiscreteGraphicalTimeline.html +960 -0
- timetoalign-1.0.0/docs/page/_site/reference/DiscreteLogicalTimeline.html +960 -0
- timetoalign-1.0.0/docs/page/_site/reference/DiscretePhysicalTimeline.html +960 -0
- timetoalign-1.0.0/docs/page/_site/reference/Domain.html +978 -0
- timetoalign-1.0.0/docs/page/_site/reference/EepNotesLoader.html +958 -0
- timetoalign-1.0.0/docs/page/_site/reference/EventData.html +1325 -0
- timetoalign-1.0.0/docs/page/_site/reference/EventStore.html +1084 -0
- timetoalign-1.0.0/docs/page/_site/reference/EventType.html +950 -0
- timetoalign-1.0.0/docs/page/_site/reference/GraphicalTimeline.html +960 -0
- timetoalign-1.0.0/docs/page/_site/reference/IdCoordinate.html +1036 -0
- timetoalign-1.0.0/docs/page/_site/reference/IdGenerator.html +1059 -0
- timetoalign-1.0.0/docs/page/_site/reference/LinearMap.html +1057 -0
- timetoalign-1.0.0/docs/page/_site/reference/Loader.html +1185 -0
- timetoalign-1.0.0/docs/page/_site/reference/LogicalTimeline.html +960 -0
- timetoalign-1.0.0/docs/page/_site/reference/MatchClaim.html +1192 -0
- timetoalign-1.0.0/docs/page/_site/reference/MatchGraph.html +1204 -0
- timetoalign-1.0.0/docs/page/_site/reference/MatchLine.html +1093 -0
- timetoalign-1.0.0/docs/page/_site/reference/MatchMetadata.html +1003 -0
- timetoalign-1.0.0/docs/page/_site/reference/MatchStamp.html +1067 -0
- timetoalign-1.0.0/docs/page/_site/reference/MatchfileLoader.html +1086 -0
- timetoalign-1.0.0/docs/page/_site/reference/NumberType.html +997 -0
- timetoalign-1.0.0/docs/page/_site/reference/PerfectAlignment.html +1005 -0
- timetoalign-1.0.0/docs/page/_site/reference/PhysicalTimeline.html +960 -0
- timetoalign-1.0.0/docs/page/_site/reference/PiecewiseMap.html +1023 -0
- timetoalign-1.0.0/docs/page/_site/reference/RepoVizzInfo.html +970 -0
- timetoalign-1.0.0/docs/page/_site/reference/RepoVizzLoader.html +1206 -0
- timetoalign-1.0.0/docs/page/_site/reference/ScalarMap.html +1021 -0
- timetoalign-1.0.0/docs/page/_site/reference/ScopedId.html +1043 -0
- timetoalign-1.0.0/docs/page/_site/reference/SecondsToSamples.html +1022 -0
- timetoalign-1.0.0/docs/page/_site/reference/ShiftMap.html +1025 -0
- timetoalign-1.0.0/docs/page/_site/reference/SingleStore.html +1014 -0
- timetoalign-1.0.0/docs/page/_site/reference/TableMap.html +1085 -0
- timetoalign-1.0.0/docs/page/_site/reference/TiliaDictStore.html +1020 -0
- timetoalign-1.0.0/docs/page/_site/reference/TiliaJsonLoader.html +1076 -0
- timetoalign-1.0.0/docs/page/_site/reference/TimeUnit.html +1078 -0
- timetoalign-1.0.0/docs/page/_site/reference/Timeline.html +2222 -0
- timetoalign-1.0.0/docs/page/_site/reference/TimelineGroup.html +1400 -0
- timetoalign-1.0.0/docs/page/_site/reference/TimelineIdGenerator.html +1037 -0
- timetoalign-1.0.0/docs/page/_site/reference/WarpMap.html +1122 -0
- timetoalign-1.0.0/docs/page/_site/reference/index.html +1175 -0
- timetoalign-1.0.0/docs/page/_site/reference.html +934 -0
- timetoalign-1.0.0/docs/page/_site/search.json +4191 -0
- timetoalign-1.0.0/docs/page/_site/site_libs/bootstrap/bootstrap-dd755a99c6cc9ca4e4754bbc744f4c8a.min.css +12 -0
- timetoalign-1.0.0/docs/page/_site/tutorials/tut00_quickstart.html +1003 -0
- timetoalign-1.0.0/docs/page/_site/tutorials/tut01a_timelines_events_maps.html +974 -0
- timetoalign-1.0.0/docs/page/_site/tutorials/tut01b_children_regions_timestamps.html +1093 -0
- timetoalign-1.0.0/docs/page/_site/tutorials/tut02_timeline_groups.html +905 -0
- timetoalign-1.0.0/docs/page/_site/tutorials/tut03_alignment_bundles.html +831 -0
- timetoalign-1.0.0/docs/page/_site/tutorials/tut04_flow_and_grids.html +796 -0
- timetoalign-1.0.0/docs/page/_site/tutorials.html +855 -0
- timetoalign-1.0.0/docs/page/contributing.qmd +647 -0
- timetoalign-1.0.0/docs/page/glossary.qmd +468 -0
- timetoalign-1.0.0/docs/page/glossary.yml +319 -0
- timetoalign-1.0.0/docs/page/howto/how01_advanced_cmaps.ipynb +1077 -0
- timetoalign-1.0.0/docs/page/howto/how01_advanced_timestamps.ipynb +1147 -0
- timetoalign-1.0.0/docs/page/howto/how01_beat_grids.ipynb +1523 -0
- timetoalign-1.0.0/docs/page/howto/how01_coordinate_math.ipynb +1002 -0
- timetoalign-1.0.0/docs/page/howto/how01_graphical_timelines.ipynb +387 -0
- timetoalign-1.0.0/docs/page/howto/how01_loading_data.ipynb +1732 -0
- timetoalign-1.0.0/docs/page/howto/how01_manual_timeline_construction.ipynb +645 -0
- timetoalign-1.0.0/docs/page/howto/how01_tabular_loaders.ipynb +2353 -0
- timetoalign-1.0.0/docs/page/howto/how01_thoresen_annotation_transfer.ipynb +1459 -0
- timetoalign-1.0.0/docs/page/howto/how02_supra_piano_roll.ipynb +2716 -0
- timetoalign-1.0.0/docs/page/howto/how03_beethoven_multimodal.ipynb +4612 -0
- timetoalign-1.0.0/docs/page/howto/how03_create_note_alignment.ipynb +792 -0
- timetoalign-1.0.0/docs/page/howto/how03_listen_here.ipynb +739 -0
- timetoalign-1.0.0/docs/page/howto/how03_loading_vienna_corpus.ipynb +969 -0
- timetoalign-1.0.0/docs/page/howto/how03_mpm_toolbox.ipynb +1501 -0
- timetoalign-1.0.0/docs/page/howto/how03_parangonada.ipynb +1399 -0
- timetoalign-1.0.0/docs/page/howto/how03_performance_precision.ipynb +2144 -0
- timetoalign-1.0.0/docs/page/howto/how04_hendrix_song_genesis.ipynb +803 -0
- timetoalign-1.0.0/docs/page/howto.qmd +86 -0
- timetoalign-1.0.0/docs/page/index.qmd +133 -0
- timetoalign-1.0.0/docs/page/notebooks.csv +28 -0
- timetoalign-1.0.0/docs/page/objects.json +1 -0
- timetoalign-1.0.0/docs/page/reference/AlignmentAnchor.qmd +107 -0
- timetoalign-1.0.0/docs/page/reference/AlignmentBundle.qmd +746 -0
- timetoalign-1.0.0/docs/page/reference/BeatGrid.qmd +449 -0
- timetoalign-1.0.0/docs/page/reference/Coordinate.qmd +35 -0
- timetoalign-1.0.0/docs/page/reference/EventData.qmd +531 -0
- timetoalign-1.0.0/docs/page/reference/IdCoordinate.qmd +12 -0
- timetoalign-1.0.0/docs/page/reference/ListenHereLoader.qmd +143 -0
- timetoalign-1.0.0/docs/page/reference/Loader.qmd +327 -0
- timetoalign-1.0.0/docs/page/reference/MatchClaim.qmd +348 -0
- timetoalign-1.0.0/docs/page/reference/MatchClaimField.qmd +228 -0
- timetoalign-1.0.0/docs/page/reference/MatchGraph.qmd +274 -0
- timetoalign-1.0.0/docs/page/reference/MatchMetadata.qmd +51 -0
- timetoalign-1.0.0/docs/page/reference/MatchfileLoader.qmd +219 -0
- timetoalign-1.0.0/docs/page/reference/MpmLoader.qmd +119 -0
- timetoalign-1.0.0/docs/page/reference/ParangonadaLoader.qmd +104 -0
- timetoalign-1.0.0/docs/page/reference/PerformancePrecisionLoader.qmd +118 -0
- timetoalign-1.0.0/docs/page/reference/TiliaJsonLoader.qmd +156 -0
- timetoalign-1.0.0/docs/page/reference/TimeUnit.qmd +43 -0
- timetoalign-1.0.0/docs/page/reference/Timeline.qmd +2094 -0
- timetoalign-1.0.0/docs/page/reference/TimelineGroup.qmd +648 -0
- timetoalign-1.0.0/docs/page/reference/_sidebar.yml +74 -0
- timetoalign-1.0.0/docs/page/reference/index.qmd +94 -0
- timetoalign-1.0.0/docs/page/tutorials/tut00_quickstart.ipynb +564 -0
- timetoalign-1.0.0/docs/page/tutorials/tut01a_timelines_events_maps.ipynb +482 -0
- timetoalign-1.0.0/docs/page/tutorials/tut01b_children_regions_timestamps.ipynb +649 -0
- timetoalign-1.0.0/docs/page/tutorials/tut02_timeline_groups.ipynb +325 -0
- timetoalign-1.0.0/docs/page/tutorials/tut03_alignment_bundles.ipynb +325 -0
- timetoalign-1.0.0/docs/page/tutorials/tut04_flow_and_grids.ipynb +294 -0
- timetoalign-1.0.0/docs/page/tutorials/tut05_datafields_and_eventdata.ipynb +1154 -0
- timetoalign-1.0.0/docs/page/tutorials/tut06_pitch_and_harmony.ipynb +834 -0
- timetoalign-1.0.0/docs/page/tutorials.qmd +63 -0
- timetoalign-1.0.0/docs/tuto-notebooks/tut00_quickstart.py +139 -0
- timetoalign-1.0.0/docs/tuto-notebooks/tut01a_timelines_events_maps.py +80 -0
- timetoalign-1.0.0/docs/tuto-notebooks/tut01b_children_regions_timestamps.py +72 -0
- timetoalign-1.0.0/docs/tuto-notebooks/tut02_timeline_groups.py +90 -0
- timetoalign-1.0.0/docs/tuto-notebooks/tut03_alignment_bundles.py +88 -0
- timetoalign-1.0.0/docs/tuto-notebooks/tut04_flow_and_grids.py +88 -0
- timetoalign-1.0.0/docs/tuto-notebooks/tut05_datafields_and_eventdata.py +379 -0
- timetoalign-1.0.0/docs/tuto-notebooks/tut06_pitch_and_harmony.py +337 -0
- timetoalign-1.0.0/pyproject.toml +124 -0
- timetoalign-1.0.0/tests/README.md +21 -0
- timetoalign-1.0.0/tests/alignment/README.md +966 -0
- timetoalign-1.0.0/tests/alignment/conftest.py +372 -0
- timetoalign-1.0.0/tests/alignment/test_anchors.py +1112 -0
- timetoalign-1.0.0/tests/alignment/test_bundle.py +1579 -0
- timetoalign-1.0.0/tests/alignment/test_filters.py +338 -0
- timetoalign-1.0.0/tests/alignment/test_graph.py +1421 -0
- timetoalign-1.0.0/tests/alignment/test_match_claim_field.py +487 -0
- timetoalign-1.0.0/tests/alignment/test_matchline.py +810 -0
- timetoalign-1.0.0/tests/alignment/test_matchline_save_as.py +804 -0
- timetoalign-1.0.0/tests/alignment/test_stamp_query_api.py +1130 -0
- timetoalign-1.0.0/tests/alignment/test_supra_integration.py +465 -0
- timetoalign-1.0.0/tests/alignment/test_thoresen_poc.py +383 -0
- timetoalign-1.0.0/tests/alignment/test_warpmap.py +856 -0
- timetoalign-1.0.0/tests/conftest.py +74 -0
- timetoalign-1.0.0/tests/core/README.md +558 -0
- timetoalign-1.0.0/tests/core/test_bulk_migration_regimes.py +547 -0
- timetoalign-1.0.0/tests/core/test_column_builder.py +171 -0
- timetoalign-1.0.0/tests/core/test_coordinate_field.py +481 -0
- timetoalign-1.0.0/tests/core/test_coordinate_resolution.py +241 -0
- timetoalign-1.0.0/tests/core/test_enums.py +267 -0
- timetoalign-1.0.0/tests/core/test_eventdata_repr_html.py +69 -0
- timetoalign-1.0.0/tests/core/test_events.py +351 -0
- timetoalign-1.0.0/tests/core/test_field_repr_html.py +103 -0
- timetoalign-1.0.0/tests/core/test_field_scalar_parity.py +823 -0
- timetoalign-1.0.0/tests/core/test_fields_base.py +345 -0
- timetoalign-1.0.0/tests/core/test_midi_event.py +305 -0
- timetoalign-1.0.0/tests/core/test_parquet_metadata.py +340 -0
- timetoalign-1.0.0/tests/core/test_pilot_round_trip.py +178 -0
- timetoalign-1.0.0/tests/core/test_pydantic_translator.py +189 -0
- timetoalign-1.0.0/tests/core/test_real_data_score.py +314 -0
- timetoalign-1.0.0/tests/core/test_scalar_repr.py +150 -0
- timetoalign-1.0.0/tests/core/test_score_scalars.py +489 -0
- timetoalign-1.0.0/tests/core/test_stamp_interface.py +175 -0
- timetoalign-1.0.0/tests/core/test_timestamp.py +644 -0
- timetoalign-1.0.0/tests/core/test_translator_extensions.py +349 -0
- timetoalign-1.0.0/tests/core/test_types.py +671 -0
- timetoalign-1.0.0/tests/core/test_wire_format.py +459 -0
- timetoalign-1.0.0/tests/display/README.md +329 -0
- timetoalign-1.0.0/tests/display/test_ascii.py +1424 -0
- timetoalign-1.0.0/tests/display/test_html.py +97 -0
- timetoalign-1.0.0/tests/integration/test_beethoven_woo71.py +304 -0
- timetoalign-1.0.0/tests/loader/README.md +846 -0
- timetoalign-1.0.0/tests/loader/conftest.py +168 -0
- timetoalign-1.0.0/tests/loader/format/README.md +79 -0
- timetoalign-1.0.0/tests/loader/format/test_json_loader.py +337 -0
- timetoalign-1.0.0/tests/loader/format/test_xml_loader.py +511 -0
- timetoalign-1.0.0/tests/loader/graphical/test_aton_loader.py +434 -0
- timetoalign-1.0.0/tests/loader/midi/README.md +140 -0
- timetoalign-1.0.0/tests/loader/midi/test_harmonization.py +129 -0
- timetoalign-1.0.0/tests/loader/midi/test_performance.py +152 -0
- timetoalign-1.0.0/tests/loader/midi/test_score.py +80 -0
- timetoalign-1.0.0/tests/loader/midi/test_store.py +118 -0
- timetoalign-1.0.0/tests/loader/physical/README.md +61 -0
- timetoalign-1.0.0/tests/loader/physical/test_repovizz_loader.py +413 -0
- timetoalign-1.0.0/tests/loader/profile_matchfile.py +238 -0
- timetoalign-1.0.0/tests/loader/score/README.md +758 -0
- timetoalign-1.0.0/tests/loader/score/conftest.py +429 -0
- timetoalign-1.0.0/tests/loader/score/profile.py +79 -0
- timetoalign-1.0.0/tests/loader/score/test_cross_validation.py +171 -0
- timetoalign-1.0.0/tests/loader/score/test_flow_control_parity.py +858 -0
- timetoalign-1.0.0/tests/loader/score/test_flow_csv_validation.py +270 -0
- timetoalign-1.0.0/tests/loader/score/test_loaders.py +543 -0
- timetoalign-1.0.0/tests/loader/score/test_measuremap_loader.py +388 -0
- timetoalign-1.0.0/tests/loader/score/test_score_parsing_matrix.py +913 -0
- timetoalign-1.0.0/tests/loader/tabular/PROFILING_REPORT.md +119 -0
- timetoalign-1.0.0/tests/loader/tabular/README.md +297 -0
- timetoalign-1.0.0/tests/loader/tabular/profile_vectorized.py +316 -0
- timetoalign-1.0.0/tests/loader/tabular/test_correctness.py +372 -0
- timetoalign-1.0.0/tests/loader/tabular/test_error_handling.py +349 -0
- timetoalign-1.0.0/tests/loader/tabular/test_lab_loader.py +326 -0
- timetoalign-1.0.0/tests/loader/tabular/test_solo_loader.py +204 -0
- timetoalign-1.0.0/tests/loader/tabular/test_struct_columns.py +278 -0
- timetoalign-1.0.0/tests/loader/tabular/test_tabular.py +211 -0
- timetoalign-1.0.0/tests/loader/tabular/test_vectorized.py +296 -0
- timetoalign-1.0.0/tests/loader/test_base_loaders.py +413 -0
- timetoalign-1.0.0/tests/loader/test_bundle.py +201 -0
- timetoalign-1.0.0/tests/loader/test_error_handling.py +305 -0
- timetoalign-1.0.0/tests/loader/test_field_parsers.py +403 -0
- timetoalign-1.0.0/tests/loader/test_get_events_properties.py +129 -0
- timetoalign-1.0.0/tests/loader/test_interval_policy.py +518 -0
- timetoalign-1.0.0/tests/loader/test_listen_here_loader.py +374 -0
- timetoalign-1.0.0/tests/loader/test_loader.py +249 -0
- timetoalign-1.0.0/tests/loader/test_matchfile_loader.py +1102 -0
- timetoalign-1.0.0/tests/loader/test_mixins.py +420 -0
- timetoalign-1.0.0/tests/loader/test_mixins_semantic_access.py +479 -0
- timetoalign-1.0.0/tests/loader/test_mpm_loader.py +695 -0
- timetoalign-1.0.0/tests/loader/test_parangonada_loader.py +508 -0
- timetoalign-1.0.0/tests/loader/test_parsing.py +566 -0
- timetoalign-1.0.0/tests/loader/test_performance_precision_loader.py +319 -0
- timetoalign-1.0.0/tests/loader/test_represent_pitch_once.py +661 -0
- timetoalign-1.0.0/tests/loader/test_schema.py +293 -0
- timetoalign-1.0.0/tests/loader/test_step2_field_specs.py +290 -0
- timetoalign-1.0.0/tests/loader/test_store.py +457 -0
- timetoalign-1.0.0/tests/loader/test_tilia_loader.py +395 -0
- timetoalign-1.0.0/tests/maps/README.md +245 -0
- timetoalign-1.0.0/tests/maps/test_interpolation.py +517 -0
- timetoalign-1.0.0/tests/maps/test_interval.py +509 -0
- timetoalign-1.0.0/tests/maps/test_linear.py +211 -0
- timetoalign-1.0.0/tests/maps/test_meter.py +156 -0
- timetoalign-1.0.0/tests/maps/test_periodic.py +327 -0
- timetoalign-1.0.0/tests/maps/test_table.py +169 -0
- timetoalign-1.0.0/tests/storage/README.md +45 -0
- timetoalign-1.0.0/tests/storage/test_events.py +74 -0
- timetoalign-1.0.0/tests/testdata/README.md +42 -0
- timetoalign-1.0.0/tests/testdata/test_looks_ready.py +88 -0
- timetoalign-1.0.0/tests/timelines/README.md +1145 -0
- timetoalign-1.0.0/tests/timelines/test_base.py +621 -0
- timetoalign-1.0.0/tests/timelines/test_beatgrid.py +1052 -0
- timetoalign-1.0.0/tests/timelines/test_coordinate_resolution.py +69 -0
- timetoalign-1.0.0/tests/timelines/test_factory.py +535 -0
- timetoalign-1.0.0/tests/timelines/test_flow.py +1638 -0
- timetoalign-1.0.0/tests/timelines/test_groups.py +1686 -0
- timetoalign-1.0.0/tests/timelines/test_integration.py +638 -0
- timetoalign-1.0.0/tests/timelines/test_maps_integration.py +166 -0
- timetoalign-1.0.0/tests/timelines/test_nesting.py +690 -0
- timetoalign-1.0.0/tests/timelines/test_segment_naming.py +177 -0
- timetoalign-1.0.0/tests/timelines/test_timeline_relationships.py +2127 -0
- timetoalign-1.0.0/tests/timelines/test_timestamps.py +766 -0
- timetoalign-1.0.0/tests/timelines/test_types.py +579 -0
- timetoalign-1.0.0/tests/timelines/test_unfolding.py +1473 -0
- timetoalign-1.0.0/timetoalign/__init__.py +352 -0
- timetoalign-1.0.0/timetoalign/alignment/__init__.py +67 -0
- timetoalign-1.0.0/timetoalign/alignment/bundle.py +1996 -0
- timetoalign-1.0.0/timetoalign/alignment/claims.py +1972 -0
- timetoalign-1.0.0/timetoalign/alignment/filters.py +291 -0
- timetoalign-1.0.0/timetoalign/alignment/graph.py +1249 -0
- timetoalign-1.0.0/timetoalign/alignment/matching.py +382 -0
- timetoalign-1.0.0/timetoalign/alignment/matchline.py +350 -0
- timetoalign-1.0.0/timetoalign/alignment/warpmap.py +594 -0
- timetoalign-1.0.0/timetoalign/core/__init__.py +282 -0
- timetoalign-1.0.0/timetoalign/core/enums.py +795 -0
- timetoalign-1.0.0/timetoalign/core/events.py +2409 -0
- timetoalign-1.0.0/timetoalign/core/fields.py +2615 -0
- timetoalign-1.0.0/timetoalign/core/protocols.py +645 -0
- timetoalign-1.0.0/timetoalign/core/time.py +1983 -0
- timetoalign-1.0.0/timetoalign/core/timestamp.py +1093 -0
- timetoalign-1.0.0/timetoalign/display/__init__.py +55 -0
- timetoalign-1.0.0/timetoalign/display/ascii.py +1998 -0
- timetoalign-1.0.0/timetoalign/display/html.py +106 -0
- timetoalign-1.0.0/timetoalign/loader/__init__.py +108 -0
- timetoalign-1.0.0/timetoalign/loader/alignment/__init__.py +42 -0
- timetoalign-1.0.0/timetoalign/loader/alignment/listen_here.py +518 -0
- timetoalign-1.0.0/timetoalign/loader/alignment/matchfile.py +838 -0
- timetoalign-1.0.0/timetoalign/loader/alignment/mpm.py +1200 -0
- timetoalign-1.0.0/timetoalign/loader/alignment/parangonada.py +795 -0
- timetoalign-1.0.0/timetoalign/loader/alignment/performance_precision.py +589 -0
- timetoalign-1.0.0/timetoalign/loader/alignment/tilia.py +935 -0
- timetoalign-1.0.0/timetoalign/loader/base.py +1364 -0
- timetoalign-1.0.0/timetoalign/loader/format/json.py +734 -0
- timetoalign-1.0.0/timetoalign/loader/format/xml.py +605 -0
- timetoalign-1.0.0/timetoalign/loader/graphical/aton.py +527 -0
- timetoalign-1.0.0/timetoalign/loader/graphical/iiif.py +451 -0
- timetoalign-1.0.0/timetoalign/loader/graphical/loader.py +321 -0
- timetoalign-1.0.0/timetoalign/loader/graphical/paths.py +509 -0
- timetoalign-1.0.0/timetoalign/loader/midi/__init__.py +45 -0
- timetoalign-1.0.0/timetoalign/loader/midi/base.py +51 -0
- timetoalign-1.0.0/timetoalign/loader/midi/events.py +106 -0
- timetoalign-1.0.0/timetoalign/loader/midi/performance.py +262 -0
- timetoalign-1.0.0/timetoalign/loader/midi/score.py +190 -0
- timetoalign-1.0.0/timetoalign/loader/midi/store.py +293 -0
- timetoalign-1.0.0/timetoalign/loader/physical/audio.py +639 -0
- timetoalign-1.0.0/timetoalign/loader/physical/eep_notes.py +130 -0
- timetoalign-1.0.0/timetoalign/loader/physical/repovizz.py +1076 -0
- timetoalign-1.0.0/timetoalign/loader/physical/repovizz_catalogue.py +312 -0
- timetoalign-1.0.0/timetoalign/loader/physical/repovizz_store.py +128 -0
- timetoalign-1.0.0/timetoalign/loader/score/__init__.py +78 -0
- timetoalign-1.0.0/timetoalign/loader/score/base.py +196 -0
- timetoalign-1.0.0/timetoalign/loader/score/events.py +41 -0
- timetoalign-1.0.0/timetoalign/loader/score/measuremap.py +452 -0
- timetoalign-1.0.0/timetoalign/loader/score/ms3.py +897 -0
- timetoalign-1.0.0/timetoalign/loader/score/music21.py +1009 -0
- timetoalign-1.0.0/timetoalign/loader/score/partitura.py +764 -0
- timetoalign-1.0.0/timetoalign/loader/score/store.py +496 -0
- timetoalign-1.0.0/timetoalign/loader/score/stores/annotations.py +109 -0
- timetoalign-1.0.0/timetoalign/loader/score/stores/controls.py +113 -0
- timetoalign-1.0.0/timetoalign/loader/score/stores/measures.py +394 -0
- timetoalign-1.0.0/timetoalign/loader/score/stores/notes.py +224 -0
- timetoalign-1.0.0/timetoalign/loader/tabular/__init__.py +46 -0
- timetoalign-1.0.0/timetoalign/loader/tabular/base.py +1330 -0
- timetoalign-1.0.0/timetoalign/loader/tabular/csv.py +162 -0
- timetoalign-1.0.0/timetoalign/loader/tabular/field_parsers.py +434 -0
- timetoalign-1.0.0/timetoalign/loader/tabular/solo.py +152 -0
- timetoalign-1.0.0/timetoalign/maps/base.py +419 -0
- timetoalign-1.0.0/timetoalign/maps/combination.py +229 -0
- timetoalign-1.0.0/timetoalign/maps/composite.py +389 -0
- timetoalign-1.0.0/timetoalign/maps/constant.py +160 -0
- timetoalign-1.0.0/timetoalign/maps/convenience.py +278 -0
- timetoalign-1.0.0/timetoalign/maps/interpolation.py +380 -0
- timetoalign-1.0.0/timetoalign/maps/interval.py +691 -0
- timetoalign-1.0.0/timetoalign/maps/linear.py +380 -0
- timetoalign-1.0.0/timetoalign/maps/meter.py +724 -0
- timetoalign-1.0.0/timetoalign/maps/periodic.py +344 -0
- timetoalign-1.0.0/timetoalign/maps/table.py +424 -0
- timetoalign-1.0.0/timetoalign/storage/__init__.py +18 -0
- timetoalign-1.0.0/timetoalign/storage/events.py +1897 -0
- timetoalign-1.0.0/timetoalign/storage/mixins.py +1241 -0
- timetoalign-1.0.0/timetoalign/storage/parsing.py +614 -0
- timetoalign-1.0.0/timetoalign/storage/schema.py +757 -0
- timetoalign-1.0.0/timetoalign/storage/store.py +855 -0
- timetoalign-1.0.0/timetoalign/testdata/__init__.py +302 -0
- timetoalign-1.0.0/timetoalign/timelines/__init__.py +155 -0
- timetoalign-1.0.0/timetoalign/timelines/base.py +1000 -0
- timetoalign-1.0.0/timetoalign/timelines/beatgrid.py +951 -0
- timetoalign-1.0.0/timetoalign/timelines/engines/__init__.py +19 -0
- timetoalign-1.0.0/timetoalign/timelines/engines/children.py +853 -0
- timetoalign-1.0.0/timetoalign/timelines/engines/conversion.py +514 -0
- timetoalign-1.0.0/timetoalign/timelines/engines/events.py +417 -0
- timetoalign-1.0.0/timetoalign/timelines/engines/regions.py +568 -0
- timetoalign-1.0.0/timetoalign/timelines/engines/segments.py +462 -0
- timetoalign-1.0.0/timetoalign/timelines/engines/tabular.py +1026 -0
- timetoalign-1.0.0/timetoalign/timelines/factory.py +502 -0
- timetoalign-1.0.0/timetoalign/timelines/flow/__init__.py +55 -0
- timetoalign-1.0.0/timetoalign/timelines/flow/controller.py +2361 -0
- timetoalign-1.0.0/timetoalign/timelines/flow/flowmap.py +286 -0
- timetoalign-1.0.0/timetoalign/timelines/flow/measures.py +434 -0
- timetoalign-1.0.0/timetoalign/timelines/flow/naming.py +114 -0
- timetoalign-1.0.0/timetoalign/timelines/flow/sections.py +822 -0
- timetoalign-1.0.0/timetoalign/timelines/flow/unfolding.py +317 -0
- timetoalign-1.0.0/timetoalign/timelines/flowcontrol.py +434 -0
- timetoalign-1.0.0/timetoalign/timelines/groups.py +2078 -0
- timetoalign-1.0.0/timetoalign/timelines/types.py +1521 -0
- timetoalign-0.2.0/.git +0 -1
- timetoalign-0.2.0/.gitignore +0 -24
- timetoalign-0.2.0/.isort.cfg +0 -2
- timetoalign-0.2.0/CHANGELOG.md +0 -51
- timetoalign-0.2.0/PKG-INFO +0 -420
- timetoalign-0.2.0/README.md +0 -264
- timetoalign-0.2.0/docs/howto-notebooks/how01_advanced_cmaps.py +0 -217
- timetoalign-0.2.0/docs/howto-notebooks/how01_advanced_timestamps.py +0 -167
- timetoalign-0.2.0/docs/howto-notebooks/how01_beat_grids.py +0 -583
- timetoalign-0.2.0/docs/howto-notebooks/how01_coordinate_math.py +0 -153
- timetoalign-0.2.0/docs/howto-notebooks/how01_flow_control.py +0 -481
- timetoalign-0.2.0/docs/howto-notebooks/how01_graphical_timelines.py +0 -207
- timetoalign-0.2.0/docs/howto-notebooks/how01_loading_data.py +0 -332
- timetoalign-0.2.0/docs/howto-notebooks/how01_manual_timeline_construction.py +0 -201
- timetoalign-0.2.0/docs/howto-notebooks/how01_tabular_loaders.py +0 -464
- timetoalign-0.2.0/docs/howto-notebooks/how01_thoresen_annotation_transfer.py +0 -613
- timetoalign-0.2.0/docs/howto-notebooks/how02_supra_piano_roll.py +0 -683
- timetoalign-0.2.0/docs/howto-notebooks/how03_beethoven_multimodal.py +0 -994
- timetoalign-0.2.0/docs/howto-notebooks/how03_create_note_alignment.py +0 -281
- timetoalign-0.2.0/docs/howto-notebooks/how03_loading_vienna_corpus.py +0 -309
- timetoalign-0.2.0/docs/howto-notebooks/how04_hendrix_song_genesis.py +0 -267
- timetoalign-0.2.0/docs/howto-notebooks/how04_load_anything.py +0 -1106
- timetoalign-0.2.0/docs/howto-notebooks/outputs/ao_c/303/251u_beats.csv +0 -745
- timetoalign-0.2.0/docs/howto-notebooks/outputs/ao_c/303/251u_beats_tilia.csv +0 -745
- timetoalign-0.2.0/docs/howto-notebooks/outputs/bass_kick_beats.csv +0 -617
- timetoalign-0.2.0/docs/howto-notebooks/outputs/bass_kick_beats_tilia.csv +0 -617
- timetoalign-0.2.0/docs/howto-notebooks/outputs/bye_bye_beats.csv +0 -785
- timetoalign-0.2.0/docs/howto-notebooks/outputs/bye_bye_beats_tilia.csv +0 -785
- timetoalign-0.2.0/docs/page/.sync_state.json +0 -34
- timetoalign-0.2.0/docs/page/_quarto.yml +0 -208
- timetoalign-0.2.0/docs/page/_site/concepts.html +0 -1341
- timetoalign-0.2.0/docs/page/_site/glossary.html +0 -929
- timetoalign-0.2.0/docs/page/_site/howto/how01_advanced_cmaps.html +0 -1411
- timetoalign-0.2.0/docs/page/_site/howto/how01_advanced_timestamps.html +0 -1375
- timetoalign-0.2.0/docs/page/_site/howto/how01_beat_grids.html +0 -1745
- timetoalign-0.2.0/docs/page/_site/howto/how01_coordinate_math.html +0 -1123
- timetoalign-0.2.0/docs/page/_site/howto/how01_graphical_timelines.html +0 -956
- timetoalign-0.2.0/docs/page/_site/howto/how01_loading_data.html +0 -1849
- timetoalign-0.2.0/docs/page/_site/howto/how01_manual_timeline_construction.html +0 -1084
- timetoalign-0.2.0/docs/page/_site/howto/how01_tabular_loaders.html +0 -2410
- timetoalign-0.2.0/docs/page/_site/howto/how01_thoresen_annotation_transfer.html +0 -1789
- timetoalign-0.2.0/docs/page/_site/howto/how02_supra_piano_roll.html +0 -2645
- timetoalign-0.2.0/docs/page/_site/howto/how03_beethoven_multimodal.html +0 -3279
- timetoalign-0.2.0/docs/page/_site/howto/how03_create_note_alignment.html +0 -1165
- timetoalign-0.2.0/docs/page/_site/howto/how03_loading_vienna_corpus.html +0 -1318
- timetoalign-0.2.0/docs/page/_site/howto/how04_hendrix_song_genesis.html +0 -1264
- timetoalign-0.2.0/docs/page/_site/howto.html +0 -991
- timetoalign-0.2.0/docs/page/_site/index.html +0 -721
- timetoalign-0.2.0/docs/page/_site/listings.json +0 -32
- timetoalign-0.2.0/docs/page/_site/reference/AlignmentAnchor.html +0 -1049
- timetoalign-0.2.0/docs/page/_site/reference/AlignmentBundle.html +0 -1384
- timetoalign-0.2.0/docs/page/_site/reference/AudioInfo.html +0 -989
- timetoalign-0.2.0/docs/page/_site/reference/AudioLoader.html +0 -1080
- timetoalign-0.2.0/docs/page/_site/reference/BeatGrid.html +0 -1274
- timetoalign-0.2.0/docs/page/_site/reference/ChainMap.html +0 -1023
- timetoalign-0.2.0/docs/page/_site/reference/ClaimFilter.html +0 -1036
- timetoalign-0.2.0/docs/page/_site/reference/ContinuousGraphicalTimeline.html +0 -960
- timetoalign-0.2.0/docs/page/_site/reference/ContinuousLogicalTimeline.html +0 -960
- timetoalign-0.2.0/docs/page/_site/reference/ContinuousPhysicalTimeline.html +0 -1049
- timetoalign-0.2.0/docs/page/_site/reference/ConversionMap.html +0 -1080
- timetoalign-0.2.0/docs/page/_site/reference/Coordinate.html +0 -1094
- timetoalign-0.2.0/docs/page/_site/reference/CoordinateSpec.html +0 -913
- timetoalign-0.2.0/docs/page/_site/reference/CoordinateValue.html +0 -913
- timetoalign-0.2.0/docs/page/_site/reference/DictStore.html +0 -1002
- timetoalign-0.2.0/docs/page/_site/reference/DiscreteGraphicalTimeline.html +0 -960
- timetoalign-0.2.0/docs/page/_site/reference/DiscreteLogicalTimeline.html +0 -960
- timetoalign-0.2.0/docs/page/_site/reference/DiscretePhysicalTimeline.html +0 -960
- timetoalign-0.2.0/docs/page/_site/reference/Domain.html +0 -978
- timetoalign-0.2.0/docs/page/_site/reference/EepNotesLoader.html +0 -958
- timetoalign-0.2.0/docs/page/_site/reference/EventData.html +0 -1325
- timetoalign-0.2.0/docs/page/_site/reference/EventStore.html +0 -1084
- timetoalign-0.2.0/docs/page/_site/reference/EventType.html +0 -950
- timetoalign-0.2.0/docs/page/_site/reference/GraphicalTimeline.html +0 -960
- timetoalign-0.2.0/docs/page/_site/reference/IdCoordinate.html +0 -1036
- timetoalign-0.2.0/docs/page/_site/reference/IdGenerator.html +0 -1059
- timetoalign-0.2.0/docs/page/_site/reference/LinearMap.html +0 -1057
- timetoalign-0.2.0/docs/page/_site/reference/Loader.html +0 -1185
- timetoalign-0.2.0/docs/page/_site/reference/LogicalTimeline.html +0 -960
- timetoalign-0.2.0/docs/page/_site/reference/MatchClaim.html +0 -1192
- timetoalign-0.2.0/docs/page/_site/reference/MatchGraph.html +0 -1204
- timetoalign-0.2.0/docs/page/_site/reference/MatchLine.html +0 -1093
- timetoalign-0.2.0/docs/page/_site/reference/MatchMetadata.html +0 -1003
- timetoalign-0.2.0/docs/page/_site/reference/MatchStamp.html +0 -1067
- timetoalign-0.2.0/docs/page/_site/reference/MatchfileLoader.html +0 -1086
- timetoalign-0.2.0/docs/page/_site/reference/NumberType.html +0 -997
- timetoalign-0.2.0/docs/page/_site/reference/PerfectAlignment.html +0 -1005
- timetoalign-0.2.0/docs/page/_site/reference/PhysicalTimeline.html +0 -960
- timetoalign-0.2.0/docs/page/_site/reference/PiecewiseMap.html +0 -1023
- timetoalign-0.2.0/docs/page/_site/reference/RepoVizzInfo.html +0 -970
- timetoalign-0.2.0/docs/page/_site/reference/RepoVizzLoader.html +0 -1206
- timetoalign-0.2.0/docs/page/_site/reference/ScalarMap.html +0 -1021
- timetoalign-0.2.0/docs/page/_site/reference/ScopedId.html +0 -1043
- timetoalign-0.2.0/docs/page/_site/reference/SecondsToSamples.html +0 -1022
- timetoalign-0.2.0/docs/page/_site/reference/ShiftMap.html +0 -1025
- timetoalign-0.2.0/docs/page/_site/reference/SingleStore.html +0 -1014
- timetoalign-0.2.0/docs/page/_site/reference/TableMap.html +0 -1085
- timetoalign-0.2.0/docs/page/_site/reference/TiliaDictStore.html +0 -1020
- timetoalign-0.2.0/docs/page/_site/reference/TiliaJsonLoader.html +0 -1076
- timetoalign-0.2.0/docs/page/_site/reference/TimeUnit.html +0 -1078
- timetoalign-0.2.0/docs/page/_site/reference/Timeline.html +0 -2222
- timetoalign-0.2.0/docs/page/_site/reference/TimelineGroup.html +0 -1400
- timetoalign-0.2.0/docs/page/_site/reference/TimelineIdGenerator.html +0 -1037
- timetoalign-0.2.0/docs/page/_site/reference/WarpMap.html +0 -1122
- timetoalign-0.2.0/docs/page/_site/reference/index.html +0 -1175
- timetoalign-0.2.0/docs/page/_site/reference.html +0 -934
- timetoalign-0.2.0/docs/page/_site/search.json +0 -4070
- timetoalign-0.2.0/docs/page/_site/site_libs/bootstrap/bootstrap-a0f9fd0d421825b736dc1bbcbcba2219.min.css +0 -12
- timetoalign-0.2.0/docs/page/_site/tutorials/tut00_quickstart.html +0 -991
- timetoalign-0.2.0/docs/page/_site/tutorials/tut01a_timelines_events_maps.html +0 -973
- timetoalign-0.2.0/docs/page/_site/tutorials/tut01b_children_regions_timestamps.html +0 -1080
- timetoalign-0.2.0/docs/page/_site/tutorials/tut02_timeline_groups.html +0 -905
- timetoalign-0.2.0/docs/page/_site/tutorials/tut03_alignment_bundles.html +0 -827
- timetoalign-0.2.0/docs/page/_site/tutorials/tut04_flow_and_grids.html +0 -796
- timetoalign-0.2.0/docs/page/_site/tutorials.html +0 -855
- timetoalign-0.2.0/docs/page/glossary.qmd +0 -373
- timetoalign-0.2.0/docs/page/glossary.yml +0 -240
- timetoalign-0.2.0/docs/page/howto/how01_advanced_cmaps.ipynb +0 -1077
- timetoalign-0.2.0/docs/page/howto/how01_advanced_timestamps.ipynb +0 -1147
- timetoalign-0.2.0/docs/page/howto/how01_beat_grids.ipynb +0 -1526
- timetoalign-0.2.0/docs/page/howto/how01_coordinate_math.ipynb +0 -680
- timetoalign-0.2.0/docs/page/howto/how01_graphical_timelines.ipynb +0 -387
- timetoalign-0.2.0/docs/page/howto/how01_loading_data.ipynb +0 -1735
- timetoalign-0.2.0/docs/page/howto/how01_manual_timeline_construction.ipynb +0 -645
- timetoalign-0.2.0/docs/page/howto/how01_tabular_loaders.ipynb +0 -2507
- timetoalign-0.2.0/docs/page/howto/how01_thoresen_annotation_transfer.ipynb +0 -1466
- timetoalign-0.2.0/docs/page/howto/how02_supra_piano_roll.ipynb +0 -2718
- timetoalign-0.2.0/docs/page/howto/how03_beethoven_multimodal.ipynb +0 -4702
- timetoalign-0.2.0/docs/page/howto/how03_create_note_alignment.ipynb +0 -799
- timetoalign-0.2.0/docs/page/howto/how03_loading_vienna_corpus.ipynb +0 -1036
- timetoalign-0.2.0/docs/page/howto/how04_hendrix_song_genesis.ipynb +0 -799
- timetoalign-0.2.0/docs/page/howto.qmd +0 -70
- timetoalign-0.2.0/docs/page/index.qmd +0 -126
- timetoalign-0.2.0/docs/page/notebooks.csv +0 -21
- timetoalign-0.2.0/docs/page/objects.json +0 -1
- timetoalign-0.2.0/docs/page/reference/AlignmentAnchor.qmd +0 -107
- timetoalign-0.2.0/docs/page/reference/AlignmentBundle.qmd +0 -683
- timetoalign-0.2.0/docs/page/reference/BeatGrid.qmd +0 -449
- timetoalign-0.2.0/docs/page/reference/Coordinate.qmd +0 -144
- timetoalign-0.2.0/docs/page/reference/EventData.qmd +0 -508
- timetoalign-0.2.0/docs/page/reference/IdCoordinate.qmd +0 -102
- timetoalign-0.2.0/docs/page/reference/Loader.qmd +0 -297
- timetoalign-0.2.0/docs/page/reference/MatchClaim.qmd +0 -321
- timetoalign-0.2.0/docs/page/reference/MatchGraph.qmd +0 -314
- timetoalign-0.2.0/docs/page/reference/MatchMetadata.qmd +0 -63
- timetoalign-0.2.0/docs/page/reference/MatchfileLoader.qmd +0 -218
- timetoalign-0.2.0/docs/page/reference/PerfectAlignment.qmd +0 -71
- timetoalign-0.2.0/docs/page/reference/TiliaJsonLoader.qmd +0 -156
- timetoalign-0.2.0/docs/page/reference/TimeUnit.qmd +0 -43
- timetoalign-0.2.0/docs/page/reference/Timeline.qmd +0 -2094
- timetoalign-0.2.0/docs/page/reference/TimelineGroup.qmd +0 -725
- timetoalign-0.2.0/docs/page/reference/_sidebar.yml +0 -70
- timetoalign-0.2.0/docs/page/reference/index.qmd +0 -90
- timetoalign-0.2.0/docs/page/tutorials/tut00_quickstart.ipynb +0 -531
- timetoalign-0.2.0/docs/page/tutorials/tut01a_timelines_events_maps.ipynb +0 -481
- timetoalign-0.2.0/docs/page/tutorials/tut01b_children_regions_timestamps.ipynb +0 -636
- timetoalign-0.2.0/docs/page/tutorials/tut02_timeline_groups.ipynb +0 -325
- timetoalign-0.2.0/docs/page/tutorials/tut03_alignment_bundles.ipynb +0 -316
- timetoalign-0.2.0/docs/page/tutorials/tut04_flow_and_grids.ipynb +0 -293
- timetoalign-0.2.0/docs/page/tutorials.qmd +0 -54
- timetoalign-0.2.0/docs/tuto-notebooks/outputs/ao_c/303/251u_beats.csv +0 -745
- timetoalign-0.2.0/docs/tuto-notebooks/outputs/ao_c/303/251u_beats_tilia.csv +0 -745
- timetoalign-0.2.0/docs/tuto-notebooks/outputs/bass_kick_beats.csv +0 -617
- timetoalign-0.2.0/docs/tuto-notebooks/outputs/bass_kick_beats_tilia.csv +0 -617
- timetoalign-0.2.0/docs/tuto-notebooks/outputs/bye_bye_beats.csv +0 -785
- timetoalign-0.2.0/docs/tuto-notebooks/outputs/bye_bye_beats_tilia.csv +0 -785
- timetoalign-0.2.0/docs/tuto-notebooks/tut00_quickstart.py +0 -140
- timetoalign-0.2.0/docs/tuto-notebooks/tut01a_timelines_events_maps.py +0 -80
- timetoalign-0.2.0/docs/tuto-notebooks/tut01b_children_regions_timestamps.py +0 -72
- timetoalign-0.2.0/docs/tuto-notebooks/tut02_timeline_groups.py +0 -90
- timetoalign-0.2.0/docs/tuto-notebooks/tut03_alignment_bundles.py +0 -75
- timetoalign-0.2.0/docs/tuto-notebooks/tut04_flow_and_grids.py +0 -88
- timetoalign-0.2.0/outputs/ao_c/303/251u_beats.csv +0 -745
- timetoalign-0.2.0/outputs/ao_c/303/251u_beats_tilia.csv +0 -745
- timetoalign-0.2.0/outputs/bass_kick_beats.csv +0 -617
- timetoalign-0.2.0/outputs/bass_kick_beats_tilia.csv +0 -617
- timetoalign-0.2.0/outputs/bye_bye_beats.csv +0 -785
- timetoalign-0.2.0/outputs/bye_bye_beats_tilia.csv +0 -785
- timetoalign-0.2.0/pyproject.toml +0 -122
- timetoalign-0.2.0/tests/alignment/README.md +0 -738
- timetoalign-0.2.0/tests/alignment/conftest.py +0 -365
- timetoalign-0.2.0/tests/alignment/test_anchors.py +0 -901
- timetoalign-0.2.0/tests/alignment/test_bundle.py +0 -1065
- timetoalign-0.2.0/tests/alignment/test_filters.py +0 -331
- timetoalign-0.2.0/tests/alignment/test_graph.py +0 -1307
- timetoalign-0.2.0/tests/alignment/test_groups.py +0 -1403
- timetoalign-0.2.0/tests/alignment/test_matchline.py +0 -806
- timetoalign-0.2.0/tests/alignment/test_matchline_save_as.py +0 -801
- timetoalign-0.2.0/tests/alignment/test_stamp_query_api.py +0 -1055
- timetoalign-0.2.0/tests/alignment/test_supra_integration.py +0 -446
- timetoalign-0.2.0/tests/alignment/test_thoresen_poc.py +0 -382
- timetoalign-0.2.0/tests/alignment/test_warpmap.py +0 -853
- timetoalign-0.2.0/tests/conftest.py +0 -47
- timetoalign-0.2.0/tests/core/README.md +0 -262
- timetoalign-0.2.0/tests/core/test_enums.py +0 -267
- timetoalign-0.2.0/tests/core/test_timestamp.py +0 -620
- timetoalign-0.2.0/tests/core/test_types.py +0 -494
- timetoalign-0.2.0/tests/display/README.md +0 -247
- timetoalign-0.2.0/tests/display/test_ascii.py +0 -1337
- timetoalign-0.2.0/tests/integration/test_beethoven_woo71.py +0 -304
- timetoalign-0.2.0/tests/loader/conftest.py +0 -175
- timetoalign-0.2.0/tests/loader/format/README.md +0 -79
- timetoalign-0.2.0/tests/loader/format/test_json_loader.py +0 -337
- timetoalign-0.2.0/tests/loader/format/test_xml_loader.py +0 -511
- timetoalign-0.2.0/tests/loader/graphical/test_aton_loader.py +0 -432
- timetoalign-0.2.0/tests/loader/midi/README.md +0 -101
- timetoalign-0.2.0/tests/loader/midi/test_harmonization.py +0 -128
- timetoalign-0.2.0/tests/loader/midi/test_performance.py +0 -73
- timetoalign-0.2.0/tests/loader/midi/test_score.py +0 -47
- timetoalign-0.2.0/tests/loader/midi/test_store.py +0 -59
- timetoalign-0.2.0/tests/loader/paths/README.md +0 -77
- timetoalign-0.2.0/tests/loader/paths/__init__.py +0 -1
- timetoalign-0.2.0/tests/loader/paths/test_paths.py +0 -344
- timetoalign-0.2.0/tests/loader/physical/README.md +0 -61
- timetoalign-0.2.0/tests/loader/physical/test_repovizz_loader.py +0 -402
- timetoalign-0.2.0/tests/loader/profile_matchfile.py +0 -238
- timetoalign-0.2.0/tests/loader/score/README.md +0 -730
- timetoalign-0.2.0/tests/loader/score/conftest.py +0 -429
- timetoalign-0.2.0/tests/loader/score/profile.py +0 -79
- timetoalign-0.2.0/tests/loader/score/test_cross_validation.py +0 -147
- timetoalign-0.2.0/tests/loader/score/test_flow_control_parity.py +0 -858
- timetoalign-0.2.0/tests/loader/score/test_flow_csv_validation.py +0 -269
- timetoalign-0.2.0/tests/loader/score/test_loaders.py +0 -520
- timetoalign-0.2.0/tests/loader/score/test_measuremap_loader.py +0 -388
- timetoalign-0.2.0/tests/loader/score/test_score_parsing_matrix.py +0 -788
- timetoalign-0.2.0/tests/loader/tabular/PROFILING_REPORT.md +0 -119
- timetoalign-0.2.0/tests/loader/tabular/README.md +0 -272
- timetoalign-0.2.0/tests/loader/tabular/profile_vectorized.py +0 -315
- timetoalign-0.2.0/tests/loader/tabular/test_correctness.py +0 -356
- timetoalign-0.2.0/tests/loader/tabular/test_error_handling.py +0 -335
- timetoalign-0.2.0/tests/loader/tabular/test_lab_loader.py +0 -325
- timetoalign-0.2.0/tests/loader/tabular/test_struct_columns.py +0 -437
- timetoalign-0.2.0/tests/loader/tabular/test_table_schema.py +0 -499
- timetoalign-0.2.0/tests/loader/tabular/test_tabular.py +0 -211
- timetoalign-0.2.0/tests/loader/tabular/test_vectorized.py +0 -296
- timetoalign-0.2.0/tests/loader/test_base_loaders.py +0 -403
- timetoalign-0.2.0/tests/loader/test_bundle.py +0 -201
- timetoalign-0.2.0/tests/loader/test_error_handling.py +0 -302
- timetoalign-0.2.0/tests/loader/test_interval_policy.py +0 -448
- timetoalign-0.2.0/tests/loader/test_loader.py +0 -249
- timetoalign-0.2.0/tests/loader/test_matchfile_loader.py +0 -1084
- timetoalign-0.2.0/tests/loader/test_parsing.py +0 -566
- timetoalign-0.2.0/tests/loader/test_schema.py +0 -293
- timetoalign-0.2.0/tests/loader/test_store.py +0 -457
- timetoalign-0.2.0/tests/loader/test_tilia_loader.py +0 -385
- timetoalign-0.2.0/tests/maps/README.md +0 -132
- timetoalign-0.2.0/tests/maps/test_interpolation.py +0 -313
- timetoalign-0.2.0/tests/maps/test_interval.py +0 -507
- timetoalign-0.2.0/tests/maps/test_linear.py +0 -211
- timetoalign-0.2.0/tests/maps/test_periodic.py +0 -327
- timetoalign-0.2.0/tests/maps/test_table.py +0 -168
- timetoalign-0.2.0/tests/timelines/README.md +0 -875
- timetoalign-0.2.0/tests/timelines/README_unfolding.md +0 -347
- timetoalign-0.2.0/tests/timelines/test_base.py +0 -617
- timetoalign-0.2.0/tests/timelines/test_beatgrid.py +0 -901
- timetoalign-0.2.0/tests/timelines/test_factory.py +0 -535
- timetoalign-0.2.0/tests/timelines/test_flow.py +0 -1552
- timetoalign-0.2.0/tests/timelines/test_integration.py +0 -638
- timetoalign-0.2.0/tests/timelines/test_maps_integration.py +0 -94
- timetoalign-0.2.0/tests/timelines/test_nesting.py +0 -649
- timetoalign-0.2.0/tests/timelines/test_timeline_relationships.py +0 -2362
- timetoalign-0.2.0/tests/timelines/test_timestamps.py +0 -773
- timetoalign-0.2.0/tests/timelines/test_types.py +0 -562
- timetoalign-0.2.0/tests/timelines/test_unfolding.py +0 -1358
- timetoalign-0.2.0/timetoalign/__init__.py +0 -275
- timetoalign-0.2.0/timetoalign/alignment/__init__.py +0 -65
- timetoalign-0.2.0/timetoalign/alignment/anchors.py +0 -1095
- timetoalign-0.2.0/timetoalign/alignment/bundle.py +0 -1715
- timetoalign-0.2.0/timetoalign/alignment/filters.py +0 -296
- timetoalign-0.2.0/timetoalign/alignment/graph.py +0 -1055
- timetoalign-0.2.0/timetoalign/alignment/groups.py +0 -2258
- timetoalign-0.2.0/timetoalign/alignment/matching.py +0 -365
- timetoalign-0.2.0/timetoalign/alignment/matchline.py +0 -332
- timetoalign-0.2.0/timetoalign/alignment/warpmap.py +0 -580
- timetoalign-0.2.0/timetoalign/core/__init__.py +0 -65
- timetoalign-0.2.0/timetoalign/core/enums.py +0 -589
- timetoalign-0.2.0/timetoalign/core/timestamp.py +0 -992
- timetoalign-0.2.0/timetoalign/core/types.py +0 -493
- timetoalign-0.2.0/timetoalign/display/__init__.py +0 -51
- timetoalign-0.2.0/timetoalign/display/ascii.py +0 -1796
- timetoalign-0.2.0/timetoalign/loader/__init__.py +0 -174
- timetoalign-0.2.0/timetoalign/loader/alignment/__init__.py +0 -24
- timetoalign-0.2.0/timetoalign/loader/alignment/matchfile.py +0 -814
- timetoalign-0.2.0/timetoalign/loader/alignment/tilia.py +0 -927
- timetoalign-0.2.0/timetoalign/loader/base.py +0 -1249
- timetoalign-0.2.0/timetoalign/loader/events.py +0 -1585
- timetoalign-0.2.0/timetoalign/loader/format/json.py +0 -736
- timetoalign-0.2.0/timetoalign/loader/format/xml.py +0 -605
- timetoalign-0.2.0/timetoalign/loader/graphical/aton.py +0 -520
- timetoalign-0.2.0/timetoalign/loader/graphical/iiif.py +0 -447
- timetoalign-0.2.0/timetoalign/loader/graphical/loader.py +0 -302
- timetoalign-0.2.0/timetoalign/loader/graphical/paths.py +0 -514
- timetoalign-0.2.0/timetoalign/loader/midi/__init__.py +0 -44
- timetoalign-0.2.0/timetoalign/loader/midi/base.py +0 -51
- timetoalign-0.2.0/timetoalign/loader/midi/events.py +0 -36
- timetoalign-0.2.0/timetoalign/loader/midi/performance.py +0 -242
- timetoalign-0.2.0/timetoalign/loader/midi/score.py +0 -175
- timetoalign-0.2.0/timetoalign/loader/midi/store.py +0 -289
- timetoalign-0.2.0/timetoalign/loader/parsing.py +0 -614
- timetoalign-0.2.0/timetoalign/loader/paths/__init__.py +0 -48
- timetoalign-0.2.0/timetoalign/loader/paths/base.py +0 -147
- timetoalign-0.2.0/timetoalign/loader/paths/linear.py +0 -209
- timetoalign-0.2.0/timetoalign/loader/paths/polyline.py +0 -252
- timetoalign-0.2.0/timetoalign/loader/paths/rect.py +0 -277
- timetoalign-0.2.0/timetoalign/loader/physical/audio.py +0 -632
- timetoalign-0.2.0/timetoalign/loader/physical/eep_notes.py +0 -127
- timetoalign-0.2.0/timetoalign/loader/physical/repovizz.py +0 -1544
- timetoalign-0.2.0/timetoalign/loader/schema.py +0 -1261
- timetoalign-0.2.0/timetoalign/loader/score/__init__.py +0 -53
- timetoalign-0.2.0/timetoalign/loader/score/base.py +0 -168
- timetoalign-0.2.0/timetoalign/loader/score/events.py +0 -241
- timetoalign-0.2.0/timetoalign/loader/score/measuremap.py +0 -452
- timetoalign-0.2.0/timetoalign/loader/score/music21.py +0 -1001
- timetoalign-0.2.0/timetoalign/loader/score/partitura.py +0 -714
- timetoalign-0.2.0/timetoalign/loader/score/store.py +0 -496
- timetoalign-0.2.0/timetoalign/loader/score/stores/annotations.py +0 -112
- timetoalign-0.2.0/timetoalign/loader/score/stores/controls.py +0 -117
- timetoalign-0.2.0/timetoalign/loader/score/stores/measures.py +0 -368
- timetoalign-0.2.0/timetoalign/loader/score/stores/notes.py +0 -196
- timetoalign-0.2.0/timetoalign/loader/score/tsv.py +0 -914
- timetoalign-0.2.0/timetoalign/loader/store.py +0 -845
- timetoalign-0.2.0/timetoalign/loader/table_schema.py +0 -1425
- timetoalign-0.2.0/timetoalign/loader/tabular/__init__.py +0 -24
- timetoalign-0.2.0/timetoalign/loader/tabular/base.py +0 -861
- timetoalign-0.2.0/timetoalign/loader/tabular/csv.py +0 -233
- timetoalign-0.2.0/timetoalign/maps/base.py +0 -410
- timetoalign-0.2.0/timetoalign/maps/combination.py +0 -225
- timetoalign-0.2.0/timetoalign/maps/composite.py +0 -383
- timetoalign-0.2.0/timetoalign/maps/constant.py +0 -148
- timetoalign-0.2.0/timetoalign/maps/convenience.py +0 -274
- timetoalign-0.2.0/timetoalign/maps/interpolation.py +0 -307
- timetoalign-0.2.0/timetoalign/maps/interval.py +0 -724
- timetoalign-0.2.0/timetoalign/maps/linear.py +0 -410
- timetoalign-0.2.0/timetoalign/maps/meter.py +0 -632
- timetoalign-0.2.0/timetoalign/maps/periodic.py +0 -336
- timetoalign-0.2.0/timetoalign/maps/table.py +0 -469
- timetoalign-0.2.0/timetoalign/testdata/__init__.py +0 -272
- timetoalign-0.2.0/timetoalign/timelines/__init__.py +0 -155
- timetoalign-0.2.0/timetoalign/timelines/base.py +0 -5055
- timetoalign-0.2.0/timetoalign/timelines/beatgrid.py +0 -845
- timetoalign-0.2.0/timetoalign/timelines/factory.py +0 -446
- timetoalign-0.2.0/timetoalign/timelines/flow.py +0 -3581
- timetoalign-0.2.0/timetoalign/timelines/flowcontrol.py +0 -447
- timetoalign-0.2.0/timetoalign/timelines/types.py +0 -1518
- timetoalign-0.2.0/verify.log +0 -73
- {timetoalign-0.2.0 → timetoalign-1.0.0}/.github/workflows/release-please.yml +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/.pre-commit-config.yaml +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/.gitignore +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/.nojekyll +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/README.md +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/index.html +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/.gitignore +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_extensions/debruine/glossary/_extension.yml +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_extensions/debruine/glossary/glossary.css +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_extensions/debruine/glossary/glossary.lua +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_extensions/machow/interlinks/.gitignore +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_extensions/machow/interlinks/_extension.yml +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_extensions/machow/interlinks/interlinks.lua +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_extensions/machow/interlinks/objects.txt +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_extensions/machow/interlinks/test.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/figs/TTA_modelling-Segments.png +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/figs/TTA_modelling-cmaps.png +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/figs/TTA_modelling-instants.png +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/figs/TTA_modelling-tables.png +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/figs/TTA_modelling-timelines.png +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/reference/_styles-quartodoc.css +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/bootstrap/bootstrap-icons.css +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/bootstrap/bootstrap-icons.woff +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/bootstrap/bootstrap.min.js +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/clipboard/clipboard.min.js +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-contrib/glossary/glossary.css +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-html/anchor.min.js +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-html/popper.min.js +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-html/quarto-syntax-highlighting-7f8f88aac4f3542376d5c11b86a4c14d.css +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-html/quarto.js +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-html/tabsets/tabsets.js +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-html/tippy.css +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-html/tippy.umd.min.js +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-listing/list.min.js +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-listing/quarto-listing.js +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-nav/headroom.min.js +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-nav/quarto-nav.js +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-search/autocomplete.umd.js +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-search/fuse.min.js +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-search/quarto-search.js +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/styles.css +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/concepts.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-Chorissimo.png +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-SUPRA.png +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-Segments.png +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-arrow.png +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-beethoven.png +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-cmaps.png +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-hendrix_poc.png +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-instants.png +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-tables.png +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-thoresen_poc.png +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-timelines.png +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/AudioInfo.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/AudioLoader.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ChainMap.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ClaimFilter.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ContinuousGraphicalTimeline.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ContinuousLogicalTimeline.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ContinuousPhysicalTimeline.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ConversionMap.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/CoordinateSpec.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/CoordinateValue.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/DictStore.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/DiscreteGraphicalTimeline.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/DiscreteLogicalTimeline.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/DiscretePhysicalTimeline.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/Domain.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/EepNotesLoader.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/EventStore.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/EventType.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/GraphicalTimeline.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/IdGenerator.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/LinearMap.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/LogicalTimeline.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/MatchLine.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/MatchStamp.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/NumberType.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/PhysicalTimeline.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/PiecewiseMap.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/RepoVizzInfo.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/RepoVizzLoader.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ScalarMap.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ScopedId.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/SecondsToSamples.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ShiftMap.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/SingleStore.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/TableMap.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/TiliaDictStore.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/TimelineIdGenerator.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/WarpMap.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/_styles-quartodoc.css +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference.qmd +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/styles.css +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/sync_notebooks.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/alignment/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/alignment/test_graphical_loader.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/core/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/core/test_ids.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/data/README.md +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/display/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/integration/README.md +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/integration/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/integration/conftest.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/integration/test_loader_to_timeline.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/format/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/format/conftest.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/graphical/conftest.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/graphical/test_iiif_loader.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/midi/conftest.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/midi/profile.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/midi/test_bundle.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/physical/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/physical/conftest.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/physical/test_audio.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/score/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/tabular/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/tabular/conftest.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/maps/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/maps/test_combination.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/maps/test_composite.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/maps/test_constant.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/maps/test_convenience.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/maps/test_properties.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/timelines/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/timelines/conftest.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/timelines/test_offset_arithmetic.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/alignment/match_format.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/core/ids.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/loader/format/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/loader/graphical/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/loader/graphical/segment.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/loader/graphical/source.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/loader/graphical/store.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/loader/midi/constants.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/loader/physical/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/loader/score/stores/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/maps/__init__.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/py.typed +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/timelines/mixins.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/timelines/regions.py +0 -0
- {timetoalign-0.2.0 → timetoalign-1.0.0}/tox.ini +0 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Ignore all Jupyter Notebooks
|
|
2
|
+
*.ipynb
|
|
3
|
+
|
|
4
|
+
# But track the Quarto notebooks (synced + executed, with outputs)
|
|
5
|
+
!docs/page/tutorials/*.ipynb
|
|
6
|
+
!docs/page/howto/*.ipynb
|
|
7
|
+
|
|
8
|
+
# Ignore Jupyter checkpoint folders
|
|
9
|
+
.ipynb_checkpoints/
|
|
10
|
+
|
|
11
|
+
# Ignore pycache files
|
|
12
|
+
__pycache__
|
|
13
|
+
|
|
14
|
+
# Ignore files generated by hypothesis
|
|
15
|
+
.hypothesis
|
|
16
|
+
|
|
17
|
+
# Ignore coverage files
|
|
18
|
+
.coverage
|
|
19
|
+
.coverage.*
|
|
20
|
+
|
|
21
|
+
# Test-data corpora are fetched on demand via timetoalign.testdata (pooch).
|
|
22
|
+
# Keep only the README, never the actual corpora.
|
|
23
|
+
tests/data/*
|
|
24
|
+
!tests/data/README.md
|
|
25
|
+
|
|
26
|
+
# Generated CSV files are regenerated by notebooks
|
|
27
|
+
outputs/
|
|
28
|
+
verify.log
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [1.0.0](https://github.com/TimeToAlign/timetoalign/compare/v0.2.0...v1.0.0) (2026-07-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* renames measures (m) => floating_measures (fm)
|
|
9
|
+
* **core:** flatten core/ to four modules and unify the TimeScalar hierarchy
|
|
10
|
+
* `extra_columns` will be removed from TabularLoader in the next WP (A5.1); migrate callers to `field_specs`. `loader.events` is preserved during the migration window but will be replaced by `loader.get_events()`.
|
|
11
|
+
* any code using the now deprecated (uppercase) names of the rogue enums may fail
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* **alignment:** add MatchClaimField columnar claim store ([f9dbf60](https://github.com/TimeToAlign/timetoalign/commit/f9dbf60c634ac2f46e28e91444ebb37da6051a94))
|
|
16
|
+
* **alignment:** add MatchClaimField columnar claim store ([3520bbb](https://github.com/TimeToAlign/timetoalign/commit/3520bbb629f28624a6a3bbc37cd8278bd6b4b9c7))
|
|
17
|
+
* **alignment:** affordance "Try" footer on timestamp and claim displays ([2e9cf57](https://github.com/TimeToAlign/timetoalign/commit/2e9cf57d346a162c025d9bfc07bf8c1eea575196))
|
|
18
|
+
* **alignment:** affordance "Try" footer on timestamp and claim displays ([426c03b](https://github.com/TimeToAlign/timetoalign/commit/426c03b28a432dca9183fe945854925f0afee882))
|
|
19
|
+
* **alignment:** conform GroupTimestamp to the Stamp contract ([9d4d76a](https://github.com/TimeToAlign/timetoalign/commit/9d4d76adca76a42b030cac5051dd2a163b9f7135))
|
|
20
|
+
* **alignment:** unify MatchStamp with the Stamp contract and single cross-group resolution API ([90dfad4](https://github.com/TimeToAlign/timetoalign/commit/90dfad4e8d44fc5e4cc944bd51dd82d07ce07568))
|
|
21
|
+
* **alignment:** unit-aware coordinate inputs and canonical claim filters ([4d51481](https://github.com/TimeToAlign/timetoalign/commit/4d51481eeb85b495b3f3370752cee29b56de45ca))
|
|
22
|
+
* **alignment:** unit-bearing Coordinate anchors through claims and columnar storage ([93e734a](https://github.com/TimeToAlign/timetoalign/commit/93e734afec70ef1503b06a4271d908e3f096c43b))
|
|
23
|
+
* computation of default flow based on flow-control elements rather than the "next" field ([31eaa33](https://github.com/TimeToAlign/timetoalign/commit/31eaa333ff9df03b8c9c8fce41774cbbbf1a1510))
|
|
24
|
+
* CoordinateField, PitchField, HarmonyField, DurationField, schemas ([936d379](https://github.com/TimeToAlign/timetoalign/commit/936d379afdc836d212d157fb1dd7692a21c21270))
|
|
25
|
+
* **core,loader,timelines,alignment:** type-based IDs, curated facade, timeline registry, WarpMap family API ([827a34f](https://github.com/TimeToAlign/timetoalign/commit/827a34f0f638bcfd51719409397fd34fa5ccdb06))
|
|
26
|
+
* **core,loader:** enforce scalar/field mirror parity, type-based field dispatch, and vectorised convert_to mirrors ([80e2f81](https://github.com/TimeToAlign/timetoalign/commit/80e2f81cfbed1ea1548af009e242ced11e106a2a))
|
|
27
|
+
* **core:** introduce Stamp base class unifying the timestamp family ([3c1ee8b](https://github.com/TimeToAlign/timetoalign/commit/3c1ee8b982630f341d344e16fa75cba4961510c8))
|
|
28
|
+
* **core:** one coordinate-resolution canon with a strict unit policy ([ffae3d9](https://github.com/TimeToAlign/timetoalign/commit/ffae3d9b7f21851cb9f023bb9bcf53ab0e8c7532))
|
|
29
|
+
* customizable atomic-section naming with volta-suffix labels ([db2ea7e](https://github.com/TimeToAlign/timetoalign/commit/db2ea7e43d810a36e567413891a6acec79c50760))
|
|
30
|
+
* **display:** shared affordance-card _repr_html_ for loaders, EventData, fields ([115f6d7](https://github.com/TimeToAlign/timetoalign/commit/115f6d72a843b59a409b47149bea2444cb17a864))
|
|
31
|
+
* **display:** shared affordance-card _repr_html_ for loaders, EventData, fields ([7f73a94](https://github.com/TimeToAlign/timetoalign/commit/7f73a94ec3c059679274b0239c9b193272b315ed))
|
|
32
|
+
* **flow:** add structural-invariant diagnostics to FlowController ([c8b609d](https://github.com/TimeToAlign/timetoalign/commit/c8b609d197c1fbed71b69f587221877a638bae73))
|
|
33
|
+
* improves loading and displaying flow elements from ms3-generated measures TSV ([dedfadb](https://github.com/TimeToAlign/timetoalign/commit/dedfadbb52a28aff0a6416a4853e52c21decd558))
|
|
34
|
+
* introduce Protocol hierarchy and core scalars (pitch, note, measure, harmony) ([2c1e98a](https://github.com/TimeToAlign/timetoalign/commit/2c1e98a82fa8c7263f8ae86d32e67983395ea375))
|
|
35
|
+
* layered EventData, get_events(properties=), _CANONICAL_FIELD_ORDER, field_specs, Ms3Loader DataField integration ([e2b3363](https://github.com/TimeToAlign/timetoalign/commit/e2b336360cfbe696ac08cd381d78cbfc755e5f4d))
|
|
36
|
+
* **loader/tabular:** two-step column_specs + field_specs pipeline ([71113a3](https://github.com/TimeToAlign/timetoalign/commit/71113a33d4f3559787383afe1cd53c138c2f0131))
|
|
37
|
+
* **loader:** add ListenHereLoader for audio-to-audio alignment ([decc57c](https://github.com/TimeToAlign/timetoalign/commit/decc57cdf44478f6d3d575e572e875a2579bcf80))
|
|
38
|
+
* **loader:** add ListenHereLoader for audio-to-audio alignment ([aecb453](https://github.com/TimeToAlign/timetoalign/commit/aecb4533c43c48b84412d9be9dbe806e71438922))
|
|
39
|
+
* **loader:** add PerformancePrecisionLoader for audio-to-score alignment corpora ([5bf4bb7](https://github.com/TimeToAlign/timetoalign/commit/5bf4bb7ab5e86c9ec23a1c4305b071eddf15c685))
|
|
40
|
+
* **loader:** afford EnharmonicPitch pitch view across every loader ([7123ea0](https://github.com/TimeToAlign/timetoalign/commit/7123ea0b38f704975a369d0900c9b3f4bf641942))
|
|
41
|
+
* **loader:** measured beat features as Beat/Dynamics events ([b19c618](https://github.com/TimeToAlign/timetoalign/commit/b19c6188e81a01badebe0568ebac490dcfbea6d1))
|
|
42
|
+
* **loader:** MpmLoader for MPM-Toolbox MSM+MPM+MPR projects ([182f782](https://github.com/TimeToAlign/timetoalign/commit/182f782c8ee45f593876fd03ff3f6560133abad4))
|
|
43
|
+
* **loader:** ParangonadaLoader for parangonada CSV exports ([7689cd1](https://github.com/TimeToAlign/timetoalign/commit/7689cd1b99405d66a628ab107d3082608e29a367))
|
|
44
|
+
* **loader:** reach ListenHere claims via get_field and query them columnar ([f637004](https://github.com/TimeToAlign/timetoalign/commit/f637004163a3759afa1f322555c65fbd801de6ae))
|
|
45
|
+
* **loader:** reach ListenHere claims via get_field and query them columnar ([1ff11e3](https://github.com/TimeToAlign/timetoalign/commit/1ff11e35b098e6ba443ba6adb6bd9a0cee30ab23))
|
|
46
|
+
* **loader:** represent note pitch exactly once ([4d66ce7](https://github.com/TimeToAlign/timetoalign/commit/4d66ce7c622b7629bca64a5ccccfadd6dff4e130))
|
|
47
|
+
* **loader:** spectrogram graphical timeline completes MpmLoader's domain span ([f019caf](https://github.com/TimeToAlign/timetoalign/commit/f019caff57b82b78f1ffbd00ff7576789d0a62b9))
|
|
48
|
+
* **loader:** uid as the one timeline-identifier name; live id_pattern ([c494328](https://github.com/TimeToAlign/timetoalign/commit/c4943280c21da9645910a503856acf1f3040c795))
|
|
49
|
+
* **midi:** split MidiEvent into base + ScoreMidiEvent and shrink performance-MIDI schema ([06196fd](https://github.com/TimeToAlign/timetoalign/commit/06196fd2eb9cd75b17d3bcec6409c4ba17cbbd7d))
|
|
50
|
+
* raw DataField hierarchy and SemanticField[R] composition ([4d52397](https://github.com/TimeToAlign/timetoalign/commit/4d52397265267abf92dcf47a2bcbbbb62d6709ff))
|
|
51
|
+
* **schemas:** migrate Coordinate and SpecificPitch to pydantic v2 with pa.Schema bridge ([a2fd2f4](https://github.com/TimeToAlign/timetoalign/commit/a2fd2f423580ab88d336abccb4bd1bf84d486f5a))
|
|
52
|
+
* **schemas:** migrate twelve scalars to pydantic v2 and add the new Duration scalar ([1e6c525](https://github.com/TimeToAlign/timetoalign/commit/1e6c52533808153e7eae78a3d9bc28e39c56e5d6))
|
|
53
|
+
* **timelines:** promote BeatGrid with faithful serialization and beat-unit-aware queries ([1d27d02](https://github.com/TimeToAlign/timetoalign/commit/1d27d02b007b8de0edab66ac67b4d1b0a79243b7))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Bug Fixes
|
|
57
|
+
|
|
58
|
+
* **alignment:** deepen MatchStamp guarantees and widen claim-factory coordinate inputs ([5b16e20](https://github.com/TimeToAlign/timetoalign/commit/5b16e20275990ef9267d3413a7a9c5bfbb5784f2))
|
|
59
|
+
* coerce Fraction timeline length to float at PyArrow boundary ([2354242](https://github.com/TimeToAlign/timetoalign/commit/2354242efcb5849a74b34d2e4dd3099f4e0c34ba))
|
|
60
|
+
* coerce Fraction timeline length to float at PyArrow boundary ([6eb05db](https://github.com/TimeToAlign/timetoalign/commit/6eb05dbfb23e948c78f82d3ea623f59976a4ed42))
|
|
61
|
+
* **core,alignment,loader:** close review findings on the input canon ([6fa672f](https://github.com/TimeToAlign/timetoalign/commit/6fa672fad3d9c0edb23892d5cb56617a8e0db707))
|
|
62
|
+
* **core:** surface metadata version errors in field shape matching ([d287562](https://github.com/TimeToAlign/timetoalign/commit/d2875622c9bbb26fa3f4fa08411869da051fa68a))
|
|
63
|
+
* corrects the diagram line displaying the IDs ([41f624f](https://github.com/TimeToAlign/timetoalign/commit/41f624f0d90e00ad6abeb0c912bc9981aae40719))
|
|
64
|
+
* FlowControlElement now includes all flow-control elements ([c36ef20](https://github.com/TimeToAlign/timetoalign/commit/c36ef20a905e8f1afb1aaba92cb90ee9b3c18e5b))
|
|
65
|
+
* **flow:** repair default traversal for implicit, nested, and final-measure flow control ([4bf5dd3](https://github.com/TimeToAlign/timetoalign/commit/4bf5dd33055e93dc1d2c49dad24e682b7e22d370))
|
|
66
|
+
* **flow:** show every flow-control element in the score-map diagram ([a8fb41a](https://github.com/TimeToAlign/timetoalign/commit/a8fb41a4bdc3b84e0e924d21e90ade950ae42721))
|
|
67
|
+
* **flow:** show every flow-control element in the score-map diagram ([b08ca1f](https://github.com/TimeToAlign/timetoalign/commit/b08ca1f47331d077c2d7259d0aaa85fd95cc977e))
|
|
68
|
+
* improves AtomicSection.__repr__() ([49b72d3](https://github.com/TimeToAlign/timetoalign/commit/49b72d3ceb9cc6c8199ec62dd596589c453b9d90))
|
|
69
|
+
* improves ScoreFlowController.diagram() ([9acfb92](https://github.com/TimeToAlign/timetoalign/commit/9acfb922fe38deed4172f392b6e5f6ae37d86011))
|
|
70
|
+
* **loader,storage,timelines:** harden the consolidated boundaries after review ([c484eda](https://github.com/TimeToAlign/timetoalign/commit/c484eda5710bc753e1f30fa5cee020962a86da1d))
|
|
71
|
+
* **loader:** class-based get_field discovers any PitchField column regardless of blueprint (INC-3) ([9227455](https://github.com/TimeToAlign/timetoalign/commit/922745519987e5c33fb5e83a9de5e6b221da94ac))
|
|
72
|
+
* **loader:** keep carried volta columns int64 across group unfolding ([632a76a](https://github.com/TimeToAlign/timetoalign/commit/632a76a532a05ae6c731705d1387aca5291b822b))
|
|
73
|
+
* **loader:** recover MEI repeat metadata from unnumbered measures ([0f739d7](https://github.com/TimeToAlign/timetoalign/commit/0f739d742b50368833817b67eafec6f4f45a00d5))
|
|
74
|
+
* **loader:** translate partitura navigation markers instead of dropping repeats ([3caa7bf](https://github.com/TimeToAlign/timetoalign/commit/3caa7bff2f6b2fb303dbd3bed30df03166ddeef3))
|
|
75
|
+
* **maps,timelines:** harden the unified map family after review ([9b222a2](https://github.com/TimeToAlign/timetoalign/commit/9b222a2bce761b4a5d77b6010fd98c8500b646eb))
|
|
76
|
+
* **notebook:** use ensure_data() in how01_score_types (INC-4) ([7ef249b](https://github.com/TimeToAlign/timetoalign/commit/7ef249b093de0b78c0efc9627de303a16b5a7f8b))
|
|
77
|
+
* **storage:** blueprint field resolution shares the class-path raw-column promotion ([04ad56f](https://github.com/TimeToAlign/timetoalign/commit/04ad56ff21528f5f8b8908ec8e852983de1a76b6))
|
|
78
|
+
* **testdata:** _looks_ready() now verifies non-marker content alongside sentinel (INC-5) ([dd5d55b](https://github.com/TimeToAlign/timetoalign/commit/dd5d55b8070ed022092a4e87b45de0e8fa9d7a66))
|
|
79
|
+
* **timelines:** honour conversion_maps on every stamp producer and make row stamps round-trip ([1000577](https://github.com/TimeToAlign/timetoalign/commit/10005772247e0ab7cb3106be2002c0ab7be38291))
|
|
80
|
+
* **time:** propagate TimeScalarField outer-struct nulls through every data-shaped mirror ([2b9b3de](https://github.com/TimeToAlign/timetoalign/commit/2b9b3deafedc04f30e371d3f4b66ad26897072c3))
|
|
81
|
+
* widen coordinate-accepting alignment APIs to the full coordinate type ([859e27a](https://github.com/TimeToAlign/timetoalign/commit/859e27ac2e2c94903c46202c59bfbad6ecb53fce))
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
### Documentation
|
|
85
|
+
|
|
86
|
+
* adds how01_brazilian_flows.py ([2fd39d8](https://github.com/TimeToAlign/timetoalign/commit/2fd39d86d523f6f7be491b646344b44c7377d750))
|
|
87
|
+
* adds ToDo ([8c59929](https://github.com/TimeToAlign/timetoalign/commit/8c59929a2ac03f2958586819a8a284a0a0e5d35f))
|
|
88
|
+
* **benchmarks:** add vectorized-compute benchmark and split into per-row vs bulk regimes ([75cab53](https://github.com/TimeToAlign/timetoalign/commit/75cab535e4885a2d5ab85e4956a06210ee159594))
|
|
89
|
+
* clarify MidiPitch vs EnharmonicPitch are distinct (INC-1) ([474b1c3](https://github.com/TimeToAlign/timetoalign/commit/474b1c3e6840a2f34651a885c81a71de0a90935a))
|
|
90
|
+
* condenses 4 notebooks into 2 and integrates them in the homepage ([35a8bed](https://github.com/TimeToAlign/timetoalign/commit/35a8bedf57429fcaa4b140cae825d95e7085fb1b))
|
|
91
|
+
* correct stored-uid queries, import homes, and the architecture page ([f33f018](https://github.com/TimeToAlign/timetoalign/commit/f33f0188b19e73ea3f0745b0bc6d64517fb87599))
|
|
92
|
+
* drops the redundant calls to .diagram() ([b927a26](https://github.com/TimeToAlign/timetoalign/commit/b927a2649d5ba05b25a705331650559ea042b434))
|
|
93
|
+
* how to contribute ([55af161](https://github.com/TimeToAlign/timetoalign/commit/55af161317f9af86190f537188ad0c1000a1f023))
|
|
94
|
+
* **howto:** demonstrate one schema-mechanism across fifteen scalars ([6ced737](https://github.com/TimeToAlign/timetoalign/commit/6ced737ccc0925e2a23f28b9e07cad44ea745433))
|
|
95
|
+
* **howto:** rewrite the schema-mechanism demo around the internal storage round-trip ([83ec29a](https://github.com/TimeToAlign/timetoalign/commit/83ec29ac2dacd7d838a44c0991507b81441ec552))
|
|
96
|
+
* migrate notebooks and pages to the consolidated loader, ID, and map APIs ([4961ce6](https://github.com/TimeToAlign/timetoalign/commit/4961ce6d9135b48b651706bc698eb8751b9137b9))
|
|
97
|
+
* migrate notebooks to the consolidated query and loader API ([e8a8062](https://github.com/TimeToAlign/timetoalign/commit/e8a8062445db75d7d16d93c9647b93305153081f))
|
|
98
|
+
* modifies notebook for producing the flow diagrams for the three scores of Beethoven op. 35 (Eroica variations) ([d1aa553](https://github.com/TimeToAlign/timetoalign/commit/d1aa5532b5e81bffc3cb848ef90d9393c9c92b95))
|
|
99
|
+
* promote DataFields and EventData to a foundational tutorial ([825c272](https://github.com/TimeToAlign/timetoalign/commit/825c272815731852e7ba468d6a12d57e4aaaf2e4))
|
|
100
|
+
* promote DataFields and EventData to a foundational tutorial ([79182ff](https://github.com/TimeToAlign/timetoalign/commit/79182ff8b84e23e62c27109586ec38dc32f11bd4))
|
|
101
|
+
* promote Pitch and Harmony to a cross-format tutorial ([35aa953](https://github.com/TimeToAlign/timetoalign/commit/35aa953779c2967c9bfe8991abbfe4ac63f9975a))
|
|
102
|
+
* promote Pitch and Harmony to a cross-format tutorial ([31b9908](https://github.com/TimeToAlign/timetoalign/commit/31b99083a0a075e2cc3cbd88c0f10530ef838559))
|
|
103
|
+
* reference the real midi column in the DataFields tutorial ([9be45f1](https://github.com/TimeToAlign/timetoalign/commit/9be45f1eb6e0be5a564a225f5d463bc67c496175))
|
|
104
|
+
* regenerate API reference and MPM how-to for the merged library ([9eed89a](https://github.com/TimeToAlign/timetoalign/commit/9eed89ab422cfa5b1c5d379c455ad9995528ab6f))
|
|
105
|
+
* regenerate MPM how-to outputs for the represent-once pitch surface ([4c49df6](https://github.com/TimeToAlign/timetoalign/commit/4c49df6297038b7d0bdcb065693b6f22b168955c))
|
|
106
|
+
* remove orphaned PerfectAlignment API-reference stub ([17fb417](https://github.com/TimeToAlign/timetoalign/commit/17fb417caef43bb15cae63427d10af33047a3736))
|
|
107
|
+
* remove orphaned PerfectAlignment API-reference stub ([7f59751](https://github.com/TimeToAlign/timetoalign/commit/7f5975140310c636d40256b4a9ebd86ace328e0e))
|
|
108
|
+
* renames notebooks to fit the categories ([c45e0e7](https://github.com/TimeToAlign/timetoalign/commit/c45e0e7b5f65843968f2fa9eb4fcdb803616a615))
|
|
109
|
+
* replaces invariants table with CSV export ([a096ae4](https://github.com/TimeToAlign/timetoalign/commit/a096ae4adf4464898918eb7e3a1113c4ec55370c))
|
|
110
|
+
* replaces invariants table with CSV export ([93af713](https://github.com/TimeToAlign/timetoalign/commit/93af713751f6538387f45aa278c81bd93e71d4a4))
|
|
111
|
+
* route cross-group queries through get_matchstamp_at and provision tutorial data on demand ([466e098](https://github.com/TimeToAlign/timetoalign/commit/466e09822ce20d83fe9457a231d498480addd808))
|
|
112
|
+
* teach the position/span operator rules in the coordinate how-to ([a4be4bd](https://github.com/TimeToAlign/timetoalign/commit/a4be4bdeaf581b8637c14b6d6066e87a41c78d9f))
|
|
113
|
+
* teach the position/span operator rules in the coordinate how-to ([9fae258](https://github.com/TimeToAlign/timetoalign/commit/9fae258b5c1f7c163aafa51a1078db8767aa7de0))
|
|
114
|
+
* updates page ([3b27c54](https://github.com/TimeToAlign/timetoalign/commit/3b27c5444dc094e0723468f7fa73023b8fcf78e9))
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
### Code Refactoring
|
|
118
|
+
|
|
119
|
+
* **core:** flatten core/ to four modules and unify the TimeScalar hierarchy ([fdf5812](https://github.com/TimeToAlign/timetoalign/commit/fdf5812fb0ead6c825a4db3c6b590f3cdd0d3b91))
|
|
120
|
+
* moves enums to core/enums.py and renames members ([b412353](https://github.com/TimeToAlign/timetoalign/commit/b412353bd1da1ab2b71ddad167c1c86fb4bcf307))
|
|
121
|
+
* renames measures (m) => floating_measures (fm) ([50e2194](https://github.com/TimeToAlign/timetoalign/commit/50e2194abb4de8c4dc2cba2f37cce11fefcc5076))
|
|
122
|
+
|
|
123
|
+
## [0.2.0](https://github.com/TimeToAlign/timetoalign/compare/v0.1.0...v0.2.0) (2026-05-13)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Features
|
|
127
|
+
|
|
128
|
+
* fetch test data on demand via pooch + timetoalign.testdata ([a334d43](https://github.com/TimeToAlign/timetoalign/commit/a334d4330e3bcfa0463fd40bf8599f15980217f1))
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
### Bug Fixes
|
|
132
|
+
|
|
133
|
+
* **bundle:** resolve internal IDs and interval components in matchstamp lookup ([f1b0546](https://github.com/TimeToAlign/timetoalign/commit/f1b05467233bdb67ba5e686f85cd54767d175fd7))
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
### Documentation
|
|
137
|
+
|
|
138
|
+
* adds how01_flow_control.py ([95290d7](https://github.com/TimeToAlign/timetoalign/commit/95290d74420655e0ea46aa6e1de7780b01c960cd))
|
|
139
|
+
|
|
140
|
+
## 0.1.0 (2026-05-13)
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
### Features
|
|
144
|
+
|
|
145
|
+
* uniform units display across all timestamp APIs ([220c6a5](https://github.com/TimeToAlign/timetoalign/commit/220c6a5cc0aa49f0ee7df757da755189a99c9e7e))
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
### Bug Fixes
|
|
149
|
+
|
|
150
|
+
* populate start/end/duration temporal fields in NoteEventData (fixes [#9](https://github.com/TimeToAlign/timetoalign/issues/9), fixes [#10](https://github.com/TimeToAlign/timetoalign/issues/10)) ([00c3734](https://github.com/TimeToAlign/timetoalign/commit/00c3734f492b10dbc12bef76489743b2edd46194))
|
|
151
|
+
* populate temporal coordinates in MeasureData, ControlEventData, and AnnotationEventData (fixes [#7](https://github.com/TimeToAlign/timetoalign/issues/7)) ([c6b2eb3](https://github.com/TimeToAlign/timetoalign/commit/c6b2eb36cf2499d32e35ddd835d8da6b13f71540))
|
|
152
|
+
* report consistent unit/number_type in ScoreLoader metadata (fixes [#8](https://github.com/TimeToAlign/timetoalign/issues/8)) ([786b65c](https://github.com/TimeToAlign/timetoalign/commit/786b65c790a4ae14530c86cdd4d2c0f3b3e31e9c))
|
|
153
|
+
* use quarter_map instead of beat_map in PartituraLoader (fixes [#12](https://github.com/TimeToAlign/timetoalign/issues/12)) ([dcf23c0](https://github.com/TimeToAlign/timetoalign/commit/dcf23c055f5a51774c82fb1dd730f0bba2c5ecd4))
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Documentation
|
|
157
|
+
|
|
158
|
+
* add redirect index.html and disable Jekyll ([bc71e64](https://github.com/TimeToAlign/timetoalign/commit/bc71e64d7969bc5b8f420c364b1d68d4cd59d2f0))
|
|
159
|
+
* add redirect index.html and disable Jekyll ([cb80dd5](https://github.com/TimeToAlign/timetoalign/commit/cb80dd5f1798f7f763eacffd4d2f951b1653234c))
|
|
160
|
+
* broaden 'Voice and Staff Information' beyond piano music (fixes [#16](https://github.com/TimeToAlign/timetoalign/issues/16)) ([b918686](https://github.com/TimeToAlign/timetoalign/commit/b918686d6782cd1aadbf69ae93ccc2cf8bd1d88f))
|
|
161
|
+
* clarify interpolation methods with distinct y-values and 'next' strategy (fixes [#19](https://github.com/TimeToAlign/timetoalign/issues/19)) ([145a7af](https://github.com/TimeToAlign/timetoalign/commit/145a7afca4638533adde1d9ba04b35a2eff28e93))
|
|
162
|
+
* correct path ([7eeecb9](https://github.com/TimeToAlign/timetoalign/commit/7eeecb92cc9c8d4944b187774d98d6e29265544d))
|
|
163
|
+
* document large file timeout handling in test README ([fd545a2](https://github.com/TimeToAlign/timetoalign/commit/fd545a2290808950749b96536a4c4efd7891c50b))
|
|
164
|
+
* replace deprecated 'bundle' wording with 'store' (fixes [#17](https://github.com/TimeToAlign/timetoalign/issues/17)) ([7ed2ffc](https://github.com/TimeToAlign/timetoalign/commit/7ed2ffc36643254da941f5f4dca53bc42fc029ac))
|
|
165
|
+
* replace unreliable septuplet float example with 0.1*10 (fixes [#3](https://github.com/TimeToAlign/timetoalign/issues/3)) ([13f8567](https://github.com/TimeToAlign/timetoalign/commit/13f8567c3d47e4e1b4ae7c33a79abe89e50030fa))
|
|
166
|
+
* split notebooks into tuto-notebooks and howto-notebooks (Diátaxis) ([b1dc9e6](https://github.com/TimeToAlign/timetoalign/commit/b1dc9e6d3e58cd3cc4367a09b013ec362c4d300e))
|
|
167
|
+
* update test READMEs to reflect cleanup changes ([c481aca](https://github.com/TimeToAlign/timetoalign/commit/c481aca47e55617095bb2741c6db7c1d94b7996f))
|
|
168
|
+
* updates autodocs ([592fbdc](https://github.com/TimeToAlign/timetoalign/commit/592fbdc8d094b10f5982f4ae44303bc02da4f406))
|
|
169
|
+
* updates homepage ([4402640](https://github.com/TimeToAlign/timetoalign/commit/44026408749517d527008b363d6ca7c881e3d937))
|
|
170
|
+
* updates tutorial page ([3d5aa5f](https://github.com/TimeToAlign/timetoalign/commit/3d5aa5faab5cdf04afea0fc48169e01f5a660601))
|
|
171
|
+
* writes reduced tutorial notebooks, factoring out older content to how-to notebooks ([faa3fbf](https://github.com/TimeToAlign/timetoalign/commit/faa3fbf7f797ae73bcc573785273f82acea9b1f7))
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Contributing to Time To Align!
|
|
2
|
+
|
|
3
|
+
The full **Developers' Reference** lives on the documentation site at
|
|
4
|
+
`docs/page/contributing.qmd`. It covers:
|
|
5
|
+
|
|
6
|
+
- Repository layout and the seven-subpackage architecture (with the
|
|
7
|
+
layered import-direction rules).
|
|
8
|
+
- Environment setup, `pip install -e ".[dev]"`, pre-commit registration.
|
|
9
|
+
- The canonical build/test/publish flow via `tox` (envs: default, `lint`,
|
|
10
|
+
`build`, `clean`, `publish`).
|
|
11
|
+
- Coding standards (style, typing, Google-style docstrings, error
|
|
12
|
+
handling, pitch spelling).
|
|
13
|
+
- The Quarto + quartodoc documentation pipeline, including how to add a
|
|
14
|
+
new tutorial or how-to notebook (jupytext source → `notebooks.csv` →
|
|
15
|
+
sidebar entry → glossary update).
|
|
16
|
+
- The hard rule that **jupytext and quarto versions may only ever be
|
|
17
|
+
upgraded, never downgraded**.
|
|
18
|
+
- Conventional Commits and how `release-please` (running on every push to
|
|
19
|
+
`main`) computes the next version. Breaking changes use both `!` *and*
|
|
20
|
+
a `BREAKING CHANGE:` footer.
|
|
21
|
+
- IDE guidance (PyCharm preferred).
|
|
22
|
+
|
|
23
|
+
To preview the developers' reference locally:
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
cd timetoalign/docs/page
|
|
27
|
+
quartodoc build
|
|
28
|
+
quarto render
|
|
29
|
+
# open _site/contributing.html
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Or read the rendered version on the public site:
|
|
33
|
+
<https://timetoalign.github.io/contributing.html>.
|