Skip to content

v1.6.1

Choose a tag to compare

@alexarje alexarje released this 27 Jun 19:15
· 396 commits to master since this release

Highlights

Added

  • pose_center() — centre the pose data on its global centroid (2D port of MoCap Toolbox mccenter); plots the centred trajectories + CSV.
  • pose_distance() — per-marker cumulative distance travelled plus the across-marker average (2D port of mccumdist); cumulative curves + ranked bar chart + CSV.

Changed

  • Consolidated the audio–movement material into a dedicated Audio-Video Processing & Analysis docs page (the public warp_audiovisual_beats() method is unchanged).

Fixed / internal

  • Cache the movement quantity-of-motion and audio onset/RMS envelopes per MgVideo — running several audio–movement analyses in a row no longer re-decodes the same video/audio (~6× faster on subsequent calls).
  • Removed ~26 MB of generated test artifacts committed under musicalgestures/examples/ (+ .gitignore rules); de-duplicated the pose-keypoint cache fallback; CSV-save errors now surface as warnings.

See the CHANGELOG for full details.