Airwave - yet another WINE VST bridge for Linux (April 12 update)
- KVRist
- Topic Starter
- 425 posts since 27 Mar, 2014
I did an investigation and found, that FabFilter Pro-Q2 in linear-phase mode behaves similarly on Windows. There is an audible delay. If my test case is wrong, then I need to know correct PDC test method to work on this issue.
- KVRist
- Topic Starter
- 425 posts since 27 Mar, 2014
Ok, I did a PDC test like in the and with the latest fix there are no any clicks. Thus, I think that this is a good fix and it should be released. Concerning to the audible delay when moving Pro-Q2 handle manually: this delay is normal because DAW just buffers some audio to compensate the delay and it cannot be removed it in a real-time.
- KVRist
- Topic Starter
- 425 posts since 27 Mar, 2014
I've recreated your test case and haven't noticed the delay. Here is the video I recorded: https://dl.dropboxusercontent.com/u/33529975/pdc.ogv
Perhaps you've built airwave from the master branch.
Perhaps you've built airwave from the master branch.
-
- KVRist
- 149 posts since 31 Mar, 2014
I do have this code in my source files:
I've removed previous airvawe version and installed my own build.
In your case bitwig is reporting latency on the info panel but I got nothing.
Can you share your build in deb or tgz?
Code: Select all
case audioMasterIOChanged: {
PluginInfo* info = reinterpret_cast<PluginInfo*>(frame->data);
info->flags = effect_->flags;
info->programCount = effect_->numPrograms;
info->paramCount = effect_->numParams;
info->inputCount = effect_->numInputs;
info->outputCount = effect_->numOutputs;
info->initialDelay = effect_->initialDelay;
info->uniqueId = effect_->uniqueID;
info->version = effect_->version;
callbackPort_.sendRequest();
callbackPort_.waitResponse();
return frame->value; }
In your case bitwig is reporting latency on the info panel but I got nothing.
Can you share your build in deb or tgz?
- KVRist
- Topic Starter
- 425 posts since 27 Mar, 2014
I have some news about the blank window issue. The good one: I was able to create a simple workaround which can partly solve the issue. The bad one: my workaround has a form of patch file for WINE. I can create dedicated wine package in ArchLinux User Repository (AUR), but I can't build WINE for all popular Linux distributions. Moreover, many people use patched WINE already (RT, PA and other variants).
I've created a bug report in WINE Bugzilla. I hope that people there will help to fix this bug.
I've created a bug report in WINE Bugzilla. I hope that people there will help to fix this bug.
- KVRist
- Topic Starter
- 425 posts since 27 Mar, 2014
Finally, I figured out how to use the latest version of Reveal Sound Spire with airwave. You need to replace d2d1.dll file in your ${WINEPREFIX}/drive_c/Windows/system32/" directory by the original one (from Windows 7) and add a library override for it in winecfg.
-
- KVRian
- 1262 posts since 15 May, 2002 from Finland
Hi, thanks for the great host!
I am adding slowly my plugins, many have worked.
But there is a small thing, the browser in the host can't access hidden directories.
I am adding slowly my plugins, many have worked.
But there is a small thing, the browser in the host can't access hidden directories.

?