Re: [Mixxx-devel] GsoC application - Grammenos Anastasis

2017-03-20 Thread Daniel Schürmann
Hi Anast, thank you for introducing yourself. Your project ideas really sounds quite challenging. What will work, is to prepare parts the back-end for this as part of the cue point project. We have a pending pull request for introducing LV2 effects to Mixxx. This suffers the issue that we cannot

[Mixxx-devel] Fixing quantize bug

2017-03-20 Thread Anast Gramm
Hello, I want to fix this bug [1]. I tested it and i believe it's a bug with quantize as mentioned in comments. I think there needs to be a check that if the other track is playing, and only then, it should trigger the quantize uppon pressing play. If I have 2 tracks loaded but both are paused,

Re: [Mixxx-devel] Fixing quantize bug

2017-03-20 Thread Daniel Schürmann
Hi Anast, The "quantize" control is evaluated here when play is executed: https://github.com/mixxxdj/mixxx/blob/10cff8cd651627244fd1a2dc9777615cea0370fa/src/engine/enginebuffer.cpp#L655 It could also be interesting why out tests did not catch the issue: https://github.com/mixxxdj/mixxx/blob/3bb3d