Skip to content

Commit d465507

Browse files
committed
Updated documentation.
1 parent 19e94b6 commit d465507

File tree

7 files changed

+230
-187
lines changed

7 files changed

+230
-187
lines changed

res/doc/img/controls/context_menu.png

-5.45 KB
Binary file not shown.

res/doc/img/controls/footer.png

718 Bytes
Loading

res/doc/img/controls/menu_bar.png

7.99 KB
Loading

res/doc/img/controls/rack_left.png

-4.89 KB
Binary file not shown.

res/doc/img/controls/rack_right.png

-4.88 KB
Binary file not shown.

src/doc/inc/plugins.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ function plugin_header()
2727
echo "<h1>" . htmlspecialchars($plugin['description']) . "</h1>\n";
2828

2929
$fmt = array();
30-
if (isset($plugin['ladspa_label']) && ($plugin['ladspa_label'] > 0))
30+
if (isset($plugin['ladspa_label']) && (strlen($plugin['ladspa_label']) > 0))
3131
array_push($fmt, 'LADSPA');
3232
if ((isset($plugin['lv2_uri'])) && (strlen($plugin['lv2_uri']) > 0))
3333
array_push($fmt, 'LV2');
34-
if ((isset($plugin['fmt_vst'])) && (strlen($plugin['fmt_vst']) > 0))
35-
array_push($fmt, 'LinuxVST');
36-
if (isset($plugin['vst2_uid']) && (strlen($plugin['vst2_uid']) > 0))
34+
if ((isset($plugin['vst2_uid'])) && (strlen($plugin['vst2_uid']) > 0))
35+
array_push($fmt, 'VST2');
36+
if (isset($plugin['jack']) && ($plugin['jack']))
3737
array_push($fmt, 'JACK');
3838

3939
$full_name = htmlspecialchars("{$PACKAGE['short']} {$plugin['description']} ({$plugin['acronym']})");

src/doc/manuals/controls.php

Lines changed: 226 additions & 183 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)