File: README

package info (click to toggle)
caps 0.3.0-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 888 kB
  • ctags: 1,273
  • sloc: cpp: 9,837; ansic: 584; makefile: 62
file content (67 lines) | stat: -rw-r--r-- 1,489 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
This is caps, the C Audio Plugin Suite
======================================

Copyright 2002-5 Tim Goetze <tim@quitte.de> and others.


License information
-------------------

See the file "COPYING" for licensing terms & conditions for usage, 
and a DISCLAIMER OF ALL WARRANTIES.


What is this caps thing?
------------------------

caps is a collection of refined realtime-capable LADSPA audio DSP 
plugins. It helps your computer sound better.


Documentation
-------------

Please point your browser to the file 'caps.html' in this directory.


Web site and latest version
---------------------------

The latest information and package release reside at

http://quitte.de/dsp/caps.html


Installation
============

At the shell prompt, enter (without the '$' denoting the prompt itself):

$ make

then, as the superuser, enter:

# make install

and you're done. You can now use the plugins in any LADSPA-aware audio
application. 

Please note that the default installation path is /usr/local/lib/ladspa;
if you prefer another place, you need to edit the makefile, or install
manually.


Bug reports
-----------

Bug reports should be sent to <tim@quitte.de>. Please include a detailed
description of the misbehaviour and instructions on how to reproduce the
bug.


Troubleshooting
---------------

caps is known to compile well with gnu make, gcc 2.95, 3.3 and 4.0. 
If you have trouble compiling it, please send mail containing the 
output of the 'make' command to <tim@quitte.de>.