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.

Applications:Carla-Control.php 2.5KB

11 years ago
11 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?php
  2. $PAGE_TITLE = "KXStudio : Applications : Carla-Control";
  3. $PAGE_TYPE = "APPLICATION_NU";
  4. $PAGE_SOURCE_1 = ARRAY("/Applications", "/Applications:Carla-Control");
  5. $PAGE_SOURCE_2 = ARRAY("Applications", "Carla-Control");
  6. include_once("includes/header.php");
  7. ?>
  8. <!-- intro -->
  9. <p>
  10. This is a dummy page, a placeholder for when the real page is written.
  11. </p>
  12. <!-- Interface -->
  13. <h3><span class="mw-headline" id="Interface"> The Interface </span></h3>
  14. <p>
  15. TODO
  16. </p>
  17. <!-- Usage -->
  18. <h3><span class="mw-headline" id="Usage"> Usage </span></h3>
  19. <p>
  20. TODO
  21. </p>
  22. <!-- Download -->
  23. <h3><span class="mw-headline" id="Download"> Download </span></h3>
  24. <p>
  25. Carla is available in the KXStudio repositories and ArchLinux AUR (both with 'carla' package name).<br/>
  26. <img src="images/ico_arch.png" alt="" class="img_text_align_spaced"/>
  27. <a href="https://aur.archlinux.org/packages/carla/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  28. ArchLinux</a> (AUR)<br/>
  29. <img src="images/ico_debian.png" alt="" class="img_text_align_spaced"/>
  30. <a href="apt://carla" class="external text a_bigger_text">
  31. Debian/Ubuntu</a> (via KXStudio repositories)<br/>
  32. </p>
  33. <p>
  34. Pre-compiled binaries are available for Linux (part of the Carla bundle).<br/>
  35. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  36. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.1.0-linux32.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  37. Linux 32bit</a><br/>
  38. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  39. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.1.0-linux64.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  40. Linux 64bit</a><br/>
  41. </p>
  42. <p>
  43. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  44. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  45. <a href="https://github.com/falkTX/Carla/tree/stable" class="external text a_bigger_text" rel="nofollow" target="_blank">
  46. Source code</a><br/>
  47. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  48. <a href="https://github.com/falkTX/Carla/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  49. Bug reports / Feature requests</a><br/>
  50. </p>
  51. <p><br/></p>
  52. <?php
  53. include_once("includes/footer.php");
  54. ?>