Browse Source

Cleanup Repositories:Plugins page

pull/12/head
falkTX 7 years ago
parent
commit
caa66c9e93
1 changed files with 107 additions and 290 deletions
  1. +107
    -290
      Repositories:Plugins.php

+ 107
- 290
Repositories:Plugins.php View File

@@ -9,7 +9,7 @@ function endsWith($haystack, $needle) {
return strrpos($haystack, $needle, 0) === (strlen($haystack) - strlen($needle)); return strrpos($haystack, $needle, 0) === (strlen($haystack) - strlen($needle));
} }


function print_app($package, $screenshot, $name, $category, $details) {
function print_plugin($package, $screenshot, $name, $category, $details) {


if (! endsWith($screenshot, '.jpg')) { if (! endsWith($screenshot, '.jpg')) {
$screenshot = $screenshot . '.png'; $screenshot = $screenshot . '.png';
@@ -90,314 +90,131 @@ echo '</p></td></tr></table>';


<?php <?php
/* /*
print_app("pkg", "scr", "name", "cat", ARRAY(
print_plugin("pkg", "scr", "name", "cat", ARRAY(
'txt1', 'txt1',
'txt2' 'txt2'
)); ));
*/ */


print_app("add64", "add64", "Add64", "Standalone", ARRAY(
print_plugin("add64", "add64", "Add64", "Standalone", ARRAY(
'Add64 is the result of experiments around additive synthesis and is intended for research purposes only.', 'Add64 is the result of experiments around additive synthesis and is intended for research purposes only.',
'The spectral drawing scheme for the harmonics and envelopes has been inspired by the virtual pipe organ Aeolus by Fons Adriaensen.', 'The spectral drawing scheme for the harmonics and envelopes has been inspired by the virtual pipe organ Aeolus by Fons Adriaensen.',
'Project Page: <a href="https://sourceforge.net/projects/add64/" class="external text" rel="nofollow" target="_blank">https://sourceforge.net/projects/add64/</a>' 'Project Page: <a href="https://sourceforge.net/projects/add64/" class="external text" rel="nofollow" target="_blank">https://sourceforge.net/projects/add64/</a>'
)); ));


print_app("amsynth", "amsynth", "amSynth", "Standalone + DSSI + LV2 + VST", ARRAY(
print_plugin("amsynth", "amsynth", "amSynth", "Standalone + DSSI + LV2 + VST", ARRAY(
'amsynth is a software synth that provides a classic subtractive synthesizer topology.', 'amsynth is a software synth that provides a classic subtractive synthesizer topology.',
'Project Page: <a href="http://code.google.com/p/amsynth/" class="external text" rel="nofollow" target="_blank">http://code.google.com/p/amsynth/</a>', 'Project Page: <a href="http://code.google.com/p/amsynth/" class="external text" rel="nofollow" target="_blank">http://code.google.com/p/amsynth/</a>',
)); ));


print_app("arpage", "arpage", "Arpage + Zonage", "Standalone", ARRAY(
print_plugin("arpage", "arpage", "Arpage + Zonage", "Standalone", ARRAY(
'JACK MIDI arpeggiator with transport and tempo sync.', 'JACK MIDI arpeggiator with transport and tempo sync.',
'Project Page: <a href="http://sourceforge.net/projects/arpage/" class="external text" rel="nofollow" target="_blank">http://sourceforge.net/projects/arpage/</a>' 'Project Page: <a href="http://sourceforge.net/projects/arpage/" class="external text" rel="nofollow" target="_blank">http://sourceforge.net/projects/arpage/</a>'
)); ));


?>
print_plugin("artyfx", "artyfx", "Arty FX", "LV2", ARRAY(
'Arty FX is a plugin bundle of artistic “RT” effects.',
'The aim is to allow the designing of your sound just as you desired using a fast, effiecient workflow.',
'Homepage: <a href="http://openavproductions.com/artyfx/" class="external text" rel="nofollow" target="_blank">http://openavproductions.com/artyfx/</a>'
));

print_plugin("calf-plugins", "calf", "Calf studio gear", "Standalone + LV2", ARRAY(
'The Calf plugins include all todays frequently used studio effects along with some feature-rich sound processors.',
'Homepage: <a href="http://calf-studio-gear.org/" class="external text" rel="nofollow" target="_blank">http://calf-studio-gear.org/</a>'
));

print_plugin("caps", "nogui", "CAPS", "LADSPA", ARRAY(
'The C* Audio Plugin Suite (CAPS) comprises a range of classic sound effects and a few more basic audio DSP units, signal and noise generators.',
'The suite\'s aim is to provide impeccable sound quality, computational efficiency and no perceptible latency.',
'Homepage and Documentation: <a href="http://quitte.de/dsp/caps.html" class="external text" rel="nofollow" target="_blank">http://quitte.de/dsp/caps.html</a>'
));

print_plugin("drmr", "drmr", "drmr", "LV2", ARRAY(
'DrMr is an LV2 sampler plugin.',
'It gives a way for lv2 hosts to have a built in drum synth that can save its entire state.',
'Project Page: <a href="https://github.com/nicklan/drmr/wiki" class="external text" rel="nofollow" target="_blank">https://github.com/nicklan/drmr/wiki</a>'
));

print_plugin("drumgizmo", "drumgizmo", "DrumGizmo", "Standalone + LV2 + VST", ARRAY(
'DrumGizmo is a cross-platform drum plugin and stand-alone application.',
'It is comparable to several commercial drum plugin products.',
'Homepage/Wiki: <a href="http://www.drumgizmo.org/wiki/" class="external text" rel="nofollow" target="_blank">http://www.drumgizmo.org/wiki/</a>'
));


<!-- Arty FX -->
<table>
<tr><td align="center">
<p><a href="<?php echo $ROOT; ?>/screenshots/artyfx.png">
<img src="screenshots/thumb/artyfx.png" alt="artyfx" class="img_thumb_150"/>
</a></p>
</td><td>
<p>
<b><a href="apt://artyfx" style="color: rgb(100,230,100);">Arty FX</a></b> (LV2)<br/>
Arty FX is a plugin bundle of artistic “RT” effects.<br/>
The aim is to allow the designing of your sound just as you desired using a fast, effiecient workflow.<br/>
Homepage: <a href="http://openavproductions.com/artyfx/" class="external text" rel="nofollow" target="_blank">http://openavproductions.com/artyfx/</a><br/>
</p>
</td></tr>
</table>

<!-- Calf -->
<table>
<tr><td align="center">
<p><a href="<?php echo $ROOT; ?>/screenshots/calf.jpg">
<img src="screenshots/thumb/calf.png" alt="calf" class="img_thumb_150"/>
</a></p>
</td><td>
<p>
<b><a href="apt://calf-plugins" style="color: rgb(100,230,100);">Calf studio gear</a></b> (Standalone + LADSPA + DSSI + LV2) [*]<br/>
The Calf plugins include all todays frequently used studio effects along with some feature-rich sound processors.<br/>
Homepage: <a href="http://calf.sourceforge.net/" class="external text" rel="nofollow" target="_blank">http://calf.sourceforge.net/</a><br/>
[*] This is a custom version which adds back LADSPA, DSSI and LV2 external-UI support removed by upstream, see
<a href="https://github.com/falkTX/calf" class="external text" rel="nofollow" target="_blank">this link</a>.<br/>
</p>
</td></tr>
</table>

<!-- CAPS -->
<table>
<tr><td align="center">
<p>
<img src="screenshots/thumb/nogui.png" alt="nogui" class="img_thumb_150"/>
</p>
</td><td>
<p>
<b><a href="apt://caps" style="color: rgb(100,230,100);">CAPS</a></b> (LADSPA)<br/>
The C* Audio Plugin Suite (CAPS) comprises a range of classic sound effects and a few more basic audio DSP units, signal and noise generators.<br/>
The suite's aim is to provide impeccable sound quality, computational efficiency and no perceptible latency.<br/>
Homepage and Documentation: <a href="http://quitte.de/dsp/caps.html" class="external text" rel="nofollow" target="_blank">http://quitte.de/dsp/caps.html</a><br/>
</p>
</td></tr>
</table>

<!-- drmr -->
<table>
<tr><td align="center">
<p><a href="<?php echo $ROOT; ?>/screenshots/drmr.png">
<img src="screenshots/thumb/drmr.png" alt="drmr" class="img_thumb_150"/>
</a></p>
</td><td>
<p>
<b><a href="apt://drmr" style="color: rgb(100,230,100);">drmr</a></b> (LV2)<br/>
DrMr is an LV2 sampler plugin.<br/>
It gives a way for lv2 hosts to have a built in drum synth that can save its entire state.<br/>
Project Page: <a href="https://github.com/nicklan/drmr/wiki" class="external text" rel="nofollow" target="_blank">https://github.com/nicklan/drmr/wiki</a><br/>
</p>
</td></tr>
</table>

<!-- DrumGizmo -->
<table>
<tr><td align="center">
<p><a href="<?php echo $ROOT; ?>/screenshots/drumgizmo.png">
<img src="screenshots/thumb/drumgizmo.png" alt="drumgizmo" class="img_thumb_150"/>
</a></p>
</td><td>
<p>
<b><a href="apt://drumgizmo" style="color: rgb(100,230,100);">DrumGizmo</a></b> (Standalone + LV2)<br/>
DrumGizmo is a cross-platform drum plugin and stand-alone application.<br/>
It is comparable to several commercial drum plugin products.<br/>
Homepage/Wiki: <a href="http://www.drumgizmo.org/wiki/" class="external text" rel="nofollow" target="_blank">http://www.drumgizmo.org/wiki/</a><br/>
</p>
</td></tr>
</table>

<!-- drumkv1 -->
<table>
<tr><td align="center">
<p><a href="<?php echo $ROOT; ?>/screenshots/drumkv1.png">
<img src="screenshots/thumb/drumkv1.png" alt="drumkv1" class="img_thumb_150"/>
</a></p>
</td><td>
<p>
<b><a href="apt://drumkv1" style="color: rgb(100,230,100);">drumkv1</a></b> (Standalone + LV2)<br/>
drumkv1 is an old-school all-digital drum-kit sampler synthesizer with stereo fx.<br/>
Homepage: <a href="http://drumkv1.sourceforge.net/" class="external text" rel="nofollow" target="_blank">http://drumkv1.sourceforge.net/</a><br/>
</p>
</td></tr>
</table>

<!-- EQ10Q -->
<table>
<tr><td align="center">
<p><a href="<?php echo $ROOT; ?>/screenshots/eq10q.png">
<img src="screenshots/thumb/eq10q.png" alt="eq10q" class="img_thumb_150"/>
</a></p>
</td><td>
<p>
<b><a href="apt://eq10q" style="color: rgb(100,230,100);">EQ10Q</a></b> (LV2)<br/>
EQ10Q is a powerfull and flexible parametric equalizer.<br/>
It includes parametric equalization with diferent filter types like peaking, HPF, LPF, Shelving and Notch with IIR algorithms<br/>
and a nice GUI displaying the equalization curve.<br/>
Homepage: <a href="http://eq10q.sourceforge.net/" class="external text" rel="nofollow" target="_blank">http://eq10q.sourceforge.net/</a><br/>
</p>
</td></tr>
</table>

<!-- Fabla -->
<table>
<tr><td align="center">
<p><a href="<?php echo $ROOT; ?>/screenshots/fabla.png">
<img src="screenshots/thumb/fabla.png" alt="fabla" class="img_thumb_150"/>
</a></p>
</td><td>
<p>
<b><a href="apt://fabla" style="color: rgb(100,230,100);">Fabla</a></b> (LV2)<br/>
Fabla is a drum sampler plugin ideal for loading up your favorite sampled sounds and bashing away on a MIDI controller.<br/>
Homepage: <a href="http://openavproductions.com/fabla/" class="external text" rel="nofollow" target="_blank">http://openavproductions.com/fabla/</a><br/>
</p>
</td></tr>
</table>

<!-- Fomp -->
<table>
<tr><td align="center">
<p>
<img src="screenshots/thumb/nogui.png" alt="nogui" class="img_thumb_150"/>
</p>
</td><td>
<p>
<b><a href="apt://fomp" style="color: rgb(100,230,100);">Fomp</a></b> (LV2)<br/>
Fomp is an LV2 port of the MCP, VCO, FIL, and WAH plugins by Fons Adriaensen.<br/>
There are 13 plugins in total: 1 auto-wah, 1 EQ, 3 chorus, 5 filters, and 3 oscillators.<br/>
Homepage: <a href="http://drobilla.net/software/fomp/" class="external text" rel="nofollow" target="_blank">http://drobilla.net/software/fomp/</a><br/>
</p>
</td></tr>
</table>

<!-- HOLAP -->
<table>
<tr><td align="center">
<p><a href="<?php echo $ROOT; ?>/screenshots/horgand.png">
<img src="screenshots/thumb/horgand.png" alt="horgand" class="img_thumb_150"/>
</a></p>
</td><td>
<p>
<b><a href="apt://holap" style="color: rgb(100,230,100);">HOLAP</a></b> (LADSPA + DSSI)<br/>
HOLAP is a set of DSSI and LADSPA audio plugins including DSP effects and a FM synthesizer.<br/>
Most of this LADSPA plugins are based on the wonderful ZynAddSubFX synthesizer (Paul Nasca) set of effects.<br/>
Homepage: <a href="http://holap.berlios.de/" class="external text" rel="nofollow" target="_blank">http://holap.berlios.de/</a><br/>
</p>
</td></tr>
</table>

<!-- LinuxSampler -->
<table>
<tr><td align="center">
<p>
<img src="screenshots/thumb/nogui.png" alt="nogui" class="img_thumb_150"/>
</p>
</td><td>
<p>
<b><a href="apt://linuxsampler-all" style="color: rgb(100,230,100);">LinuxSampler</a></b> (Standalone + DSSI + LV2 + VST)<br/>
Free, streaming capable open source pure software audio sampler with professional grade features,<br/>
comparable to both hardware and commercial Windows/Mac software samplers.<br/>
Homepage and Documentation: <a href="http://www.linuxsampler.org/" class="external text" rel="nofollow" target="_blank">http://www.linuxsampler.org/</a><br/>
</p>
</td></tr>
</table>

<!-- MDA (LV2) -->
<table>
<tr><td align="center">
<p>
<img src="screenshots/thumb/nogui.png" alt="nogui" class="img_thumb_150"/>
</p>
</td><td>
<p>
<b><a href="apt://mda-lv2" style="color: rgb(100,230,100);">MDA</a></b> (LV2)<br/>
MDA-LV2 is an LV2 port of the MDA plugins by Paul Kellett.<br/>
It contains 36 high-quality plugins for a variety of tasks.<br/>
Homepage: <a href="http://drobilla.net/software/mda-lv2/" class="external text" rel="nofollow" target="_blank">http://drobilla.net/software/mda-lv2/</a><br/>
</p>
</td></tr>
</table>

<!-- pizmidi-plugins -->
<table>
<tr><td align="center">
<p>
<img src="screenshots/thumb/nogui.png" alt="nogui" class="img_thumb_150"/>
</p>
</td><td>
<p>
<b><a href="apt://pizmidi-plugins" style="color: rgb(100,230,100);">pizmidi</a></b> (VST)<br/>
pizmidi is a collection of cross-platform MIDI processing plugins.<br/>
Homepage: <a href="http://thepiz.org/plugins/" class="external text" rel="nofollow" target="_blank">http://thepiz.org/plugins/</a><br/>
Project Page: <a href="http://code.google.com/p/pizmidi/" class="external text" rel="nofollow" target="_blank">http://code.google.com/p/pizmidi/</a><br/>
</p>
</td></tr>
</table>

<!-- REV-Plugins -->
<table>
<tr><td align="center">
<p>
<img src="screenshots/thumb/nogui.png" alt="nogui" class="img_thumb_150"/>
</p>
</td><td>
<p>
<b><a href="apt://rev-plugins" style="color: rgb(100,230,100);">REV-Plugins</a></b> (LADSPA)<br/>
Reverb LADSPA plugins.<br/>
Includes a stereo reverb plugin based on the well-known greverb, and LADSPA versions of zita-rev1 in resp. stereo and first order Ambisonic mode.<br/>
Homepage: <a href="http://kokkinizita.linuxaudio.org/linuxaudio/index.html" class="external text" rel="nofollow" target="_blank">http://kokkinizita.linuxaudio.org/linuxaudio/index.html</a><br/>
</p>
</td></tr>
</table>

<!-- samplv1 -->
<table>
<tr><td align="center">
<p><a href="<?php echo $ROOT; ?>/screenshots/samplv1.png">
<img src="screenshots/thumb/samplv1.png" alt="samplv1" class="img_thumb_150"/>
</a></p>
</td><td>
<p>
<b><a href="apt://samplv1" style="color: rgb(100,230,100);">samplv1</a></b> (Standalone + LV2)<br/>
samplv1 is an old-school all-digital polyphonic sampler synthesizer with stereo fx.<br/>
Homepage: <a href="http://samplv1.sourceforge.net/" class="external text" rel="nofollow" target="_blank">http://samplv1.sourceforge.net/</a><br/>
</p>
</td></tr>
</table>

<!-- Sorcer -->
<table>
<tr><td align="center">
<p><a href="<?php echo $ROOT; ?>/screenshots/sorcer.png">
<img src="screenshots/thumb/sorcer.png" alt="sorcer" class="img_thumb_150"/>
</a></p>
</td><td>
<p>
<b><a href="apt://sorcer" style="color: rgb(100,230,100);">Sorcer</a></b> (LV2)<br/>
Sorcer is a polyphonic wavetable synth plugin.<br/>
Its sonic fingerprint is one of harsh modulated sub-bass driven walls of sound.<br/>
Homepage: <a href="http://openavproductions.com/sorcer/" class="external text" rel="nofollow" target="_blank">http://openavproductions.com/sorcer/</a><br/>
</p>
</td></tr>
</table>

<!-- synthv1 -->
<table>
<tr><td align="center">
<p><a href="<?php echo $ROOT; ?>/screenshots/synthv1.png">
<img src="screenshots/thumb/synthv1.png" alt="synthv1" class="img_thumb_150"/>
</a></p>
</td><td>
<p>
<b><a href="apt://synthv1" style="color: rgb(100,230,100);">synthv1</a></b> (Standalone + LV2)<br/>
synthv1 is an old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx.<br/>
Homepage: <a href="http://synthv1.sourceforge.net/" class="external text" rel="nofollow" target="_blank">http://synthv1.sourceforge.net/</a><br/>
</p>
</td></tr>
</table>

<!-- triceratops -->
<table>
<tr><td align="center">
<p><a href="<?php echo $ROOT; ?>/screenshots/triceratops.png">
<img src="screenshots/thumb/triceratops.png" alt="triceratops" class="img_thumb_150"/>
</a></p>
</td><td>
<p>
<b><a href="apt://triceratops-lv2" style="color: rgb(100,230,100);">Triceratops</a></b> (LV2)<br/>
Triceratops is a polyphonic subtractive synthesizer plugin.<br/>
Project Page: <a href="http://sourceforge.net/projects/triceratops/" class="external text" rel="nofollow" target="_blank">http://sourceforge.net/projects/triceratops/</a><br/>
</p>
</td></tr>
</table>
print_plugin("drumkv1", "drumkv1", "drumkv1", "Standalone + LV2", ARRAY(
'drumkv1 is an old-school all-digital drum-kit sampler synthesizer with stereo fx.',
'Homepage: <a href="http://drumkv1.sourceforge.net/" class="external text" rel="nofollow" target="_blank">http://drumkv1.sourceforge.net/</a>'
));

print_plugin("eq10q", "eq10q", "EQ10Q", "LV2", ARRAY(
'EQ10Q is a powerfull and flexible parametric equalizer.',
'It includes parametric equalization with diferent filter types like peaking, HPF, LPF, Shelving and Notch with IIR algorithms',
'and a nice GUI displaying the equalization curve.',
'Homepage: <a href="http://eq10q.sourceforge.net/" class="external text" rel="nofollow" target="_blank">http://eq10q.sourceforge.net/</a>'
));

print_plugin("fabla", "fabla", "Fabla", "LV2", ARRAY(
'Fabla is a drum sampler plugin ideal for loading up your favorite sampled sounds and bashing away on a MIDI controller.',
'Homepage: <a href="http://openavproductions.com/fabla/" class="external text" rel="nofollow" target="_blank">http://openavproductions.com/fabla/</a>'
));

print_plugin("fomp", "nogui", "FOMP", "LV2", ARRAY(
'Fomp is an LV2 port of the MCP, VCO, FIL, and WAH plugins by Fons Adriaensen.',
'There are 13 plugins in total: 1 auto-wah, 1 EQ, 3 chorus, 5 filters, and 3 oscillators.',
'Homepage: <a href="http://drobilla.net/software/fomp/" class="external text" rel="nofollow" target="_blank">http://drobilla.net/software/fomp/</a>'
));

print_plugin("holap", "horgand", "HOLAP", "LADSPA + DSSI", ARRAY(
'HOLAP is a set of DSSI and LADSPA audio plugins including DSP effects and a FM synthesizer.',
'Most of this LADSPA plugins are based on the wonderful ZynAddSubFX synthesizer (Paul Nasca) set of effects.',
'Homepage: <a href="http://holap.berlios.de/" class="external text" rel="nofollow" target="_blank">http://holap.berlios.de/</a>'
));

print_plugin("linuxsampler-all", "nogui", "LinuxSampler", "Standalone + DSSI + LV2 + VST", ARRAY(
'Free, streaming capable open source pure software audio sampler with professional grade features,',
'comparable to both hardware and commercial Windows/Mac software samplers.',
'Homepage and Documentation: <a href="http://www.linuxsampler.org/" class="external text" rel="nofollow" target="_blank">http://www.linuxsampler.org/</a>'
));

print_plugin("mda-lv2", "nogui", "MDA-LV2", "LV2", ARRAY(
'MDA-LV2 is an LV2 port of the MDA plugins by Paul Kellett.',
'It contains 36 high-quality plugins for a variety of tasks.',
'Homepage: <a href="http://drobilla.net/software/mda-lv2/" class="external text" rel="nofollow" target="_blank">http://drobilla.net/software/mda-lv2/</a>'
));

print_plugin("pizmidi-plugins", "nogui", "pizmidi", "VST", ARRAY(
'pizmidi is a collection of cross-platform MIDI processing plugins.',
'Project Page: <a href="https://bitbucket.org/agraef/pizmidi/" class="external text" rel="nofollow" target="_blank">https://bitbucket.org/agraef/pizmidi/</a>'
));

print_plugin("rev-plugins", "nogui", "REV-Plugins", "LADSPA", ARRAY(
'Reverb LADSPA plugins.',
'Includes a stereo reverb plugin based on the well-known greverb, and LADSPA versions of zita-rev1 in resp. stereo and first order Ambisonic mode.',
'Homepage: <a href="http://kokkinizita.linuxaudio.org/linuxaudio/index.html" class="external text" rel="nofollow" target="_blank">http://kokkinizita.linuxaudio.org/linuxaudio/index.html</a>'
));

print_plugin("samplv1", "samplv1", "samplv1", "Standalone + LV2", ARRAY(
'samplv1 is an old-school all-digital polyphonic sampler synthesizer with stereo fx.',
'Homepage: <a href="http://samplv1.sourceforge.net/" class="external text" rel="nofollow" target="_blank">http://samplv1.sourceforge.net/</a>'
));

print_plugin("sorcer", "sorcer", "Sorcer", "LV2", ARRAY(
'Sorcer is a polyphonic wavetable synth plugin.',
'Its sonic fingerprint is one of harsh modulated sub-bass driven walls of sound.',
'Homepage: <a href="http://openavproductions.com/sorcer/" class="external text" rel="nofollow" target="_blank">http://openavproductions.com/sorcer/</a>'
));

print_plugin("synthv1", "synthv1", "synthv1", "Standalone + LV2", ARRAY(
'synthv1 is an old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx.',
'Homepage: <a href="http://synthv1.sourceforge.net/" class="external text" rel="nofollow" target="_blank">http://synthv1.sourceforge.net/</a>'
));

print_plugin("triceratops", "triceratops", "Triceratops", "LV2", ARRAY(
'Triceratops is a polyphonic subtractive synthesizer plugin.',
'Project Page: <a href="http://sourceforge.net/projects/triceratops/" class="external text" rel="nofollow" target="_blank">http://sourceforge.net/projects/triceratops/</a>'
));

?>


<p><br/></p> <p><br/></p>




Loading…
Cancel
Save