Daniel Schürmann

Results 597 comments of Daniel Schürmann

cleaning up the 2.4.1 milestone from this hard to reproduce issue

I have made rawValue() pure virtual to show that we have no infinitive recursive call issue.

I can confirm that it is a surprising behaviour, when after deleting the 2024 folder disappears and playlist are popping up form the 2023 folder. On the other hand seeing...

The last commit contains a lot of useful refactoring. Unfortunately it makes it hard to review the essence of multi threading. Can you please create a separate PR with these...

This solution unfortunately involves a priority inversion. The critical high prio real time thread waits for the lower prio workers, which the OS can freely reassign to other tasks. The...

Did you consider the poor man's solution of mixing only two buffers of temps before doing sound stretching?

>> This solution unfortunately involves a priority inversion. > Could that be solve by spawning the stretcher threads with the same priority than the engine? This will lint the issue...

> Does it mean it would need a larger pool so it can complete all decks (4 decks * 4 stems)? Not sure, if you trust the scheduler, you may...