On 05/30/2010 07:29 PM, Niels Mayer wrote: > I setup a directory /usr/lib64/lv2/autotalent.lv2 containing > -rwxr-xr-x 1 root root 26622 2010-05-30 11:06 autotalent_lv2.so* > -rw-r--r-- 1 root root 310 2010-05-30 11:04 manifest.ttl > -rw-r--r-- 1 root root 12803 2010-05-30 11:04 plugin.ttl > > (I renamed autotune.ttl to plugin.ttl to make it like all the other plugins). > > Unfortunately, with this directory in place, every time I browse the > LV2 plugins in Qtractor it core dumps. I'm browsing LV2 via the > View->Buses... Under "Input Plugins" or "Output Plugins" tab, click > "Add..." then crash. Removing the directory makes it work again. > > When using the "make install" version in ~/.lv2, even after telling > Qtractor about the new LV2 directory, it simply ignores the plugin > (but also doesn't crash). > > Anybody here know what it would take to get this to work in Qtractor, > which is my preferred plugin host. (will need to investigate ingen). >
qtractor, as a plugin host, is currently accepting only the following signal flows: a) audio_fx plugins: audio_in -> plugin -> audio_out b) instrument plugins: midi_in -> plugin -> audio_out any other topology is, well, not designated to comply a vocoder plugin is usually an audio_fx with direct midi control, which i'm afraid, is not supported ootb-- it doesn't fit in any of the above categories :( gosh, there was this indirect solution as inserts but, don't go that way. it doesn't work, you'll get just silence :S bbl -- rncbc aka Rui Nuno Capela [email protected] _______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/listinfo/linux-audio-dev
