This software is released under the GNU General Public License. See the file
named COPYING for details.

Further information can be found in the doc directory

                         ----ooooOOOOoooo----

Bandlimited wavetable-based oscillator plugins for LADSPA hosts.

Generic installation instructions can be found in the file named INSTALL.

Briefly, it's just:

$ ./configure
$ make

and

$ make install

to install the plugins.

It is assumed that the LADSPA SDK is installed under /usr - you can change
this by supplying the path to configure using --with-ladspa-prefix.

If you want the plugins to be installed somewhere in particular, use the
--with-ladspa-plugin-dir option (make sure that the path supplied is in your
$LADSPA_PATH!)

If you want smaller wavedata, use the --enable-small-wavedata option. This 
trades off accuracy against size. It still sounds good though...

Finally, if you already have plugins with the same name as any of the blop
plugins, you can use --program-prefix=blop_ (or something else) to ensure
the existing ones are not overwritten. Alternatively, just put them in a new
directory....

If you have installed liblrdf, there is an rdf metadata file: doc/blop.rdf - copy
this to wherever you keep your rdf's


                         ----ooooOOOOoooo----
Building from CVS:

If you've got the code from CVS, you'll need to prepare the build cruft first:

$ aclocal
$ autoheader
$ autoconf
$ automake -a
