1CALF(7) Miscellaneous Information Manual CALF(7)
2
3
4
6 Calf_Studio_Gear - audio plugin library
7
9 calfjackhost plugin ! [ plugin ! ] [...]
10
12 The Calf project aims at providing a set of high quality open source
13 audio plugins for musicians which can be used as LV2 plug-ins or stand‐
14 alone.
15
16 Currently available plugins:
17
18 * Instruments and Tone Generators:
19 Organ, Monosynth, Fluidsynth, Wavetable
20
21 * Modulation Effects:
22 Multi Chorus, Phaser, Flanger, Rotary Speaker, Pulsator, Ring
23 Modulator
24
25 * Delay Effects:
26 Reverb, Vintage Delay, Compensation Delay Line, Reverse Delay
27 (experimental)
28
29 * Dynamic Processors:
30 Compressor, Sidechain Compressor, Multiband Compressor, Deesser,
31 Gate, Sidechain Gate, Multiband Gate, Limiter, Multiband Lim‐
32 iter, Sidechain Limiter, Transient Designer
33
34 * Filters and Equalizers:
35 Filter, Filterclavier, Envelope Filter, Emphasis, Vocoder,
36 Equalizer 5 Band, Equalizer 8 Band, Equalizer 12 Band, Equalizer
37 30 Band
38
39 * Distortion and Enhancement:
40 Saturator, Exciter, Bass Enhancer, Tape Simulator, Vinyl,
41 Crusher
42
43 * Tools:
44 Mono Input, Stereo Tools, Hass Stereo Enhancer, Multi Spread, X-
45 Over 2 Band, X-Over 3 Band, X-Over 4 Band
46
48 How to use Calf plugins:
49
50 * LV2 plugins
51 Calf is installed as calf.lv2 library in your LV2 directory
52 (typically /usr/lib/lv2). It means that typical LV2 hosts should
53 be able to find Calf's plugins.
54
55
56 * JACK client application
57 You can also use Calf plugins as one or more separate applica‐
58 tions, connecting to other applications using JACK Audio Connec‐
59 tion Kit (version 0.103 or newer is required). To run the
60 client, type:
61
62 calfjackhost monosynth !
63
64 (! means "connect", last "!" means "connect to output")
65
66 Other examples:
67
68 calfjackhost monosynth ! vintagedelay ! flanger !
69
70 (runs monosynth into vintagedelay and vintagedelay into flanger,
71 then to output)
72
73 calfjackhost ! reverb !
74
75 (takes signal from system:capture_1 and _2, puts it through
76 reverb, and then sends to system:playback_1 and _2)
77
78
80 calfjackhost(1)
81
82
84 Krzysztof Foltman, Markus Schmidt, Christian Holschuh, Thor Harald
85 Johansen, Damien Zammit, Tom Szilagyi, Hans Baier and others
86
87 Website: http://calf.sourceforge.net/
88
89
90
91 2015-03-03 CALF(7)