File: multibandgate.page

package info (click to toggle)
pulseeffects 4.8.7-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 8,952 kB
  • sloc: cpp: 18,501; xml: 3,821; sh: 228; python: 56; makefile: 4
file content (156 lines) | stat: -rw-r--r-- 4,968 bytes parent folder | download | duplicates (3)
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<page
    xmlns="http://projectmallard.org/1.0/"
    xmlns:its="http://www.w3.org/2005/11/its"
    type="guide"
    id="multibandgate">
    <info>
        <link type="guide" xref="index#plugins"/>
    </info>
    <title>Multiband Gate</title>
    <p>
        This kind of gate splits the signal in four different frequency ranges. These
        ranges are processed separately and mixed together afterwards again.
    </p>
    <p>
        PulseEffects uses the multiband gate developed by Calf Studio.
    </p>
    <terms>
        <item>
            <title>
                <em style="strong" its:withinText="nested">Attack</em>
            </title>
            <p>
                Amount of milliseconds the signal has to rise above the threshold before gain
                reduction starts.
            </p>
        </item>
        <item>
            <title>
                <em style="strong" its:withinText="nested">Release</em>
            </title>
            <p>
                Amount of milliseconds the signal has to fall below the threshold before the
                reduction is decreased again.
            </p>
        </item>
        <item>
            <title>
                <em style="strong" its:withinText="nested">Reduction</em>
            </title>
            <p>
                The level of reduction in this strip.
            </p>
        </item>
        <item>
            <title>
                <em style="strong" its:withinText="nested">Threshold</em>
            </title>
            <p>
                If a signal rises above this level it will affect the gain reduction.
            </p>
        </item>
        <item>
            <title>
                <em style="strong" its:withinText="nested">Ratio</em>
            </title>
            <p>
                Set the ratio by which the signal will be reduced.
            </p>
        </item>
        <item>
            <title>
                <em style="strong" its:withinText="nested">Knee</em>
            </title>
            <p>
                Controls how smooth is the entrance in the gain reduction phase.
            </p>
        </item>
        <item>
            <title>
                <em style="strong" its:withinText="nested">Makeup</em>
            </title>
            <p>
                It amplifies your signal after processing.
            </p>
        </item>
        <item>
            <title>
                <em style="strong" its:withinText="nested">Bypass</em>
            </title>
            <p>
                Don't process anything, just bypass the signal of this strip.
            </p>
        </item>
        <item>
            <title>
                <em style="strong" its:withinText="nested">Detection</em>
            </title>
            <p>
                Choose if the multibandgate should take the signal peak for detection or the RMS
                value (it is smoother).
            </p>
        </item>
        <item>
            <title>
                <em style="strong" its:withinText="nested">Solo</em>
            </title>
            <p>
                Mute all strips not set to solo.
            </p>
        </item>
        <item>
            <title>
                <em style="strong" its:withinText="nested">Mode</em>
            </title>
            <p>
                The crossover mode. You can choose between the fourth order Linkwitz-Riley(LR4)
                and the eighth order Linkwitz-Riley(LR8).
            </p>
        </item>
        <item>
            <title>
                <em style="strong" its:withinText="nested">Split 1/2</em>
            </title>
            <p>
                Frequency that separates the sub band and the low band.
            </p>
        </item>
        <item>
            <title>
                <em style="strong" its:withinText="nested">Split 2/3</em>
            </title>
            <p>
                Frequency that separates the low band and the mid band.
            </p>
        </item>
        <item>
            <title>
                <em style="strong" its:withinText="nested">Split 3/4</em>
            </title>
            <p>
                Frequency that separates the mid band and the high band.
            </p>
        </item>
    </terms>
    <section>
        <title>References</title>
        <list>
            <item>
                <p>
                    <link
                        href="https://calf-studio-gear.org/doc/Multiband Gate.html"
                        its:translate="no">
                        https://calf-studio-gear.org/doc/Multiband Gate.html
                    </link>
                </p>
            </item>
            <item>
                <p>
                    <link href="https://en.wikipedia.org/wiki/Noise_gate" its:translate="no">
                        https://en.wikipedia.org/wiki/Noise_gate
                    </link>
                </p>
            </item>
        </list>
    </section>
</page>