-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got all zero WAV file with HALion VST #41
Comments
Thanks for trying it out. Sounds like you're up to some interesting work with all those plugins 😄 I just pushed an update in which Use absolute paths too. Just making sure, is Halion a DLL or Have you checked whether a parameter needs to be changed among |
Very Thanks for quickly reply!
|
I tried this update with different plugins. But the result is same as before. For halion6.dll,it output all zero wav file. |
Ok thanks for trying. I'll try to download a trial of Halion sometime and test. |
On Windows, I installed a trial and can hear sound in the standalone Halion exe with a preset called Fretless B15. I'm able to save it as a .vstpreset, but I think that newer versions of Halion don't have a way to save FXP. How do you make your FXP files, or are you using FXP files that should work with Halion because you created them with an earlier version?
If I don't load a preset and render, I get silent samples. |
https://github.com/teragonaudio/MrsWatson/issues/281 |
Some progress... #if JUCE_PLUGINHOST_VST
// The VST2 way of loading preset. You need the entire VST2 SDK source, which is not public.
result = VSTPluginFormat::loadFromFXBFile(myPlugin.get(), mb.getData(), mb.getSize());
#else
...
#endif but keep result = setVST3PluginStateDirect(myPlugin.get(), mb); It will break loading ordinary FXP files, but it's convenient to explain... But with those changes I'm still getting silent output after loading |
On the main branch, plugin processor now has a |
So far,I have not tried to load vst3preset. I will try it. |
There's an interesting new way to |
@startreker-shzy Can you try the latest? |
@startreker-shzy how do you export an fxp file? |
Hello. I tested the make_plugin_processor with some different plugins. For halion 6, with preset FXP file saved by FLStudio, the results is all zero wav file. I tried different preset settings, It`s output always zero. But for some other plugins , like DSK string / DSK Dynamic Guitars and Mini_DiZi.dll, the result is normal, I got voiced wav file.
Have someone ever face this problem? Is these any parameters needed to be setting for halion 6 ? Very thanks!
The text was updated successfully, but these errors were encountered: