|
1 | 1 | <?php
|
2 | 2 | $CTL = $RES_ROOT . "/img/controls/";
|
3 | 3 | ?>
|
4 |
| -<p>The following picture demonstrates typical Graphical User Interface (GUI) of plugin:</p> |
5 |
| -<img src="<?= $RES_ROOT ?>/img/plugins/phase_detector.png"> |
6 |
| - |
| 4 | +<div class="grid-2col-man"> |
| 5 | + <div class="thc-descr"> |
| 6 | + <p>The following picture demonstrates typical Graphical User Interface (GUI) of plugin:</p> |
| 7 | + <img class="plugin" style="max-width: 100%;" src="<?= $RES_ROOT ?>/img/plugins/phase_detector.png"> |
| 8 | + </div> |
| 9 | +<div class="thc-descr"> |
7 | 10 | <p>Each plugin consists of the following elements:</p>
|
8 | 11 | <ul>
|
9 | 12 | <li><b>AudioFile</b> - audio file chooser and editor.</li>
|
|
27 | 30 | <li><b>Sample Editor</b> - sample editor.</li>
|
28 | 31 | <li><b>Switch</b> - Switch control.</li>
|
29 | 32 | </ul>
|
| 33 | +</div> |
| 34 | +</div> |
30 | 35 |
|
31 | 36 | <p>Colors of widgets may vary but the color scheme of widgets often follows these rules:</p>
|
32 | 37 | <ul>
|
33 | 38 | <li>Widgets that adjust parameters of similar objects are consolidated into one common group.</li>
|
34 | 39 | <li>Widgets that control parameters of one object often have similar colors.</li>
|
35 | 40 | <li>Widgets associated with audio channels often use the following color scheme:</li>
|
36 | 41 | <ul>
|
37 |
| - <li><b style="color:#0000ff">Blue</b> and <b style="color:#ff00ff">Magenta</b> - for thresholds.</li> |
38 |
| - <li><b style="color:#00c0ff">Sapphirine</b> - for mono channel, stereo channel (when both left and right channels are controlled at same time), middle channel.</li> |
39 |
| - <li><b style="color:#ff0000">Red</b> - for left channel in stero pair.</li> |
40 |
| - <li><b style="color:#00ffff">Cyan</b> - for right channel in stereo pair, direct output channel.</li> |
41 |
| - <li><b style="color:#00cc00">Green</b> - for side channel or sidechain.</li> |
| 42 | + <li><b style="color:#c344d3">Moderate magenta</b> - for thresholds.</li> |
| 43 | + <li><b style="color:#bf6455">Moderate red</b> - for mono channel and stereo channel (when both left and right channels are controlled at same time).</li> |
| 44 | + <li><b style="color:#d8412a">Strong red</b> and <b style="color:#5072f4">Soft blue</b> - for left and right channels in stereo pair, direct output channel.</li> |
| 45 | + <li><b style="color:#0090a1">Dark cyan</b> and <b style="color:#009700">Dark lime green</b> - for middle and side channels.</li> |
| 46 | + <li><b style="color:#d8412a">Strong red</b> - for left channel in stero pair.</li> |
| 47 | + <li><b style="color:#5072f4">Soft blue</b> - for right channel </li> |
| 48 | + <li><b style="color:#da404a"/>Bright red</b> - for velocity.</li> |
| 49 | + <li><b style="color:#b07000"/>Dark orange</b> - for balance.</li> |
| 50 | + <li><b style="color:#9e60ee"/>Soft violet</b> - for envelopes.</li> |
| 51 | + <li><b style="color:#c65219"/>Strong orange</b> - for sidechain.</li> |
| 52 | + <li><b style="color:#c2487b"/>Moderate pink</b> and <b style="color:#009555"/>Lime green</b>- for attack and release.</li> |
| 53 | + <li><b style="color:#8c8700"/>Olive tone</b> and <b style="color:#368ccc"/>Moderate blue</b> - for dry and wet.</li> |
42 | 54 | </ul>
|
43 | 55 | <li>Each widget that allows to set continuous parameters has corresponding label displaying it's current value and, optionally, units</li>
|
44 | 56 | </ul>
|
|
47 | 59 |
|
48 | 60 | <h2>AudioFile</h2>
|
49 | 61 |
|
| 62 | +<div class="grid-2col-man"> |
| 63 | + <div class="thc-descr"> |
50 | 64 | <p>AudioFile widget is used for loading and editing audio files. It tells to the plugin the actual location of file on
|
51 | 65 | file system.</p>
|
52 |
| - |
53 | 66 | <p>By default there is no file associated with plugin, so the file widget displays
|
54 | 67 | <b style="color: #00c000">'Click to load'</b> text.</p>
|
55 |
| -<div class="images"> |
| 68 | +</div> |
| 69 | + |
| 70 | +<div class="thc-descr"> |
| 71 | +<!-- <div class="images"> --> |
56 | 72 | <img src="<?= $CTL ?>file_unloaded.png">
|
57 | 73 | </div>
|
58 | 74 |
|
| 75 | +<div class="thc-descr"> |
59 | 76 | <p>By clicking left mouse button on the widget you may open file choosing dialog and select the file
|
60 | 77 | to use by plugin.</p>
|
61 |
| - |
62 | 78 | <p>After the path to the file will be passed to plugin, the plugin starts to load the file, and the status
|
63 | 79 | displayed by the file widget changes. If file was successfully loaded, file widget will display
|
64 | 80 | the corresponding content of the file and it's name (without path). On error, error message is displayed
|
65 | 81 | with red color.</p>
|
66 |
| -<div class="images"> |
| 82 | +</div> |
| 83 | + |
| 84 | +<div class="thc-descr"> |
| 85 | +<!-- <div class="images"> --> |
67 | 86 | <img src="<?= $CTL ?>file_error.png">
|
68 | 87 | </div>
|
69 | 88 |
|
| 89 | +<div class="thc-descr"> |
70 | 90 | <p>By clicking right mouse button, popup dialog appears that allows to cut, copy, paste and clear contents of widget</p>
|
71 | 91 | <p>There is also the way to force plugin to unload file. For this purpose simply double-click by right
|
72 | 92 | mouse button on widget's area if popup menu does not appear.</p>
|
73 |
| - |
74 | 93 | <p>Example of file widget:</p>
|
75 |
| -<div class="images"> |
| 94 | +</div> |
| 95 | + |
| 96 | +<div class="thc-descr"> |
| 97 | +<!-- <div class="images"> --> |
76 | 98 | <img src="<?= $CTL ?>file_loaded.png">
|
77 | 99 | </div>
|
| 100 | +</div> |
78 | 101 |
|
79 | 102 | <h2>Button</h2>
|
80 | 103 |
|
|
138 | 161 | <h2>Fader</h2>
|
139 | 162 | <p>The Fader widget allows to adjust value for continuous parameters in the pre-defined range.</p>
|
140 | 163 | <p>It is possible to achieve more precision by using the right mouse button instead of left when changing fader's value.</p>
|
141 |
| -<p>To cancel editing, the opposite mouse button should be pressed (right if used left and vice verse).</p> |
| 164 | +<p>To cancel editing, the opposite mouse button should be pressed (right if used left and vice verse).</p> |
142 | 165 | <p>To reset parameter to it's default value, issue double click by the left mouse button.</p>
|
143 | 166 | <div class="images">
|
144 | 167 | <img src="<?= $CTL ?>fader.png">
|
|
184 | 207 | widget's area. Also, additional tolerance may be reached by right-clicking the dot instead of
|
185 | 208 | left-clicking, this makes the change of parameters more accurate. The movement may be cancelled
|
186 | 209 | by pressing the opposite button of the mouse.</p>
|
187 |
| -<p>Additional tolerance for mouse scroll may be achieved by pressing shift key on keyboard</p> |
| 210 | +<p>Additional tolerance for mouse scroll may be achieved by pressing shift key on keyboard</p> |
188 | 211 |
|
189 | 212 | <p>Example showing dot controls:</p>
|
190 | 213 | <div class="images">
|
|
239 | 262 | knob's scale. Also, additionally mouse button may be hold and parameter will be adjusted by moving mouse
|
240 | 263 | clockwise/counter-clockwise.</p>
|
241 | 264 | <p>To reset parameter to it's default value, left mouse button double click may be issued.</p>
|
242 |
| - |
| 265 | + |
243 | 266 | <p>Example showing knob controls:</p>
|
244 | 267 | <div class="images">
|
245 | 268 | <img src="<?= $CTL ?>knob_blue.png">
|
|
329 | 352 | # VST identifier: jav8
|
330 | 353 | # LADSPA identifier: 5002065
|
331 | 354 | #
|
332 |
| -# (C) Linux Studio Plugins Project |
333 |
| -# https://lsp-plug.in/ |
| 355 | +# (C) Linux Studio Plugins Project |
| 356 | +# https://lsp-plug.in/ |
334 | 357 | #
|
335 | 358 | #-------------------------------------------------------------------------------
|
336 | 359 |
|
|
395 | 418 | <div class="images">
|
396 | 419 | <img src="<?= $CTL ?>switch.png">
|
397 | 420 | </div>
|
398 |
| - |
399 |
| - |
400 |
| - |
401 |
| - |
402 |
| - |
403 |
| - |
404 |
| - |
405 |
| - |
406 |
| - |
|
0 commit comments