]> Shamusworld >> Repos - ardour-manual/blob - include/plugin-dsp-load.html
2867615e3f8610a94fccecf2bffa8afefabce401
[ardour-manual] / include / plugin-dsp-load.html
1 <p>
2         The <dfn>Plugin DSP Load</dfn> window is helpful in cases where
3         some of the plugins in use overload the CPU, resulting in audible
4         clicks and pops in the output, but you aren't quire sure which ones
5         are causing this exactly.
6 </p>
7
8 <figure class=center>
9 <img src="/images/plugin-dsp-load.png" alt="The Plugin DSP Load window" width="50%" />
10 <figcaption class=center>The Plugin DSP Load window</figcaption>
11 </figure>
12
13 <p>
14         For each plugin in use, there is a chart and numeric data that represents
15         minumum, maximum, and average CPU time used, as well as standard deviation.
16         This, along with simple color coding — green for safe amount of CPU use,
17         red for CPU overload — gives you a good overview of what's going on
18         in the session.
19 </p>
20
21 <p>
22         You can use this data to decide whether you want to replace a plugin with
23         a less resource-hungry one, freeze a track, or report a potential bug
24         to the plugin's developer and wait for an update.
25 </p>
26
27 <p>
28         It's worth noting that certain type of plugins, like convolution reverbs
29         and guitar amp simulators, tend to consume more resources.
30 </p>