You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().