From: Uwe <up...@go...> - 2010-09-21 17:27:56
|
Hi Patrick, please exclude my misunderstanding of your question! I forgot about the foo_limiter, but I also sceptic wether a plugin called *foo_*limiter.so is meant to be found? Anyway, I tested for "foolimiter.so" and it's not available in my system. After a bit of googling, I learned that there is a LADSPA pack called "foo plugins" (now, that's a stupid name!) which I haven't installed. I understand that foo_limiter is an optional replacement for swh's Fast Lookahead Limiter. I could install it and test jamin's reaction to it if you like. All the best, Uwe 2010/9/21 Patrick Shirkey <psh...@bo...> > > On Mon, September 20, 2010 11:59 am, Uwe wrote: > > HI Patrick, > > > > as I wrote, yes, it did: > > > > ---- > > me@home:~$ locate sc4_1882.so > > /usr/lib/ladspa/sc4_1882.so > > ---- > > > > > Yep. It found the compressor but it is still missing the limiter. > > Cannot find plugin 'foo_limiter.so' > > You need to check for it seperately to the sc4 plugin... > > /usr/lib/ladspa/foo_limiter.so > > > Cheers. > > > Uwe > > > > 2010/9/19 Patrick Shirkey <psh...@bo...> > > > >> > >> On Sun, September 19, 2010 7:12 am, Uwe wrote: > >> > Hi, > >> > > >> > thanks, John, for your hint. It wasn't the solution, but pointed me > >> where > >> > to > >> > look a little bit closer. > >> > > >> > First, I checked the location of the plugin: > >> > > >> > > >> > ---- > >> > me@home:~$ locate sc4_1882.so > >> > /usr/lib/ladspa/sc4_1882.so > >> > ---- > >> > > >> > > >> > It's in the default location. Some search for ladspa path problems > >> within > >> > jamin dug up this thread: > >> > > >> > http://osdir.com/ml/audio.jamin.devel/2008-02/msg00012.html > >> > > >> > It suggested to set the environment variable manually which I did: > >> > > >> > > >> > ---- > >> > me@home:~$ export LADSPA_PATH=/usr/lib/ladspa/ > >> > ---- > >> > > >> > > >> > After that I was able to run jamin 0.97, although several messages > >> > appeared: > >> > > >> > > >> > > >> > ---- > >> > me@home:~$ jamin > >> > jamin 0.97.14 > >> > (C) 2003-2005 J. Depner, S. Harris, J. O'Quin, R. Parker and P. > >> Shirkey > >> > This is free software, and you are welcome to redistribute it > >> > under certain conditions; see the file COPYING for details. > >> > Cannot find plugin 'foo_limiter.so' > >> > > >> > (jamin:15981): Gtk-WARNING **: GtkSpinButton: setting an adjustment > >> with > >> > non-zero page size is deprecated > >> > > >> > (jamin:15981): Gtk-WARNING **: GtkSpinButton: setting an adjustment > >> with > >> > non-zero page size is deprecated > >> > > >> > (jamin:15981): Gtk-WARNING **: GtkSpinButton: setting an adjustment > >> with > >> > non-zero page size is deprecated > >> > > >> > (jamin:15981): Gtk-WARNING **: GtkSpinButton: setting an adjustment > >> with > >> > non-zero page size is deprecated > >> > > >> > (jamin:15981): Gtk-WARNING **: GtkSpinButton: setting an adjustment > >> with > >> > non-zero page size is deprecated > >> > > >> > (jamin:15981): Gtk-WARNING **: GtkSpinButton: setting an adjustment > >> with > >> > non-zero page size is deprecated > >> > > >> > (jamin:15981): Gtk-WARNING **: GtkSpinButton: setting an adjustment > >> with > >> > non-zero page size is deprecated > >> > > >> > (jamin:15981): Gtk-WARNING **: GtkSpinButton: setting an adjustment > >> with > >> > non-zero page size is deprecated > >> > Started OSC server thread at osc.udp://home:4444/ > >> > ---- > >> > > >> > > >> > It says it cannot find plugin foo_limiter.so but jamin worked > >> completely > >> > (as > >> > far as my brief test session showed). I connected it via jack: rezound > >> -> > >> > jamin -> system. Haven't tried the plugin capabilities within ardour > >> so > >> > far. > >> > > >> > >> Does the missing plugin show up in /usr/lib/ladspa ? > >> > >> > >> > >> > >> > But thanks, anyway!! :) > >> > > >> > Uwe > >> > > >> > > >> > > >> > 2010/9/19 John Rigg <ja...@jr...> > >> > > >> >> On Sat, Sep 18, 2010 at 08:37:35PM +0200, Uwe wrote: > >> >> > Compiled the CVS version. But jamin does not start now, it is > >> looking > >> >> for > >> >> > the sc4 plugin: > >> >> > > >> >> > me@home:$ jamin > >> >> > jamin 0.97.14 > >> >> > (C) 2003-2005 J. Depner, S. Harris, J. O'Quin, R. Parker and P. > >> >> Shirkey > >> >> > This is free software, and you are welcome to redistribute it > >> >> > under certain conditions; see the file COPYING for details. > >> >> > Cannot find plugin 'sc4_1882.so' > >> >> > Required plugin sc4_1882.so missing. > >> >> > Please load the SWH plugins. > >> >> > > >> >> > Steve Harris' LADSPA plugin pack is present, sc4_1882 can be loaded > >> in > >> >> other > >> >> > apps. What am I supposed to do here? Work-arounds? > >> >> > >> >> Try running ldconfig > >> >> > >> >> John > >> >> > >> > > >> > ------------------------------------------------------------------------------ > >> > Start uncovering the many advantages of virtual appliances > >> > and start using them to simplify application deployment and > >> > accelerate your shift to cloud computing. > >> > > >> > http://p.sf.net/sfu/novell-sfdev2dev_______________________________________________ > >> > Jamin-devel mailing list > >> > Jam...@li... > >> > https://lists.sourceforge.net/lists/listinfo/jamin-devel > >> > > >> > >> > >> -- > >> Patrick Shirkey > >> Boost Hardware Ltd. > >> > >> > > > ------------------------------------------------------------------------------ > > Start uncovering the many advantages of virtual appliances > > and start using them to simplify application deployment and > > accelerate your shift to cloud computing. > > > http://p.sf.net/sfu/novell-sfdev2dev_______________________________________________ > > Jamin-devel mailing list > > Jam...@li... > > https://lists.sourceforge.net/lists/listinfo/jamin-devel > > > > > -- > Patrick Shirkey > Boost Hardware Ltd. > > |