File tree Expand file tree Collapse file tree 7 files changed +230
-187
lines changed Expand file tree Collapse file tree 7 files changed +230
-187
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ function plugin_header()
27
27
echo "<h1> " . htmlspecialchars ($ plugin ['description ' ]) . "</h1> \n" ;
28
28
29
29
$ fmt = array ();
30
- if (isset ($ plugin ['ladspa_label ' ]) && ($ plugin ['ladspa_label ' ] > 0 ))
30
+ if (isset ($ plugin ['ladspa_label ' ]) && (strlen ( $ plugin ['ladspa_label ' ]) > 0 ))
31
31
array_push ($ fmt , 'LADSPA ' );
32
32
if ((isset ($ plugin ['lv2_uri ' ])) && (strlen ($ plugin ['lv2_uri ' ]) > 0 ))
33
33
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 ' ] ))
37
37
array_push ($ fmt , 'JACK ' );
38
38
39
39
$ full_name = htmlspecialchars ("{$ PACKAGE ['short ' ]} {$ plugin ['description ' ]} ( {$ plugin ['acronym ' ]}) " );
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments