Re: [LAD] GuitarSynth now as lv2

2015-05-23 Thread Gerald
Forgot to mention there's a conflict (possibly a symbol conflict)
between A4 and aubio. I think I will have to link aubio statically to
GuitarSynth.
Will try that when I'm back from vacation. UI is the next thing I want
to do, till then you have to use the lv2.
Gerald

On 23.05.2015 05:49, Len Ovens wrote:
 On Fri, 22 May 2015, Gerald wrote:

 Hi,
 GuitarSynth is now an lv2 plugin. Yep, it's true, thanks to falktx's
 DPF. You can get it at https://github.com/geraldmwangi/GuitarSynth-DPF.
 A new feature is the Overlay Input: It multiplies the synth output with
 the input signal frame by frame. Basically this results in the
 convolution
 of the frequency spectrum of the synth with that of the input.
 Have fun testing it and give me your thoughts.

 Builds ok
 - Ardour 4 crashes when I try to load it (both 4.0.0 and one of the
 later debug versions)
 - Ardour 3.5.* loads it ok.
 - running ./GuitarSynth sits and waits. There is no UI that I can see.

 I will play with it in Ardour 3.5 when I have more time.

 -- 
 Len Ovens
 www.ovenwerks.net


___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] GuitarSynth now as lv2

2015-05-22 Thread Len Ovens

On Fri, 22 May 2015, Gerald wrote:


Hi,
GuitarSynth is now an lv2 plugin. Yep, it's true, thanks to falktx's
DPF. You can get it at https://github.com/geraldmwangi/GuitarSynth-DPF.
A new feature is the Overlay Input: It multiplies the synth output with
the input signal frame by frame. Basically this results in the convolution
of the frequency spectrum of the synth with that of the input.
Have fun testing it and give me your thoughts.


Builds ok
- Ardour 4 crashes when I try to load it (both 4.0.0 and one of the later 
debug versions)

- Ardour 3.5.* loads it ok.
- running ./GuitarSynth sits and waits. There is no UI that I can see.

I will play with it in Ardour 3.5 when I have more time.

--
Len Ovens
www.ovenwerks.net

___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] GuitarSynth now as lv2/vst ..

2015-04-30 Thread Hermann Meyer



Am 29.04.2015 um 13:50 schrieb Gerald:

Hi The lv2 version of GuitarSynth is working, thanks to falktx's DPF.
Get it from https://github.com/geraldmwangi/GuitarSynth-DPF.git if you
like. I'll release (post to LAU) it with bugfixes on the weekend.
Lg Gerald
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev

Hi Gerald

Nice Project

For your README/ build instruction you should add the following commands 
before make:


cd ./GuitarSynth-DPF
git submodule init
git submodule update

regards
hermann
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev