Skip to content

7.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 23:48
· 164 commits to main since this release
056dee5

Added

  • The WaveformPreviewComponent and WaveformDetailComponent now have accessors allowing callers to obtain the underlying waveform information that is driving their display.

Fixed

  • The WaveformPreviewComponent and WaveformDetailComponent were not correctly updating the color of their playback indicators if setPlaybackState was called with a change in nothing but the playing boolean.
  • Trying to request track analysis file tags using DB Server queries (when using a real player number) was not working because the file extension was being passed without stripping off the leading "." as required by the protocol.

Changed

  • The BeatGrid reports requests for out-of-range beats at debug level now, rather than warning, since they were quite noisy and meaningless in the log file.
  • The getBarNumber() method in BeatGrid now follows the Rekordbox convention of reporting a value of -1 in any partial bar at the start of a track, and bar 1 always begins with the first downbeat.
  • The method requestSongStructureFrom() in the AnalysisTagFinder was an anachronism, and has been corrected to requestAnalysisTagFrom().