Hi guys, i'm currently developping a VST host with some specific functions for my own usage. I have a stupid problem that drives me crazy : with some plugins (FM7 and Superwave P8 for example), I get some strange noise on the output with some presets. With other presets, everything works well...
I recorded audio signal directly on the plugin output : grabled audio is already there (so it's not during the audio to ASIO conversion process that problem arise)
It is not a CPU load related problem, nor a buffer size problem (i made tests in this direction too) The problem is not inside the plugins, because they work well with other hosts.
It's like that with some presets, the FPU works wrong, as if my host configured it badly.
Is there any other developpers that have experienced the same problem ? If so, do they find a solution ?
I'm going crzay by looking for this bug in my host... so if somebody could help me !
Ben[/url]
Crazy problem while writing a new VST host
-
Benoit BOUCHEZ Benoit BOUCHEZ https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=86127
- KVRer
- 1 posts since 31 Oct, 2005
-
- KVRist
- 377 posts since 16 Apr, 2004 from Antwerp
You can use MMX but you must reset the FPU state afterwards; perhaps that's the problem.
Another cause could be an alignment problem : are you using inline assembler?
Another cause could be an alignment problem : are you using inline assembler?