Search found 49 matches

by phant0m
Tue Jun 07, 2016 8:13 pm
Forum: Running non-linux software
Topic: Airwave VST bridge
Replies: 181
Views: 84392

Re: Airwave VST bridge

Good suggestions! I'll try to implement it, thank you.
by phant0m
Thu May 19, 2016 8:17 pm
Forum: Running non-linux software
Topic: Airwave VST bridge
Replies: 181
Views: 84392

Re: Airwave VST bridge

Sadly, it looks like a wine or ivor2 issue for me. As you can see, the stack pointer is deep inside of ivor2 calls. Thus, the division by zero caused by the ivor2 code. But there is a chance, that it got wrong data from airwave, of course.
by phant0m
Mon May 09, 2016 8:27 am
Forum: Running non-linux software
Topic: Airwave VST bridge
Replies: 181
Views: 84392

Re: Airwave VST bridge

It seems like a DAW issue in Linux. When plugin window is active it receives all keyboard input and DAW just doesn't have a chance to process it. This happens even with native plugins. I suggest you buy a MIDI controller.
by phant0m
Wed Mar 30, 2016 9:36 pm
Forum: Running non-linux software
Topic: Airwave VST bridge
Replies: 181
Views: 84392

Re: Airwave VST bridge

airwave 1.3.2 is released. I hope that Ardour deadlock issue is finally fixed.
by phant0m
Tue Mar 22, 2016 9:34 am
Forum: Running non-linux software
Topic: Airwave VST bridge
Replies: 181
Views: 84392

Re: Airwave VST bridge

It's done. Now you can disable building of the 64-bit host endpoint by providing an additional command line argument to cmake: -DDISABLE_64BIT

EDIT: the changes are in the develop branch
by phant0m
Tue Mar 22, 2016 7:20 am
Forum: Running non-linux software
Topic: Airwave VST bridge
Replies: 181
Views: 84392

Re: Airwave VST bridge

davephillips wrote:So my question is: Can I build Airwave with *only* 32-bit support ?
Currently, you can't. If cmake detects that it is running on 64-bit system, then it includes the building of the 64-bit part. I can easily change this behaviour.
by phant0m
Mon Mar 21, 2016 9:50 pm
Forum: Running non-linux software
Topic: Airwave VST bridge
Replies: 181
Views: 84392

Re: Airwave VST bridge

Airwave is just a bridge between a VST host and a VST plugin. It works with offline processing (export audio from VST host) too. But it seems that it still doesn't compatible with Ardour right now.
by phant0m
Mon Mar 21, 2016 12:49 pm
Forum: Running non-linux software
Topic: Airwave VST bridge
Replies: 181
Views: 84392

Re: Airwave VST bridge

Right now it's hard to say why you got these crashes. I tested the latest airwave myself with Ardour 4.7, Spire 1.1 and wine staging 1.9.5. BTW why do you use wine with RT patches? My core i7 2600 allows me to use several Spire instances with only 256 samples buffer size. I'm not a professional comp...
by phant0m
Sun Mar 20, 2016 12:21 pm
Forum: Running non-linux software
Topic: Airwave VST bridge
Replies: 181
Views: 84392

Re: Airwave VST bridge

Not trying to bash Airwave at all or anything. I was just wondering how / where to 'state' of the plugin is saved. Is the DAW supposed to do this ? I really have no clue. Reasonable criticism is welcome, so feel free to bash if it deserves it. :wink: According to your question, yes, the state of th...
by phant0m
Sun Mar 20, 2016 12:08 pm
Forum: Running non-linux software
Topic: Airwave VST bridge
Replies: 181
Views: 84392

Re: Airwave VST bridge

For an unknown reason, I haven't received notifications from this thread to my email. Anyway, it seems that the issue with invisible GUI in Ardour is finally fixed (thanks to jypma from the GitHub). Could any Ardour user test the latest airwave (you need to build airwave from git)?
by phant0m
Wed Dec 02, 2015 11:15 am
Forum: Running non-linux software
Topic: Airwave VST bridge
Replies: 181
Views: 84392

Re: Airwave VST bridge

Sadly there is no progress. Currently, I have no time to investigate this issue and it seems like it won't be an easy one.
by phant0m
Wed Oct 14, 2015 1:53 pm
Forum: Running non-linux software
Topic: Airwave VST bridge
Replies: 181
Views: 84392

Re: Airwave VST bridge

OK, finally I found what causes the inoperability of airwave in Ardour. My changes in WINE are correct, but Ardour uses an unusual threading model. This issue needs additional work and I don't know how many time it takes for a fix.
by phant0m
Wed Oct 14, 2015 1:13 pm
Forum: Running non-linux software
Topic: Airwave VST bridge
Replies: 181
Views: 84392

Re: Airwave VST bridge

rghvdberg, do you have a following message in the airwave-manager log when you trying to open the VST window: "audioThread() unacceptable command: 8"?
by phant0m
Wed Oct 14, 2015 8:42 am
Forum: Running non-linux software
Topic: Airwave VST bridge
Replies: 181
Views: 84392

Re: Airwave VST bridge

rghvdberg wrote:still no gui in Ardour 4.2

tried MUX Modular and Synth1
I've reproduced this in Ardour, but still can't understand what kind of magic Ardour does here. I'll try to investigate the issue.
by phant0m
Tue Oct 13, 2015 8:56 pm
Forum: Running non-linux software
Topic: Airwave VST bridge
Replies: 181
Views: 84392

Re: Airwave VST bridge

Hmm.. I'm unable to reproduce the blank window issue in Renoise Tracker 64-bit on the Arch Linux. Can somebody else reproduce it with the latest wine-rt from KXStudio?