5.0.0

Released 2022-05-24
Highlights
  • Gonio- and Correlation meter components
  • Fine-grained seek and range selection using the mouse
Release notes

Breaking

  • The new components, Gonio- and Correlation meter (and also the VU-meter), makes use of a new ChannelControlPlugin API. These components will throw an error if used with an earlier version of Accurate Player (<=7.0.0).

Features

  • ApGoniometer: New component that can be used to highlight phase differences between two audio signals
  • ApCorrelationMeter: New component that displays the phase relationship of a stereo signal.
  • ApTimelineBasic:
    • You can now hold down shift while dragging the current time indicator or range selection in order to gain better precision
    • apPointDragStart callback now provides start and end values
  • ApTimelineRangeSelect: Added changeFactor property to control the amount of change per frame dragged
  • ApTimelineCurrentTimeIndicator: Added changeFactor property to control the amount of change per frame dragged

Fixes

  • ApTimelineBasic: zoomMin and zoomMax are now clamped when duration (max) changes.
  • ApTimelineMarker/ApTimelineMetadata: fixed issue merging marker data on marker data updates. This would sometimes cause the marker style to not be merged correctly.
  • ApAudioMeterBasic: The meter no longer show any values for channels that have no routing.