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
When exporting as library versions 2.x or 3.x, some tracks do not show any high-resolution waveform on Denon hardware. Note that the high-res waveform is generated on-the-fly by DJ hardware - it is not stored or written by libdjinterop. Instead, there must be something about the exports written by libdjinterop that confuse the player and result in no waveform being generated.
Acceptance Criteria
The above issue must be fixed.
The text was updated successfully, but these errors were encountered:
Initial testing suggests that the bug is caused by the library using the older V1 encoding of the trackData field, instead of the new (backwards-incomaptible) V2 encoding. I clearly didn't notice this when doing the initial V2 implementation.
However, there are some residual lssues where the high-res waveform doesn't quite line up with the actual beat data... Will continue investigations.
Overview
When exporting as library versions 2.x or 3.x, some tracks do not show any high-resolution waveform on Denon hardware. Note that the high-res waveform is generated on-the-fly by DJ hardware - it is not stored or written by libdjinterop. Instead, there must be something about the exports written by libdjinterop that confuse the player and result in no waveform being generated.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: