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.9KB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. Carla is an audio plugin host, with support for many audio drivers and plugin formats.<br/>
  11. Carla-Control is a remote control application for Carla, providing the same interface but with the real backend running on a different machine.
  12. </p>
  13. <p>
  14. As of version 2.0, Carla-Control is still quite limited.<br/>
  15. Version 2.1 will bring full plugin (add, remove, clone, etc), patchbay and transport control.
  16. </p>
  17. <!-- Interface -->
  18. <h3><span class="mw-headline" id="Interface"> The Interface </span></h3>
  19. <p>
  20. TODO
  21. </p>
  22. <!-- Usage -->
  23. <h3><span class="mw-headline" id="Usage"> Usage </span></h3>
  24. <p>
  25. TODO
  26. </p>
  27. <!-- Download -->
  28. <h3><span class="mw-headline" id="Download"> Download </span></h3>
  29. <p>
  30. Carla-Control is available in the KXStudio repositories, Fedora and ArchLinux (all with 'carla' package name).
  31. </p>
  32. <p>
  33. Pre-compiled binaries are available for Linux and macOS (version 2.0.0).<br/>
  34. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  35. <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">
  36. Linux 32bit</a><br/>
  37. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  38. <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">
  39. Linux 64bit</a><br/>
  40. <img src="images/ico_mac.png" alt="" class="img_text_align_spaced"/>
  41. <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">
  42. MacOS 64bit</a><br/>
  43. </p>
  44. <p>
  45. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  46. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  47. <a href="https://github.com/falkTX/Carla/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  48. Project page</a><br/>
  49. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  50. <a href="https://github.com/falkTX/Carla/archive/master.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  51. Source code (zip)</a><br/>
  52. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  53. <a href="https://github.com/falkTX/Carla/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  54. Bug reports / Feature requests</a><br/>
  55. </p>
  56. <p><br/></p>
  57. <?php
  58. include_once("includes/footer.php");
  59. ?>