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 3.8KB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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="https://github.com/falkTX/Carla/releases/download/v1.9.14/Carla_2.0-RC4-linux32.tar.xz" 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="https://github.com/falkTX/Carla/releases/download/v1.9.14/Carla_2.0-RC4-linux64.tar.xz" class="external text a_bigger_text" rel="nofollow" target="_blank">
  40. Linux 64bit</a><br/>
  41. <img src="images/ico_mac.png" alt="" class="img_text_align_spaced"/>
  42. <a href="https://github.com/falkTX/Carla/releases/download/v1.9.14/Carla_2.0-RC4-macos.dmg" class="external text a_bigger_text" rel="nofollow" target="_blank">
  43. MacOS 64bit</a><br/>
  44. <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
  45. <a href="https://github.com/falkTX/Carla/releases/download/v1.9.14/Carla_2.0-RC4-win32.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  46. Windows 32bit (No SSE, for old PCs)</a><br/>
  47. <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
  48. <a href="https://github.com/falkTX/Carla/releases/download/v1.9.14/Carla_2.0-RC4-win32-nosse.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  49. Windows 32bit</a><br/>
  50. <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
  51. <a href="https://github.com/falkTX/Carla/releases/download/v1.9.14/Carla_2.0-RC4-win64.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  52. Windows 64bit</a><br/>
  53. </p>
  54. <p>
  55. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  56. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  57. <a href="https://github.com/falkTX/Carla/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  58. Project page</a><br/>
  59. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  60. <a href="https://github.com/falkTX/Carla/archive/master.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  61. Source code (zip)</a><br/>
  62. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  63. <a href="https://github.com/falkTX/Carla/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  64. Bug reports / Feature requests</a><br/>
  65. </p>
  66. <p><br/></p>
  67. <?php
  68. include_once("includes/footer.php");
  69. ?>