KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Repositories:Plugins.php 10KB

11 years ago
11 years ago
11 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
11 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. <?php
  2. $PAGE_TITLE = "KXStudio : Repositories : Plugins";
  3. $PAGE_TYPE = "KXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Repositories", "/Repositories:Plugins");
  5. $PAGE_SOURCE_2 = ARRAY("Repositories", "Plugins");
  6. include_once("includes/header.php");
  7. function endsWith($haystack, $needle) {
  8. return strrpos($haystack, $needle, 0) === (strlen($haystack) - strlen($needle));
  9. }
  10. function print_plugin($package, $screenshot, $name, $category, $details) {
  11. if (! endsWith($screenshot, '.jpg')) {
  12. $screenshot = $screenshot . '.png';
  13. }
  14. echo
  15. '<table><tr><td align="center"><p>
  16. <a href="' . $ROOT . '/screenshots/' . $screenshot . '">
  17. <img src="screenshots/thumb/' . $screenshot . '" alt="' . $screenshot . '" class="img_thumb_150"/>
  18. </a></p></td><td><p><b>
  19. <a href="apt://' . $package . '" style="color: rgb(100,230,100);">' . $name . '</a></b> (' . $category . ')<br/>';
  20. for ($i = 0, $count = count($details); $i < $count; $i++) {
  21. echo $details[$i] . '<br>';
  22. }
  23. echo '</p></td></tr></table>';
  24. }
  25. ?>
  26. <div class="box box-description">
  27. <p>
  28. This section lists the audio plugins available in the repositories.<br/>
  29. Click on the green plugin name to install its respective package.<br/>
  30. (If the links don't work, make sure you have the 'apturl-kde' or 'apturl' packages installed)
  31. </p>
  32. <p>
  33. You might also want to check:
  34. </p>
  35. <ul>
  36. <li><a href="<?php echo $ROOT; ?>/Repositories:Applications">Applications in the repositories</a></li>
  37. </ul>
  38. <br/>
  39. </div>
  40. <!--
  41. TODO: (no ui, broken?)
  42. TODO: (no ui)
  43. midimsg-lv2
  44. rubberband-ladspa
  45. ste-plugins
  46. whysynth
  47. wsynth-dssi
  48. xsynth-dssi
  49. drmr
  50. ir.lv2 | ir.lv2-1.2
  51. linuxsampler-lv2 | linuxsampler-lv2-32chan
  52. caps-lv2
  53. invada-studio-plugins-lv2
  54. fomp
  55. mod-mda-lv2 | mda-lv2
  56. swh-lv2
  57. tap-lv2
  58. x42-plugins
  59. artyfx
  60. fabla
  61. sorcer
  62. arctican-plugins-lv2
  63. dexed-lv2
  64. distrho-plugin-ports-lv2
  65. drowaudio-plugins-lv2
  66. easyssp-lv2
  67. klangfalter-lv2
  68. luftikus-lv2
  69. obxd-lv2
  70. pitcheddelay-lv2
  71. tal-plugins-lv2
  72. teragonaudio-plugins-lv2
  73. mod-distortion
  74. mod-pitchshifter
  75. mod-utilities
  76. jackass
  77. pizmidi-plugins
  78. TODO: (with ui)
  79. ams-lv2
  80. beatslash-lv2
  81. deteriorate-lv2
  82. dssi-vst
  83. guitarix (*)
  84. ir.lv2
  85. ls16 ?
  86. phasex
  87. spiralsynthmodular
  88. whysynth
  89. wsynth-dssi
  90. zynaddsubfx
  91. TODO: (distrho/juce)
  92. teragon-audio
  93. arctican-plugins
  94. dexed
  95. drowaudio-plugins
  96. juced-plugins
  97. klangfalter
  98. oxbd
  99. pitcheddelay
  100. safe-plugins
  101. tal-plugins
  102. vex
  103. wolpertinger
  104. -->
  105. <?php
  106. /*
  107. print_plugin("pkg", "scr", "name", "cat", ARRAY(
  108. 'txt1',
  109. 'txt2'
  110. ));
  111. */
  112. print_plugin("add64", "add64", "Add64", "Standalone", ARRAY(
  113. 'Add64 is the result of experiments around additive synthesis and is intended for research purposes only.',
  114. 'The spectral drawing scheme for the harmonics and envelopes has been inspired by the virtual pipe organ Aeolus by Fons Adriaensen.',
  115. 'Project Page: <a href="https://sourceforge.net/projects/add64/" class="external text" rel="nofollow" target="_blank">https://sourceforge.net/projects/add64/</a>'
  116. ));
  117. print_plugin("amsynth", "amsynth", "amSynth", "Standalone + DSSI + LV2 + VST", ARRAY(
  118. 'amsynth is a software synth that provides a classic subtractive synthesizer topology.',
  119. 'Project Page: <a href="http://code.google.com/p/amsynth/" class="external text" rel="nofollow" target="_blank">http://code.google.com/p/amsynth/</a>',
  120. ));
  121. print_plugin("arpage", "arpage", "Arpage + Zonage", "Standalone", ARRAY(
  122. 'JACK MIDI arpeggiator with transport and tempo sync.',
  123. 'Project Page: <a href="http://sourceforge.net/projects/arpage/" class="external text" rel="nofollow" target="_blank">http://sourceforge.net/projects/arpage/</a>'
  124. ));
  125. print_plugin("artyfx", "artyfx", "Arty FX", "LV2", ARRAY(
  126. 'Arty FX is a plugin bundle of artistic “RT” effects.',
  127. 'The aim is to allow the designing of your sound just as you desired using a fast, effiecient workflow.',
  128. 'Homepage: <a href="http://openavproductions.com/artyfx/" class="external text" rel="nofollow" target="_blank">http://openavproductions.com/artyfx/</a>'
  129. ));
  130. print_plugin("calf-plugins", "calf", "Calf studio gear", "Standalone + LV2", ARRAY(
  131. 'The Calf plugins include all todays frequently used studio effects along with some feature-rich sound processors.',
  132. 'Homepage: <a href="http://calf-studio-gear.org/" class="external text" rel="nofollow" target="_blank">http://calf-studio-gear.org/</a>'
  133. ));
  134. print_plugin("caps", "nogui", "CAPS", "LADSPA", ARRAY(
  135. '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.',
  136. 'The suite\'s aim is to provide impeccable sound quality, computational efficiency and no perceptible latency.',
  137. '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>'
  138. ));
  139. print_plugin("drmr", "drmr", "drmr", "LV2", ARRAY(
  140. 'DrMr is an LV2 sampler plugin.',
  141. 'It gives a way for lv2 hosts to have a built in drum synth that can save its entire state.',
  142. 'Project Page: <a href="https://github.com/nicklan/drmr/wiki" class="external text" rel="nofollow" target="_blank">https://github.com/nicklan/drmr/wiki</a>'
  143. ));
  144. print_plugin("drumgizmo", "drumgizmo", "DrumGizmo", "Standalone + LV2 + VST", ARRAY(
  145. 'DrumGizmo is a cross-platform drum plugin and stand-alone application.',
  146. 'It is comparable to several commercial drum plugin products.',
  147. 'Homepage/Wiki: <a href="http://www.drumgizmo.org/wiki/" class="external text" rel="nofollow" target="_blank">http://www.drumgizmo.org/wiki/</a>'
  148. ));
  149. print_plugin("drumkv1", "drumkv1", "drumkv1", "Standalone + LV2", ARRAY(
  150. 'drumkv1 is an old-school all-digital drum-kit sampler synthesizer with stereo fx.',
  151. 'Homepage: <a href="http://drumkv1.sourceforge.net/" class="external text" rel="nofollow" target="_blank">http://drumkv1.sourceforge.net/</a>'
  152. ));
  153. print_plugin("eq10q", "eq10q", "EQ10Q", "LV2", ARRAY(
  154. 'EQ10Q is a powerfull and flexible parametric equalizer.',
  155. 'It includes parametric equalization with diferent filter types like peaking, HPF, LPF, Shelving and Notch with IIR algorithms',
  156. 'and a nice GUI displaying the equalization curve.',
  157. 'Homepage: <a href="http://eq10q.sourceforge.net/" class="external text" rel="nofollow" target="_blank">http://eq10q.sourceforge.net/</a>'
  158. ));
  159. print_plugin("fabla", "fabla", "Fabla", "LV2", ARRAY(
  160. 'Fabla is a drum sampler plugin ideal for loading up your favorite sampled sounds and bashing away on a MIDI controller.',
  161. 'Homepage: <a href="http://openavproductions.com/fabla/" class="external text" rel="nofollow" target="_blank">http://openavproductions.com/fabla/</a>'
  162. ));
  163. print_plugin("fomp", "nogui", "FOMP", "LV2", ARRAY(
  164. 'Fomp is an LV2 port of the MCP, VCO, FIL, and WAH plugins by Fons Adriaensen.',
  165. 'There are 13 plugins in total: 1 auto-wah, 1 EQ, 3 chorus, 5 filters, and 3 oscillators.',
  166. 'Homepage: <a href="http://drobilla.net/software/fomp/" class="external text" rel="nofollow" target="_blank">http://drobilla.net/software/fomp/</a>'
  167. ));
  168. print_plugin("holap", "horgand", "HOLAP", "LADSPA + DSSI", ARRAY(
  169. 'HOLAP is a set of DSSI and LADSPA audio plugins including DSP effects and a FM synthesizer.',
  170. 'Most of this LADSPA plugins are based on the wonderful ZynAddSubFX synthesizer (Paul Nasca) set of effects.',
  171. 'Homepage: <a href="http://holap.berlios.de/" class="external text" rel="nofollow" target="_blank">http://holap.berlios.de/</a>'
  172. ));
  173. print_plugin("linuxsampler-all", "nogui", "LinuxSampler", "Standalone + DSSI + LV2 + VST", ARRAY(
  174. 'Free, streaming capable open source pure software audio sampler with professional grade features,',
  175. 'comparable to both hardware and commercial Windows/Mac software samplers.',
  176. 'Homepage and Documentation: <a href="http://www.linuxsampler.org/" class="external text" rel="nofollow" target="_blank">http://www.linuxsampler.org/</a>'
  177. ));
  178. print_plugin("mda-lv2", "nogui", "MDA-LV2", "LV2", ARRAY(
  179. 'MDA-LV2 is an LV2 port of the MDA plugins by Paul Kellett.',
  180. 'It contains 36 high-quality plugins for a variety of tasks.',
  181. 'Homepage: <a href="http://drobilla.net/software/mda-lv2/" class="external text" rel="nofollow" target="_blank">http://drobilla.net/software/mda-lv2/</a>'
  182. ));
  183. print_plugin("pizmidi-plugins", "nogui", "pizmidi", "VST", ARRAY(
  184. 'pizmidi is a collection of cross-platform MIDI processing plugins.',
  185. 'Project Page: <a href="https://bitbucket.org/agraef/pizmidi/" class="external text" rel="nofollow" target="_blank">https://bitbucket.org/agraef/pizmidi/</a>'
  186. ));
  187. print_plugin("rev-plugins", "nogui", "REV-Plugins", "LADSPA", ARRAY(
  188. 'Reverb LADSPA plugins.',
  189. '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.',
  190. '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>'
  191. ));
  192. print_plugin("samplv1", "samplv1", "samplv1", "Standalone + LV2", ARRAY(
  193. 'samplv1 is an old-school all-digital polyphonic sampler synthesizer with stereo fx.',
  194. 'Homepage: <a href="http://samplv1.sourceforge.net/" class="external text" rel="nofollow" target="_blank">http://samplv1.sourceforge.net/</a>'
  195. ));
  196. print_plugin("sorcer", "sorcer", "Sorcer", "LV2", ARRAY(
  197. 'Sorcer is a polyphonic wavetable synth plugin.',
  198. 'Its sonic fingerprint is one of harsh modulated sub-bass driven walls of sound.',
  199. 'Homepage: <a href="http://openavproductions.com/sorcer/" class="external text" rel="nofollow" target="_blank">http://openavproductions.com/sorcer/</a>'
  200. ));
  201. print_plugin("synthv1", "synthv1", "synthv1", "Standalone + LV2", ARRAY(
  202. 'synthv1 is an old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx.',
  203. 'Homepage: <a href="http://synthv1.sourceforge.net/" class="external text" rel="nofollow" target="_blank">http://synthv1.sourceforge.net/</a>'
  204. ));
  205. print_plugin("triceratops", "triceratops", "Triceratops", "LV2", ARRAY(
  206. 'Triceratops is a polyphonic subtractive synthesizer plugin.',
  207. 'Project Page: <a href="http://sourceforge.net/projects/triceratops/" class="external text" rel="nofollow" target="_blank">http://sourceforge.net/projects/triceratops/</a>'
  208. ));
  209. ?>
  210. <p><br/></p>
  211. <?php
  212. include_once("includes/footer.php");
  213. ?>