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.

69 lines
3.7KB

  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, macOS and Windows (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_OLD; ?>/Carla_<?php echo $VERSION_CARLA_OLD; ?>-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_OLD; ?>/Carla_<?php echo $VERSION_CARLA_OLD; ?>-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_MAJ; ?>-macos-universal.dmg" class="external text a_bigger_text" rel="nofollow" target="_blank">
  39. MacOS universal build</a> (requires macOS 10.12 or higher)<br/>
  40. <img src="images/ico_windows.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_MAJ; ?>-win32.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  42. Windows 32bit</a><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_MAJ; ?>-win64.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  45. Windows 64bit</a><br/>
  46. </p>
  47. <p>
  48. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  49. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  50. <a href="https://github.com/falkTX/Carla/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  51. Project page</a><br/>
  52. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  53. <a href="https://github.com/falkTX/Carla/archive/main.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  54. Source code (zip)</a><br/>
  55. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  56. <a href="https://github.com/falkTX/Carla/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  57. Bug reports / Feature requests</a><br/>
  58. </p>
  59. <p><br/></p>
  60. <?php
  61. include_once("includes/footer.php");
  62. ?>