Airwave VST bridge

Discuss running non-Linux applications and plugins on Linux, for example via wine

Moderators: MattKingUSA, khz

User avatar
phant0m
Established Member
Posts: 49
Joined: Tue Apr 14, 2015 11:03 am
Contact:

Re: Airwave VST bridge

Post by phant0m »

The binaries from my package are linked with libstdc++.so.6.0.20 and it looks like the latest version you have is 6.0.19. Can you update the libstdc++6 package? On Ubuntu this could be achieved by the following command

Code: Select all

sudo apt-get install libstdc++6
I will try to use an older compiler and change the wine dependency in my package.
User avatar
phant0m
Established Member
Posts: 49
Joined: Tue Apr 14, 2015 11:03 am
Contact:

Re: Airwave VST bridge

Post by phant0m »

What package have you extracted manually? I guess it was the Arch Linux package? The binaries from the Ubuntu package linked with correct libstdc++. I will update it soon with less strict wine dependency.
User avatar
phant0m
Established Member
Posts: 49
Joined: Tue Apr 14, 2015 11:03 am
Contact:

Re: Airwave VST bridge

Post by phant0m »

Vrangor, try to install the updated package: https://github.com/phantom-code/airwave ... _amd64.deb
I hope that the issue with incorrect wine dependency should be solved.
Vrangor
Established Member
Posts: 54
Joined: Fri Apr 25, 2014 11:47 pm
Has thanked: 2 times
Been thanked: 3 times

Re: Airwave VST bridge

Post by Vrangor »

Previously I extracted the .deb one.
Now I have libqt5core5a: dependency cannot be resolved.
I have libqt5core.so.5.1.1, tried to make link as libqt5core.so.5a, but it didn`t help :)
My libstdc++ is 6.0.18, no update as far now. I have Mint LMDE.
User avatar
phant0m
Established Member
Posts: 49
Joined: Tue Apr 14, 2015 11:03 am
Contact:

Re: Airwave VST bridge

Post by phant0m »

I have downloaded the Linux Mint livecd from here, started it and installed the deb package without any issues. Will try to find your issue anyway.

UPDATE:
Here are the packages installed on the Mint livecd:

Code: Select all

$ dpkg -s libqt5core5a
Package: libqt5core5a
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 5118
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: qtbase-opensource-src
Version: 5.2.1+dfsg-1ubuntu14.2
Replaces: libqt5core5 (<< 5.2.0+dfsg~)
Provides: qtbase-abi-5-2-1
Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.22.0), libicu52 (>= 52~m1-1~), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4)
Pre-Depends: dpkg (>= 1.15.6~), multiarch-support
Suggests: libthai0
Breaks: libqt5core5 (<< 5.2.0+dfsg~)
Description: Qt 5 core module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The QtCore module contains core non-GUI functionality.
Homepage: http://qt-project.org/
Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>

Code: Select all

$ dpkg -s libqt5core5a
Package: libqt5core5a
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 5118
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: qtbase-opensource-src
Version: 5.2.1+dfsg-1ubuntu14.2
Replaces: libqt5core5 (<< 5.2.0+dfsg~)
Provides: qtbase-abi-5-2-1
Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.22.0), libicu52 (>= 52~m1-1~), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4)
Pre-Depends: dpkg (>= 1.15.6~), multiarch-support
Suggests: libthai0
Breaks: libqt5core5 (<< 5.2.0+dfsg~)
Description: Qt 5 core module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The QtCore module contains core non-GUI functionality.
Homepage: http://qt-project.org/
Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPDATE2:
What release of the Linux Mint are you using?

Code: Select all

$ egrep -w 'RELEASE|CODENAME' /etc/linuxmint/info
RELEASE=17.1
CODENAME=rebecca
Vrangor
Established Member
Posts: 54
Joined: Fri Apr 25, 2014 11:47 pm
Has thanked: 2 times
Been thanked: 3 times

Re: Airwave VST bridge

Post by Vrangor »

It`s MINT LMDE, which means Linux Mint Debian Edition, it is not Ubuntu based distro, but Debian testing.
http://www.linuxmint.com/download_lmde.php
User avatar
phant0m
Established Member
Posts: 49
Joined: Tue Apr 14, 2015 11:03 am
Contact:

Re: Airwave VST bridge

Post by phant0m »

New patch version update (1.1.1):

FIXED Regression: plugin's parameters are not exported to the host correctly
User avatar
phant0m
Established Member
Posts: 49
Joined: Tue Apr 14, 2015 11:03 am
Contact:

Re: Airwave VST bridge

Post by phant0m »

Vrangor, I have successfully installed Airwave using the LMDE (Cinnamon) livecd (screenshot).
Do you still have your issue? Can you try to install the latest package?
Vrangor
Established Member
Posts: 54
Joined: Fri Apr 25, 2014 11:47 pm
Has thanked: 2 times
Been thanked: 3 times

Re: Airwave VST bridge

Post by Vrangor »

phant0m, thank You very much for Your great work and feedback! I still have libqt5core5a dep problem, BUT it`s because I have LMDE 1, according to Mint devs upgrade to LMDE 2 is in progress, however if it doesn`t show until end of the week, I`ll install fresh LMDE 2 + Airwave, and give You report from testing all my VSTs with it.
Thx again, cheers!
User avatar
phant0m
Established Member
Posts: 49
Joined: Tue Apr 14, 2015 11:03 am
Contact:

Re: Airwave VST bridge

Post by phant0m »

Vrangor, you're welcome! If you will encounter any issues I'll be glad to help.
higltypig
Established Member
Posts: 21
Joined: Mon Apr 27, 2015 9:04 pm
Been thanked: 1 time

Re: Airwave VST bridge

Post by higltypig »

I'm trying very hard to get this to work.

I seem to have some issue with where my vst plugin folder is. If it's set to /usr/lxvst then Ardour sees the plugs but airwave manager says the links are all corrupt - wondering if it's because it doesn't have the rights to access that folder?

I've set my folder to ~/.vst but it's still not working and now ardour doesn't see my vsts.

Any ideas? - airwave manager just says each plugins link is corrupt. oddly Audacity sees and goes through my native Vsts but then they aren't in the plugin list..

Reaper via wine works perfectly but I'd like to get this working.....
User avatar
phant0m
Established Member
Posts: 49
Joined: Tue Apr 14, 2015 11:03 am
Contact:

Re: Airwave VST bridge

Post by phant0m »

The message "VST plugin is corrupted." is shown when Airwave plugin binary (airwave-plugin.so) isn't found. Where did you install the Airwave? You should set the "Binaries location" (in the settings dialog) to the path, where the Airwave binaries are located. See this screencast as example: https://dl.dropboxusercontent.com/u/335 ... cation.ogv
User avatar
phant0m
Established Member
Posts: 49
Joined: Tue Apr 14, 2015 11:03 am
Contact:

Re: Airwave VST bridge

Post by phant0m »

Well, I feel that I've misunderstood you. It seems that you getting the message "Link <filename> is corrupted" in the logs. First of all, the "link location" directory should be writable by the Airwave. Second, you shouldn't move manually any .so files, created by the airwave manager. The link's .so path is used at the runtime as a key to finding the corresponding VST dll file. If link's path isn't found in the configuration file ${HOME}/.config/airwave.conf, then the "Link is corrupted" message is displayed. I hope it helps somehow. If not, feel free to ask. Also, the logs could be useful for me.
User avatar
phant0m
Established Member
Posts: 49
Joined: Tue Apr 14, 2015 11:03 am
Contact:

Re: Airwave VST bridge

Post by phant0m »

I've recorded another screencast which shows an example usage of the Airwave and Bitwig Studio: https://dl.dropboxusercontent.com/u/335 ... -usage.ogv
higltypig
Established Member
Posts: 21
Joined: Mon Apr 27, 2015 9:04 pm
Been thanked: 1 time

Re: Airwave VST bridge

Post by higltypig »

OK have installed bitwig demo as it allows you to select the vst folder.

This is the log.

1430214093.452636675 airwave-plugin : Link '/home/higltypig/LVST/Philharmonik.so' is corrupted
1430214093.462854353 airwave-plugin : Link '/home/higltypig/LVST/VB3.so' is corrupted
1430214093.472668599 airwave-plugin : Link '/home/higltypig/LVST/Polysquasher.so' is corrupted
1430214093.480366599 airwave-plugin : Link '/home/higltypig/LVST/SampleTron.so' is corrupted
1430214093.487648279 airwave-plugin : Link '/home/higltypig/LVST/ezdrummer.so' is corrupted
1430214093.510335466 airwave-plugin : Link '/home/higltypig/LVST/TruePianos.so' is corrupted
1430214093.521290258 airwave-plugin : Link '/home/higltypig/LVST/TRackS3 Classic Comp.so' is corrupted
1430214093.528846000 airwave-plugin : Link '/home/higltypig/LVST/TRackS3 Classic EQ.so' is corrupted
1430214093.538116887 airwave-plugin : Link '/home/higltypig/LVST/TRackS3 White 2A.so' is corrupted
1430214093.546957011 airwave-plugin : Link '/home/higltypig/LVST/TRackS3 Classic Clipper.so' is corrupted
1430214093.554041396 airwave-plugin : Link '/home/higltypig/LVST/TRackS3 Brickwall Lim.so' is corrupted
1430214093.563041530 airwave-plugin : Link '/home/higltypig/LVST/TRackS3.so' is corrupted
1430214093.573136549 airwave-plugin : Link '/home/higltypig/LVST/GlissEQ.so' is corrupted
1430214093.588272262 airwave-plugin : Link '/home/higltypig/LVST/TRackS3 Black 76.so' is corrupted
1430214093.601472925 airwave-plugin : Link '/home/higltypig/LVST/SampleMoog.so' is corrupted
1430214093.611316868 airwave-plugin : Link '/home/higltypig/LVST/Kontakt2.so' is corrupted
1430214093.620959926 airwave-plugin : Link '/home/higltypig/LVST/TRackS3 Vint Comp 670.so' is corrupted
1430214093.629327972 airwave-plugin : Link '/home/higltypig/LVST/Voxformer.so' is corrupted
1430214093.641695820 airwave-plugin : Link '/home/higltypig/LVST/TRackS3 Lin Phase EQ.so' is corrupted
1430214093.648978683 airwave-plugin : Link '/home/higltypig/LVST/Sonik Synth 2.so' is corrupted
1430214093.659334239 airwave-plugin : Link '/home/higltypig/LVST/SampleTank2.x.so' is corrupted
1430214093.666873594 airwave-plugin : Link '/home/higltypig/LVST/TRackS3 Opto Comp.so' is corrupted
1430214093.676991884 airwave-plugin : Link '/home/higltypig/LVST/TRackS3 Classic Mband Lim.so' is corrupted
1430214093.686607532 airwave-plugin : Link '/home/higltypig/LVST/Melodyne plugin.so' is corrupted
1430214093.694535637 airwave-plugin : Link '/home/higltypig/LVST/Elephant.so' is corrupted
1430214093.702697044 airwave-plugin : Link '/home/higltypig/LVST/VariSaturator.so' is corrupted
1430214093.709871925 airwave-plugin : Link '/home/higltypig/LVST/MrTramp2.so' is corrupted
1430214093.717527213 airwave-plugin : Link '/home/higltypig/LVST/TRackS3 Prog EQ 1A.so' is corrupted

Hope that helps? :)
Post Reply