File: calf.7

package info (click to toggle)
calf 0.0.60-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 10,616 kB
  • sloc: cpp: 32,487; sh: 11,352; xml: 10,789; ansic: 3,960; makefile: 188
file content (76 lines) | stat: -rw-r--r-- 2,285 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
68
69
70
71
72
73
74
75
76
.TH CALF 7 2015-03-03
.SH NAME
Calf Studio Gear \- audio plugin library
.SH SYNOPSIS
calfjackhost
plugin
.B  !
.IR [ \ plugin
.B !
.IR ]
.RI [ ... ]
.br
.SH DESCRIPTION
The Calf project aims at providing a set of high quality open source audio plugins for musicians which can be used as LV2 plug-ins or standalone.
.TP
.B \ Currently available plugins:
.TP
.B \ *  Instruments and Tone Generators:
Organ, Monosynth, Fluidsynth, Wavetable
.TP
.B \ * Modulation Effects:
Multi Chorus, Phaser, Flanger, Rotary Speaker, Pulsator, Ring Modulator
.TP
.B \ * Delay Effects:
Reverb, Vintage Delay, Compensation Delay Line, Reverse Delay (experimental)
.TP
.B \ * Dynamic Processors:
Compressor, Sidechain Compressor, Multiband Compressor, Deesser, Gate, Sidechain Gate, Multiband Gate, Limiter, Multiband Limiter, Sidechain Limiter, Transient Designer
.TP
.B \ * Filters and Equalizers:
Filter, Filterclavier, Envelope Filter, Emphasis, Vocoder, Equalizer 5 Band, Equalizer 8 Band, Equalizer 12 Band, Equalizer 30 Band
.TP
.B \ * Distortion and Enhancement:
Saturator, Exciter, Bass Enhancer, Tape Simulator, Crusher
.TP
.B \ * Tools:
Mono Input, Stereo Tools, Hass Stereo Enhancer, X-Over 2 Band, X-Over 3 Band, X-Over 4 Band
.SH OPTIONS
.TP
.B \ How to use Calf plugins:
.TP
.B \ * LV2 plugins
Calf is installed as calf.lv2 library in your LV2 directory (typically
/usr/lib/lv2). It means that typical LV2 hosts should be able to find
Calf's plugins.

.TP
.B \ * JACK client application
You can also use Calf plugins as one or more separate applications, connecting
to other applications using JACK Audio Connection Kit (version 0.103 or newer
is required). To run the client, type:

        calfjackhost monosynth !

(! means "connect", last "!" means "connect to output")

Other examples:

        calfjackhost monosynth ! vintagedelay ! flanger !

(runs monosynth into vintagedelay and vintagedelay into flanger, then to
output)

        calfjackhost ! reverb !

(takes signal from system:capture_1 and _2, puts it through reverb, and then
sends to system:playback_1 and _2)

.SH SEE ALSO
calfjackhost(1)

.SH AUTHOR
Krzysztof Foltman, Markus Schmidt, Christian Holschuh, Thor Harald Johansen, Damien Zammit, Tom Szilagyi, Hans Baier and others

.br
Website: http://calf.sourceforge.net/