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.

75 lines
4.3KB

  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. include_once("includes/versions.php");
  8. ?>
  9. <!-- intro -->
  10. <p>
  11. Carla is an audio plugin host, with support for many audio drivers and plugin formats.<br/>
  12. Carla-Control is a remote control application for Carla, providing the same interface but with the real backend running on a different machine.
  13. </p>
  14. <!-- Interface -->
  15. <h3><span class="mw-headline" id="Interface"> The Interface </span></h3>
  16. <p>
  17. TODO
  18. </p>
  19. <!-- Usage -->
  20. <h3><span class="mw-headline" id="Usage"> Usage </span></h3>
  21. <p>
  22. TODO
  23. </p>
  24. <!-- Download -->
  25. <h3><span class="mw-headline" id="Download"> Download </span></h3>
  26. <p>
  27. Carla-Control is available in the KXStudio repositories, Fedora and ArchLinux (all with 'carla' package name).
  28. </p>
  29. <p>
  30. Pre-compiled binaries are available for Linux and macOS (version <?php echo $VERSION_CARLA; ?>).<br/>
  31. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  32. <a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-linux32.tar.xz" class="external text a_bigger_text" rel="nofollow" target="_blank">
  33. Linux 32bit</a> (requires Qt 5.9 or higher)<br/>
  34. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  35. <a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-linux64.tar.xz" class="external text a_bigger_text" rel="nofollow" target="_blank">
  36. Linux 64bit</a> (requires Qt 5.9 or higher)<br/>
  37. <img src="images/ico_mac.png" alt="" class="img_text_align_spaced"/>
  38. <a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-macos.dmg" class="external text a_bigger_text" rel="nofollow" target="_blank">
  39. MacOS compatible build</a> (requires macOS 10.8 or higher)<br/>
  40. <img src="images/ico_mac.png" alt="" class="img_text_align_spaced"/>
  41. <a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-macos-10.15.dmg" class="external text a_bigger_text" rel="nofollow" target="_blank">
  42. MacOS newer build</a> (requires macOS 10.15 or higher)<br/>
  43. <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
  44. <a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-win32-nosse.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  45. Windows 32bit (No SSE, for old PCs)</a><br/>
  46. <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
  47. <a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-win32.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  48. Windows 32bit</a><br/>
  49. <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
  50. <a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla_<?php echo $VERSION_CARLA; ?>-win64.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  51. Windows 64bit</a><br/>
  52. </p>
  53. <p>
  54. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  55. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  56. <a href="https://github.com/falkTX/Carla/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  57. Project page</a><br/>
  58. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  59. <a href="https://github.com/falkTX/Carla/archive/master.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  60. Source code (zip)</a><br/>
  61. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  62. <a href="https://github.com/falkTX/Carla/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  63. Bug reports / Feature requests</a><br/>
  64. </p>
  65. <p><br/></p>
  66. <?php
  67. include_once("includes/footer.php");
  68. ?>