Airwave - yet another WINE VST bridge for Linux (April 12 update)
-
- KVRer
- 26 posts since 28 Mar, 2015
The new Airwave Manager looks really neat. Otherwise I didn't really see a difference in that little time I tested it. There is still a GUI resizing problem, but other than that everything seem to work fine.
I have a question. If you know Studio Drummer from the Kontakt Library, you might know that you can drag MIDI clips from the GUI into the DAW. This doesn't work with Airwave. Is that a thing that is simply not possible or very hard to implement? If it is a matter of a couple minutes to implement it would be nice. Otherwise nevermind.
I have a question. If you know Studio Drummer from the Kontakt Library, you might know that you can drag MIDI clips from the GUI into the DAW. This doesn't work with Airwave. Is that a thing that is simply not possible or very hard to implement? If it is a matter of a couple minutes to implement it would be nice. Otherwise nevermind.
-
- KVRAF
- 9521 posts since 6 Oct, 2004
Thanks for doing the extra packaging work! 
Cheers
Cheers
-
- KVRist
- 59 posts since 27 Mar, 2014
Hi!
Thank you for the new release!
I still have the problem with Steven Slate Drums 4 plugin. I cannot DnD from the plugin to midi track.
The workaround is looking at the midi pattern name and DnD from the file browser, it is a little tedious but works.
Still, making those plugin works until they make a native version (yeah, not tomorrow, but I keep on asking) is really something amazing. Some kind of sorcery stuff
Thank you for the new release!
I still have the problem with Steven Slate Drums 4 plugin. I cannot DnD from the plugin to midi track.
The workaround is looking at the midi pattern name and DnD from the file browser, it is a little tedious but works.
Still, making those plugin works until they make a native version (yeah, not tomorrow, but I keep on asking) is really something amazing. Some kind of sorcery stuff
-
- KVRer
- 26 posts since 28 Mar, 2015
Isn't this exactly what I asked just with a different plugin?Bzerk wrote:Hi!
Thank you for the new release!
I still have the problem with Steven Slate Drums 4 plugin. I cannot DnD from the plugin to midi track.
The workaround is looking at the midi pattern name and DnD from the file browser, it is a little tedious but works.
Still, making those plugin works until they make a native version (yeah, not tomorrow, but I keep on asking) is really something amazing. Some kind of sorcery stuff
- KVRian
- 1297 posts since 23 Jun, 2007 from Findlay OH USA
Hey phantom-one !
You might recall that I had major problems with airwave on my new desktop system. I figured out what was wrong, it might be good advice to pass on to other users.
Basically, if the user experiences any problems with SELinux while running airwave-linked plugins *disable SELinux*. It was on by default on the desktop box and disabled on the laptop (where airwave has been working perfectly), and that was the only difference between the systems. Some research into SELinux persuaded me that I could safely turn it off, but other users may have security concerns that require it. The fix is a simple change to /etc/selinux/config. On my system, from this:
to this:
Reboot to activate. Run the getenforce command to verify the change:
All problems solved, on Fedora 19 x86_64 with Planet CCRMA additions. 
Best,
dp
You might recall that I had major problems with airwave on my new desktop system. I figured out what was wrong, it might be good advice to pass on to other users.
Basically, if the user experiences any problems with SELinux while running airwave-linked plugins *disable SELinux*. It was on by default on the desktop box and disabled on the laptop (where airwave has been working perfectly), and that was the only difference between the systems. Some research into SELinux persuaded me that I could safely turn it off, but other users may have security concerns that require it. The fix is a simple change to /etc/selinux/config. On my system, from this:
Code: Select all
SELINUX=enforcingCode: Select all
SELINUX=disabledCode: Select all
$ getenforce
Disabled
Best,
dp
- KVRist
- Topic Starter
- 425 posts since 27 Mar, 2014
The crashing of the Variety of Sound plugins is fixed in 1.0.2. New binary packages are available on the releases page.
-
- KVRer
- 26 posts since 28 Mar, 2015
You seem to be on a hunt for bugs. Is there a way for non-Arch users to update airwave other than cloning it and compiling it? I saw that you have .deb file, but Ubuntu tells me that your package doesn't meet the quality requirements, also how would I include the VST SDK?phantom-one wrote:The crashing of the Variety of Sound plugins is fixed in 1.0.2. New binary packages are available on the releases page.
- KVRist
- Topic Starter
- 425 posts since 27 Mar, 2014
How do you trying to install the package? Usually is enough for this. I'm not providing the hash sums of package files, could this be a quality requirements violation?
The VST SDK needed only if you building Airwave by yourself. Here is a step by step instruction, but if you using the Ubuntu then I would recommend you to install my package with dpkg.
Small remark: the last command in the instruction should be executed from root:
I will correct the instruction in next release.
Code: Select all
dpkg -i <package_file>The VST SDK needed only if you building Airwave by yourself. Here is a step by step instruction, but if you using the Ubuntu then I would recommend you to install my package with dpkg.
Small remark: the last command in the instruction should be executed from root:
Code: Select all
sudo make install-
- KVRer
- 26 posts since 28 Mar, 2015
I was fine compiling it myself but I wanted to try the package. Installing worked even though through the Ubuntu Service Center it threw the warning: "The package doesn't provide a valid Installed-Size control field. See Debian Policy 5.6.20".
Also when compiling it myself Variety of Sound plugins would crash after some time. With your binaries however they didn't.
Btw... the "airwave-manager.desktop" file shows the wrong versioning. 1.0 instead of 1.0.2
Also when compiling it myself Variety of Sound plugins would crash after some time. With your binaries however they didn't.
Btw... the "airwave-manager.desktop" file shows the wrong versioning. 1.0 instead of 1.0.2
- KVRist
- Topic Starter
- 425 posts since 27 Mar, 2014
nonameyet wrote:the Ubuntu Service Center it threw the warning: "The package doesn't provide a valid Installed-Size control field. See Debian Policy 5.6.20".
Thanks for the information, I will fix these issues.nonameyet wrote:Btw... the "airwave-manager.desktop" file shows the wrong versioning. 1.0 instead of 1.0.2
- KVRist
- Topic Starter
- 425 posts since 27 Mar, 2014
The 64-bit to 32-bit bridging is implemented in a new version 1.1.0. Now you can use 32-bit plugins directly with a 64-bit host. When using the bit-bridge in the Bitwig Studio, there is no additional bridge anymore for the 32-bit plugins.
My tests are passed successfully, but this is very experimental release. As usual, there are binary packages for Ubuntu and Arch Linux on the releases page.
My tests are passed successfully, but this is very experimental release. As usual, there are binary packages for Ubuntu and Arch Linux on the releases page.
