File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ function plugin_header()
28
28
29
29
$ fmt = array ();
30
30
if (isset ($ plugin ['clap_uid ' ]) && ($ plugin ['clap_uid ' ]))
31
- array_push ($ fmt , 'CLAP ' );
31
+ array_push ($ fmt , '<a href="https://github.com/free-audio/clap" target="_blank"> CLAP</a> ' );
32
32
if (isset ($ plugin ['jack ' ]) && ($ plugin ['jack ' ]))
33
- array_push ($ fmt , 'JACK ' );
33
+ array_push ($ fmt , '<a href="https://jackaudio.org" target="_blank"> JACK</a> ' );
34
34
if (isset ($ plugin ['ladspa_label ' ]) && (strlen ($ plugin ['ladspa_label ' ]) > 0 ))
35
- array_push ($ fmt , 'LADSPA ' );
35
+ array_push ($ fmt , '<a href="https://en.wikipedia.org/wiki/ LADSPA" target="_blank">LADSPA</a> ' );
36
36
if ((isset ($ plugin ['lv2_uri ' ])) && (strlen ($ plugin ['lv2_uri ' ]) > 0 ))
37
- array_push ($ fmt , 'LV2 ' );
37
+ array_push ($ fmt , '<a href="https://lv2plug.in/" target="_blank"> LV2</a> ' );
38
38
if ((isset ($ plugin ['vst2_uid ' ])) && (strlen ($ plugin ['vst2_uid ' ]) > 0 ))
39
- array_push ($ fmt , 'VST2 ' );
39
+ array_push ($ fmt , '<a href="https://www.steinberg.net/" target="_blank"> VST2</a> ' );
40
40
41
41
$ full_name = htmlspecialchars ("{$ PACKAGE ['short ' ]} {$ plugin ['description ' ]} ( {$ plugin ['acronym ' ]}) " );
42
42
$ author = htmlspecialchars ($ plugin ['author ' ]);
You can’t perform that action at this time.
0 commit comments