Airwave - yet another WINE VST bridge for Linux (April 12 update)

Official support for: bitwig.com
Post Reply New Topic
RELATED
PRODUCTS

Post

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.

Post

I have similar issue with ozone5 + airwave too.
Maybe there is problem with PDC in general

Post

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.

Post

Here is short video about problem I have.
FabFilter is on HH track. I'm switching plugin's latency back and forth.

Post

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.

Post

I do have this code in my source files:

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; }
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?

Post

Sure, get it from here
BTW, did you update your links (with a help of "Update links" button) after you have updated the airwave?

Post

Update links solved the problem)

Post

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.

Post

Cool

Post

Great news! Does that do anything in regards to getting new iZotope stuff, like Ozone 6 working?

Post

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.

Post

I optimized translation of automation events and now there should be much fewer audio glitches than earlier. The changes are in the develop branch.

Post

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.

Post

Do you talking about this little button?
Image?

Post Reply

Return to “Bitwig”