Tuner widget mainly done
[calf.git] / calf.7
blob383622ee1f946482a18e3c34df824b1fa827249b
1 .TH CALF 7 2015-03-03
2 .SH NAME
3 Calf Studio Gear \- audio plugin library
4 .SH SYNOPSIS
5 calfjackhost
6 plugin
7 .B  !
8 .IR [ \ plugin
9 .B !
10 .IR ]
11 .RI [ ... ]
12 .br
13 .SH DESCRIPTION
14 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.
15 .TP
16 .B \ Currently available plugins:
17 .TP
18 .B \ *  Instruments and Tone Generators:
19 Organ, Monosynth, Fluidsynth, Wavetable
20 .TP
21 .B \ * Modulation Effects:
22 Multi Chorus, Phaser, Flanger, Rotary Speaker, Pulsator, Ring Modulator
23 .TP
24 .B \ * Delay Effects:
25 Reverb, Vintage Delay, Compensation Delay Line, Reverse Delay (experimental)
26 .TP
27 .B \ * Dynamic Processors:
28 Compressor, Sidechain Compressor, Multiband Compressor, Deesser, Gate, Sidechain Gate, Multiband Gate, Limiter, Multiband Limiter, Sidechain Limiter, Transient Designer
29 .TP
30 .B \ * Filters and Equalizers:
31 Filter, Filterclavier, Envelope Filter, Emphasis, Vocoder, Equalizer 5 Band, Equalizer 8 Band, Equalizer 12 Band, Equalizer 30 Band
32 .TP
33 .B \ * Distortion and Enhancement:
34 Saturator, Exciter, Bass Enhancer, Tape Simulator, Crusher
35 .TP
36 .B \ * Tools:
37 Mono Input, Stereo Tools, Hass Stereo Enhancer, X-Over 2 Band, X-Over 3 Band, X-Over 4 Band
38 .SH OPTIONS
39 .TP
40 .B \ How to use Calf plugins:
41 .TP
42 .B \ * LV2 plugins
43 Calf is installed as calf.lv2 library in your LV2 directory (typically
44 /usr/lib/lv2). It means that typical LV2 hosts should be able to find
45 Calf's plugins.
47 .TP
48 .B \ * JACK client application
49 You can also use Calf plugins as one or more separate applications, connecting
50 to other applications using JACK Audio Connection Kit (version 0.103 or newer
51 is required). To run the client, type:
53         calfjackhost monosynth !
55 (! means "connect", last "!" means "connect to output")
57 Other examples:
59         calfjackhost monosynth ! vintagedelay ! flanger !
61 (runs monosynth into vintagedelay and vintagedelay into flanger, then to
62 output)
64         calfjackhost ! reverb !
66 (takes signal from system:capture_1 and _2, puts it through reverb, and then
67 sends to system:playback_1 and _2)
69 .SH SEE ALSO
70 calfjackhost(1)
72 .SH AUTHOR
73 Krzysztof Foltman, Markus Schmidt, Christian Holschuh, Thor Harald Johansen, Damien Zammit, Tom Szilagyi, Hans Baier and others
75 .br
76 Website: http://calf.sourceforge.net/