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.

112 lines
7.1KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Applications : Cadence-Render";
  3. $PAGE_TYPE = "APPLICATION";
  4. $PAGE_SOURCE_1 = ARRAY("/Applications", "/Applications:Cadence-Render");
  5. $PAGE_SOURCE_2 = ARRAY("Applications", "Cadence-Render");
  6. include_once("includes/header.php");
  7. ?>
  8. <!-- intro -->
  9. <p>
  10. Cadence-Render is a tool to record (or 'render') a JACK project using jack-capture, controlled by JACK Transport.<br/>
  11. It supports a vast number of file types and can render in both realtime and freewheel modes.<br/>
  12. </p>
  13. <p>
  14. This tool can be executed as 'cadence_render' or within <a href="<?php echo $ROOT; ?>/Applications:Catia">Catia</a> and
  15. <a href="<?php echo $ROOT; ?>/Applications:Claudia">Claudia</a> from their 'Tools' menu.<br/>
  16. The minimum required version of jack-capture is 0.9.60. If jack-capture is not found in $PATH, Cadence-Render will refuse to run.
  17. </p>
  18. <!-- Interface -->
  19. <h3><span class="mw-headline" id="Interface"> The Interface </span></h3>
  20. <p>
  21. A screenshot follows:<br/>
  22. <a href="screenshots/cadence-render.png" class="external text" rel="nofollow"><img src="screenshots/cadence-render.png" alt="cadence-render.png" /></a>
  23. </p>
  24. <p>
  25. You have two render modes: Realtime and Freewheel (more on that below).<br/>
  26. The Start and End Time specifies what part of the JACK project to record. The "now" buttons will change their values to the current JACK Transport location.<br/>
  27. Which encoding formats are available will depend on your current jack-capture version. Newer versions should support more formats. mp3 is not an option for the time being.<br/>
  28. </p>
  29. <p>
  30. When recording, the 'Render' button will change to 'Stop', and the progress bar will slowly fill indicating how much percentage of the project has been rendered so far.<br/>
  31. The rest of the interface is pretty straight forward.
  32. </p>
  33. <!-- Usage -->
  34. <h3><span class="mw-headline" id="Usage"> Usage </span></h3>
  35. <p>
  36. Cadence-Render uses jack-capture to do the actual recording in the background.<br/>
  37. When 'Render' is pressed it will change the JACK buffer-size first (if modified), relocate Transport to the position specified in "Start Time" and then start recording.<br/>
  38. The recording will automatically stop when JACK Transport reaches the time set in "End Time". If the buffer-size was changed, it will be changed back.<br/>
  39. This makes it particularly useful to render projects in freewheel mode with apps that don't support it directly.
  40. </p>
  41. <p>
  42. Changing the buffer size before recording might be useful if you use plugin automation in hosts that don't support per-sample automation.<br/>
  43. The way this works is that a plugin process() call is only called once per JACK callback and thus a plugin parameter will have low precision.<br/>
  44. Having a lower buffer size means the host will have to call process() more often (thus increasing precision), but at a cost of higher CPU usage.<br/>
  45. But note that, if the host or plugin takes too much time in the JACK callback, the audio buffer will not be filled properly and you'll most likely hear "cracks" (aka xruns). <!--<br/>-->
  46. Freewheel mode avoids these issues (see below).
  47. </p>
  48. <p>
  49. The recordings will be saved in the "Output folder" named as "jack_capture_#.ext", where '#' is a number suffix and '.ext' the appropriate extension for the selected encoding format.
  50. </p>
  51. <p>
  52. NOTE: We recommend the use of padding in your songs (ie, put some silence before the beginning and end of a song).<br/>
  53. This is because the very first sounds at the beginning of a song might not be timed properly (JACK apps need to catch up with the transport and start rolling). A padding of 8 beats is usually enough here.<br/>
  54. Also, when some applications reach their song end they might start-over transport at 0:00, which will cause the recording to never reach the "End Time" and thus never stop.
  55. </p>
  56. <!-- Extra -->
  57. <h3><span class="mw-headline" id="RealtimeVsFreewheel"> Realtime vs. Freewheel </span></h3>
  58. <p>
  59. In short, Realtime is the "live" version of audio you hear when making music. If you hear what you're doing, you're on realtime mode.<br/>
  60. Freewheel is the "offline" version, where audio (and midi) is processed as fast as possible. You won't hear anything when in this mode.<br/>
  61. During freewheel JACK will not allow new clients to be registered or connections to be made. It's literally meant to be used for recordings.
  62. </p>
  63. <p>
  64. Rendering in freewheel is sometimes useful because both host and plugins can take as much time as they need to process, independently of the buffer size.<br/>
  65. This is also useful when your project gets too big and can no longer play in realtime without xruns.
  66. </p>
  67. <p>
  68. Not all applications work in freewheel mode though, for example if it relies on any kind of event communication other than JACK-MIDI (like ALSA-MIDI or OSC).<br/>
  69. This is because JACK is running faster than realtime, so any external events can't catch up in time.<br/>
  70. We encourage you to use JACK-MIDI whenever possible. Not only does it allow freewheel rendering but also provides perfect timing between applications.
  71. </p>
  72. <!-- Download -->
  73. <h3><span class="mw-headline" id="Download"> Download </span></h3>
  74. <p>
  75. Cadence-Render is available in the KXStudio repositories and ArchLinux AUR ('cadence-tools' package in the KXStudio repositories, 'cadence' in AUR).<br/>
  76. <img src="images/ico_arch.png" alt="" class="img_text_align_spaced"/>
  77. <a href="https://aur.archlinux.org/packages/cadence/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  78. ArchLinux</a> (AUR)<br/>
  79. <img src="images/ico_debian.png" alt="" class="img_text_align_spaced"/>
  80. <a href="apt://cadence-tools" class="external text a_bigger_text">
  81. Debian/Ubuntu</a> (via KXStudio repositories)<br/>
  82. </p>
  83. <p>
  84. Pre-compiled binaries are available for Linux (part of the Cadence bundle).<br/>
  85. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  86. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/cadence/Cadence-0.8.1-linux32.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  87. Linux 32bit</a><br/>
  88. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  89. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/cadence/Cadence-0.8.1-linux64.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  90. Linux 64bit</a><br/>
  91. </p>
  92. <p>
  93. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  94. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  95. <a href="https://github.com/falkTX/Cadence" class="external text a_bigger_text" rel="nofollow" target="_blank">
  96. Source code</a><br/>
  97. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  98. <a href="https://github.com/falkTX/Cadence/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  99. Bug reports / Feature requests</a><br/>
  100. </p>
  101. <p><br/></p>
  102. <?php
  103. include_once("includes/footer.php");
  104. ?>