3 Calf Studio Gear \- audio plugin library
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.
16 .B \ Currently available plugins:
18 .B \ * Instruments and Tone Generators:
19 Organ, Monosynth, Fluidsynth, Wavetable
21 .B \ * Modulation Effects:
22 Multi Chorus, Phaser, Flanger, Rotary Speaker, Pulsator, Ring Modulator
25 Reverb, Vintage Delay, Compensation Delay Line, Reverse Delay (experimental)
27 .B \ * Dynamic Processors:
28 Compressor, Sidechain Compressor, Multiband Compressor, Deesser, Gate, Sidechain Gate, Multiband Gate, Limiter, Multiband Limiter, Sidechain Limiter, Transient Designer
30 .B \ * Filters and Equalizers:
31 Filter, Filterclavier, Envelope Filter, Emphasis, Vocoder, Equalizer 5 Band, Equalizer 8 Band, Equalizer 12 Band, Equalizer 30 Band
33 .B \ * Distortion and Enhancement:
34 Saturator, Exciter, Bass Enhancer, Tape Simulator, Crusher
37 Mono Input, Stereo Tools, Hass Stereo Enhancer, X-Over 2 Band, X-Over 3 Band, X-Over 4 Band
40 .B \ How to use Calf 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
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")
59 calfjackhost monosynth ! vintagedelay ! flanger !
61 (runs monosynth into vintagedelay and vintagedelay into flanger, then to
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)
73 Krzysztof Foltman, Markus Schmidt, Christian Holschuh, Thor Harald Johansen, Damien Zammit, Tom Szilagyi, Hans Baier and others
76 Website: http://calf.sourceforge.net/