mixxxbot

Results 163 comments of mixxxbot

Commented by: **[daschuer](https://github.com/daschuer)** Date: 2013-03-20T07:49:34Z --- A other issue pro this solution is the waveform dejerking. Every timer driven thread that may not yield the GUI thread for rendering results...

Commented by: **[daschuer](https://github.com/daschuer)** Date: 2015-01-22T07:58:12Z --- http://www.mixxx.org/forums/viewtopic.php?f=1&t=6879

Commented by: **[ronso0](https://github.com/ronso0)** Date: 2022-05-31T20:17:08Z --- I can confirm sorting in History by 'Timestamp' doesn't work. Though, sorting by 'Date Added' works. Code is here: https://github.com/mixxxdj/mixxx/blob/main/src/library/basetracktablemodel.cpp#L640-L649

Commented by: **[daschuer](https://github.com/daschuer)** Date: 2022-08-19T21:50:54Z --- https://github.com/mixxxdj/mixxx/pull/4900

Commented by: **[fkbreitl](https://github.com/fkbreitl)** Date: 2020-10-10T07:42:45Z Attachments: [Orjan Nilsen - Endymion (Original Mix)-wKl0dRGfVo4-10s.m4a](https://bugs.launchpad.net/mixxx/+bug/1899242/+attachment/5420336/+files/Orjan Nilsen - Endymion (Original Mix)-wKl0dRGfVo4-10s.m4a)

Commented by: **[uklotzde](https://github.com/uklotzde)** Date: 2020-10-11T12:26:22Z --- The new, hardened FFpmeg decoder reveals that this file has a disontinuity when decoding: Warning [CachingReaderWorker 1]: ReadAheadFrameBuffer - Overlapping range [21502 -> 21503)...

Commented by: **[fkbreitl](https://github.com/fkbreitl)** Date: 2020-10-11T15:31:10Z --- Thanks for sorting this out. Do discontinuities indicate a serious problem of such files or is this rather a technical issue which is hard...

Commented by: **[fkbreitl](https://github.com/fkbreitl)** Date: 2020-11-06T18:44:49Z --- Unfortunately this happens for many files which makes testing new builds difficult. How can we be sure that this will not cause a problem...

Commented by: **[uklotzde](https://github.com/uklotzde)** Date: 2020-11-06T19:23:00Z --- The debug assertion is a guard and reminder that the code does not handle those unexpected discontinuities, neither gaps nor overlaps in the decoded...

Commented by: **[fkbreitl](https://github.com/fkbreitl)** Date: 2020-11-06T21:09:35Z --- It sounds like this is a critical issue for the next release. In this case I suggest to increase the "importance" to high. Moreover...