• Welcome to Tone2 support forum.

Icarus 1.5 - public beta 1

Started by Markus Krause, October 16, 2017, 02:11:27 PM

Previous topic - Next topic
i added some discussion to the IL forums, a bit forward maybe but they should patch it then and/or let me and others know what the advantage is to variable sized buffers!
i just had a problem with freiraum vst too, a coincidence to have 2 vsts in a row now with buffer probs? ;).


November 03, 2017, 09:19:39 AM #46 Last Edit: November 03, 2017, 09:25:52 AM by Markus Krause
What is the disadvantage of using random size buffers:

- The cache of the processor does not work in an efficient way. The CPU can't do good predictions (Higher CPU load)
- Huge overhead for context switches. Especially when very small sizes are caluculated (like a buffer with only 1 sample is calculated) it is wasting lot of CPU (huge CPU spike => crackles)
- High jitter in the CPU load distribution. Audio dropouts can happen, even when the average CPU load is low.
- The behaviour is different than in all other VST hosts. The developers of many VST plugins have to do special workarounds for FL Studio
- Some plugins can cause audio dropouts, others might even crash

A new beta is available. I fixed all issues that you reported. Thanks for the testing.

http://www.tone2.org/forum/index.php?topic=2520.0