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.

61 lines
2.5KB

  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-Control is available in the KXStudio repositories, Fedora and ArchLinux (all with 'carla' package name).
  26. </p>
  27. <p>
  28. Pre-compiled binaries are available for Linux and macOS (version 2.0.0).<br/>
  29. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  30. <a href="https://github.com/falkTX/Carla/releases/download/v2.0.0/Carla_2.0.0-linux32.tar.xz" class="external text a_bigger_text" rel="nofollow" target="_blank">
  31. Linux 32bit</a><br/>
  32. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  33. <a href="https://github.com/falkTX/Carla/releases/download/v2.0.0/Carla_2.0.0-linux64.tar.xz" class="external text a_bigger_text" rel="nofollow" target="_blank">
  34. Linux 64bit</a><br/>
  35. <img src="images/ico_mac.png" alt="" class="img_text_align_spaced"/>
  36. <a href="https://github.com/falkTX/Carla/releases/download/v2.0.0/Carla_2.0.0-macos.dmg" class="external text a_bigger_text" rel="nofollow" target="_blank">
  37. MacOS 64bit</a><br/>
  38. </p>
  39. <p>
  40. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  41. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  42. <a href="https://github.com/falkTX/Carla/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  43. Project page</a><br/>
  44. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  45. <a href="https://github.com/falkTX/Carla/archive/master.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  46. Source code (zip)</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. ?>