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.

938 lines
45KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio News";
  3. $PAGE_TYPE = "NORMAL";
  4. $PAGE_SOURCE_1 = ARRAY("/News");
  5. $PAGE_SOURCE_2 = ARRAY("News");
  6. include_once("includes/header.php");
  7. ?>
  8. <p><b>THIS IS A FAKE PAGE, KXSTUDIO NEWS USES A DYNAMIC MODULE NOW</b></p>
  9. <div style="position: absolute; top: 120px; right: 100px;">
  10. <a href="<?php echo $ROOT; ?>/News/?action=feed"><img src="images/rss.png" alt="RSS"/></a>
  11. </div>
  12. <p>
  13. <span style="font-size: 20px">&gt; Carla 2.0 beta5 is here!</span><br/>
  14. On <i>2017-01-06</i> by<i> falkTX</i>
  15. </p>
  16. <p>
  17. Hello again everyone, we're glad to bring you the 5th beta of the upcoming Carla 2.0 release.<br/>
  18. It has been more than 1 year since the last Carla release, this release fixes things that got broken in the mean time and continues the work towards Carla's 2.0 base features.<br/>
  19. There's quite a lot of changes under the hood, mostly bugfixes and minor but useful additions.<br/>
  20. With that being said, here are some of the highlights:
  21. </p>
  22. <table><tr><td>
  23. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta5_carla-control.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta5_carla-control_crop.png" alt="carla-control"/></a>
  24. </td><td>
  25. <h3>Carla-Control is back!</h3>
  26. <p>
  27. Carla-Control is an application to remotely control a Carla instance via network, using OSC messages.<br/>
  28. It stopped working shortly after Carla's move to 2.x development, but now it's back, and working a lot better.<br/>
  29. Currently works on Linux and Mac OS.
  30. </p>
  31. </td></tr></table>
  32. <p><br/></p>
  33. <table><tr><td>
  34. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta5_logs-tab.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta5_logs-tab_crop.png" alt="logs-tab"/></a>
  35. </td><td>
  36. <h3>Logs tab</h3>
  37. <p>
  38. This was also something that was brought back in this release.<br/>
  39. It was initially removed from the 2.x series because it did not work so well.<br/>
  40. Now the code has been fixed up and brought to life.
  41. </p>
  42. <p>
  43. You can disable it in the settings if you prefer your messages to go to the console as usual.<br/>
  44. Sadly this does not work on Windows just yet, only for Linux and Mac OS.<br/>
  45. But for Windows a Debug/Carla.exe file is included in this build (after you extract the exe as zip file), which can be used to see the console window.
  46. </p>
  47. </td></tr></table>
  48. <p><br/></p>
  49. <table><tr><td>
  50. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta5_midi-pattern.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta5_midi-pattern_crop.png" alt="midi-pattern"/></a>
  51. </td><td>
  52. <h3>MIDI Sequencer is dead, long live MIDI Pattern!</h3>
  53. <p>
  54. The internal MIDI Sequencer plugin was renamed to MIDI Pattern, and received some needed attention.<br/>
  55. Some menu actions and parameters were added, to make it more intuitive to use.<br/>
  56. It's now exported as part of the Carla-LV2 plugins package, and available for Linux and Mac OS.
  57. </p>
  58. </td></tr></table>
  59. <p><br/></p>
  60. <h3>More stuff</h3>
  61. <ul>
  62. <li>Add carla-jack-single/multi startup tools</li>
  63. <li>Add 16 channel and 2+1 (sidechain) variant to Carla-Patchbay plugins</li>
  64. <li>Add new custom menu when right-clicking empty rack &amp; patchbay areas</li>
  65. <li>Add command-line option for help and version arguments</li>
  66. <li>Add command-line option to run Carla without UI (requires project file)</li>
  67. <li>Add X11 UI to Carla-LV2</li>
  68. <li>Remove MVerb internal plugin (conflicting license)</li>
  69. <li>Remove Nekofilter internal plugin (use fil4.lv2 instead)</li>
  70. <li>Implement plugin bridges for Mac OS and Windows</li>
  71. <li>Implement Carla-LV2 MIDI out</li>
  72. <li>Implement initial latency code, used for aligned dry/wet sound for now</li>
  73. <li>Implement support for VST shell plugins under Linux</li>
  74. <li>Implement sorting of LV2 scale points</li>
  75. <li>Allow to scan and load 32bit AUs under Mac OS</li>
  76. <li>Allow using the same midi-cc in multiple parameters for the same plugin</li>
  77. <li>Allow Carla-VST to be built with Qt5 (Linux only)</li>
  78. <li>Bypass MIDI events on carla-rack plugin when rack is empty</li>
  79. <li>Find plugin binary when saved filename doesn't exist</li>
  80. <li>Force usage of custom theme under Mac OS</li>
  81. <li>New option to wherever put UIs on top of carla (Linux only)</li>
  82. <li>Make canvas draggable with mouse middle-click</li>
  83. <li>Make it possible to force-refresh scan of LV2 and AU plugins</li>
  84. <li>Plugin settings (force stereo, send CC, etc) are now saved in the project file</li>
  85. <li>Renaming plugins under JACK driver mode now keeps the patchbays connections</li>
  86. <li>Update modgui code for latest mod-ui, supports control outputs now</li>
  87. <li>Lots and lots of bug fixes.</li>
  88. </ul>
  89. <p>
  90. There will still be 1 more beta release before going for a release candidate, so expect more cool stuff soon!<br/>
  91. </p>
  92. <h3>Special Notes</h3>
  93. <ul>
  94. <li>Carla as plugin is still not available under Windows, to be done for the next beta.</li>
  95. </ul>
  96. <h3>Downloads</h3>
  97. <p>
  98. To download Carla binaries or source code, jump into the <a href="<?php echo $ROOT; ?>/Downloads" class="external free" rel="nofollow" target="_blank">KXStudio downloads section</a>.<br/>
  99. If you're using the KXStudio repositories, you can simply install "carla-git" (plus "carla-lv2" and "carla-vst" if you're so inclined).<br/>
  100. Bug reports and feature requests are welcome! Jump into the <a href="https://github.com/falkTX/Carla" class="external free" rel="nofollow" target="_blank">Carla's Github project</a> page for those.
  101. </p>
  102. <hr/>
  103. <p>
  104. <span style="font-size: 20px">&gt; Changes in KXStudio repositories</span><br>
  105. On <i>2016-05-06</i> by<i> falkTX</i>
  106. </p>
  107. <p>
  108. Hey everyone, just a small heads up about the KXStudio repositories.
  109. </p>
  110. <p>
  111. If you use Debian Testing or the new Ubuntu 16.04 you probably saw some warnings regarding weak SHA1 keys when checking for updates.<br>
  112. We're aware of this issue and a fix is coming soon, but it will require some changes in the repositories.<br>
  113. </p>
  114. <p>
  115. First, we'll get rid of the 'lucid' builds and rebuild all of them in the 'trusty' series.<br>
  116. For those of you that were using Debian 6 or something older than Ubuntu 14.04, the repositories will stop working for you later this month.
  117. </p>
  118. <p>
  119. Second, the gcc5 specific packages will be migrated from 'wily' series to 'xenial'.<br>
  120. This means you'll no longer be able to use the KXStudio repositories if you're running Ubuntu 15.10.<br>
  121. If that's the case for you, please update to 16.04 as soon as possible. Note that 15.10 will be officially end-of-life in 2 months.
  122. </p>
  123. <p>
  124. And finally, the gcc5 packages will begin using Qt5 instead of Qt4 for some applications.<br>
  125. This will include Carla, Qtractor and the v1 series plugins.<br>
  126. Hopefully this won't break anything, but if it does please let us know.
  127. </p>
  128. <p>
  129. That's it for now. Have a nice weekend!
  130. </p>
  131. <hr/>
  132. <p>
  133. <span style="font-size: 20px">&gt; KXStudio Website has moved</span><br>
  134. On <i>2015-07-25</i> by<i> falkTX</i>
  135. </p>
  136. <p>
  137. Hey all,
  138. </p>
  139. <p>
  140. As you might have noticed sourceforge has been out of service for a while now.<br>
  141. That, coupled together with the previous adware/spyware fiasco led to me look for alternatives.
  142. </p>
  143. <p>
  144. So you can now find the KXStudio website at <a href="http://kxstudio.linuxaudio.org/">http://kxstudio.linuxaudio.org/</a>.
  145. </p>
  146. <hr/>
  147. <p>
  148. <span style="font-size: 20px">&gt; Carla 2.0 beta4 is here!</span><br/>
  149. On <i>2015-03-12</i> by<i> falkTX</i>
  150. </p>
  151. <p>
  152. Hello again everyone, we're glad to bring you the 4th beta of the upcoming Carla 2.0 release.<br/>
  153. This release is mostly focused on bug-fixing, so there aren't many splashy new features to show compared to previous ones.<br/>
  154. Still, here's the highlights:
  155. </p>
  156. <h2>Highlights</h2>
  157. <table><tr><td>
  158. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta4_updated-skins.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta4_updated-skins_crop.png" alt="updated-skins"/></a>
  159. </td><td>
  160. <h3>Updated plugin skins</h3>
  161. <p>
  162. The plugin skins received some updates once again.<br/>
  163. They can now be collapsed in order to take less space.<br/>
  164. More to come soon.<br/>
  165. </p>
  166. </td></tr></table>
  167. <p><br/></p>
  168. <table><tr><td>
  169. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta4_experimental-plugins.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta4_experimental-plugins_crop.png" alt="experimental-plugins"/></a>
  170. </td><td>
  171. <h3>New experimental plugins</h3>
  172. <p>
  173. Some of the best linux-standalone tools are now working as internal Carla plugins.<br/>
  174. And because Carla exports its internal plugins as LV2, you'll also get them as LV2.<br/>
  175. Note that this is still experimental!<br/>
  176. Also, there's no support whatsoever from the original authors...<br/>
  177. </p>
  178. </td></tr></table>
  179. <p><br/></p>
  180. <table><tr><td>
  181. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta4_mod-guis.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta4_mod-guis_crop.png" alt="mod-guis"/></a>
  182. </td><td>
  183. <h3>MOD GUI Support</h3>
  184. <p>
  185. Carla can now show LV2 MOD GUIs, handled like a regular LV2 UI type.<br/>
  186. Note that this only works on the right setups (you need MOD-UI to be working first).<br/>
  187. It's not available on pre-compiled binaries, but you can get it via the KXStudio repositories.<br/>
  188. </p>
  189. </td></tr></table>
  190. <p><br/></p>
  191. <h3>More changes</h3>
  192. <ul>
  193. <li>LinuxSampler code has been reworked and it's working better, it now exposes 2 output parameters.</li>
  194. <li>The plugin bridge code has been reworked; bridges are much more stable and MIDI-out is working.</li>
  195. <li>NSM code has also been reworked, testers welcome.</li>
  196. <li>OSC ports can be static by using CARLA_OSC_TCP_PORT and CARLA_OSC_UDP_PORT environment variables.</li>
  197. <li>Time panel can be shown/hidden as needed.</li>
  198. <li>DISTRHO-based internal plugins are back, specifically 3BandEQ/Splitter, PingPongPan, Nekobi, MVerb, VectorJuice and WoobleJuice.</li>
  199. <li>carla-single script is back, allowing you to quickly test and run all plugins.</li>
  200. <li>Carla as plugin allows new, open and save-as (export) menu actions.</li>
  201. <li>Start of new midi-sequencer plugin, still experimental and Linux-only for now.</li>
  202. <li>MIDI file internal plugin now saves the contents, so you can share projects without worrying if the file exists on the other system.</li>
  203. <li>Added 6 basic parameters to the ZynAddSubFX internal plugin.</li>
  204. <li>New MIDI channel filter plugin.</li>
  205. <li>LV2 and AU plugins are cached and automatically updated when needed, no need for scanning.</li>
  206. <li>Patchbay mode is now working for non-JACK drivers.</li>
  207. <li>Carla saves internal and external connections, specially useful in patchbay mode.</li>
  208. <li>Lots and lots of bug fixes.</li>
  209. </ul>
  210. <h3>Special Notes</h3>
  211. <ul>
  212. <li>Renaming plugins currently is not safe (unless using Rack mode).</li>
  213. <li>GIG/SF2/SFZ skin still to be done, and some others...</li>
  214. <li>Plugin bridges only work on Linux right now. They used to be working for OSX but stopped due to a OS limitation.</li>
  215. <li>Windows 64bit builds a shows small console windows when discovering plugins. This is not intended and will hopefully be fixed soon.</li>
  216. </ul>
  217. <h3>Downloads</h3>
  218. <p>
  219. To download Carla binaries or source code, jump into the <a href="<?php echo $ROOT; ?>/Downloads" class="external free" rel="nofollow" target="_blank">KXStudio downloads section</a>.<br/>
  220. If you're using the KXStudio repositories, you can simply install "carla-git" instead (plus "carla-lv2" and "carla-vst" if you're so inclined).<br/>
  221. Bug reports and feature requests are welcome! Jump into the <a href="https://github.com/falkTX/Carla" class="external free" rel="nofollow" target="_blank">Carla's GitHub project</a> page for those.
  222. </p>
  223. <hr/>
  224. <p>
  225. <span style="font-size: 20px">&gt; Carla 2.0 beta3 is here!</span><br/>
  226. On <i>2014-10-24</i> by<i> falkTX</i>
  227. </p>
  228. <p>
  229. Hello again everyone, we're glad to bring to you the 3rd beta of the upcoming Carla 2.0 release.<br/>
  230. There have been quite a few nice features implemented since beta2; here are the highlights.
  231. </p>
  232. <h2>Highlights</h2>
  233. <table><tr><td>
  234. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta3_internal-patchbay.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta3_internal-patchbay_crop.png" alt="internal-patchbay"/></a>
  235. </td><td>
  236. <h3>Internal Patchbay</h3>
  237. <p>
  238. This new engine processing mode is similar to what JACK does for all clients and what other modular applications do.<br/>
  239. Every plugin gets its own canvas group and ports allowing you to interconnect plugin audio and MIDI.<br/>
  240. You can use this mode to build complex plugin routing scenarios, perhaps involving several layers of rack and patchbays.<br/>
  241. <br/>
  242. <i>Note that this is currently not available for non-JACK drivers; but for those you can use the internal carla-patchbay plugin.<br/>
  243. There's no support for LV2 Control-Voltage ports as of yet, this will be implemented in the next beta together with MIDI-OSC.</i><br/>
  244. </p>
  245. </td></tr></table>
  246. <p><br/></p>
  247. <table><tr><td>
  248. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta3_vst-plugin.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta3_vst-plugin_crop.png" alt="new-look"/></a>
  249. </td><td>
  250. <h3>Carla as VST plugin (Linux only)</h3>
  251. <p>
  252. With the first beta of Carla 2.0 we introduced Carla as a plugin, which worked as both internal and LV2.<br/>
  253. Now Carla is available as a VST plugin too, allowing you to load it all DAWs released for Linux.<br/>
  254. There are 4 variants: Rack-Synth, Rack-FX, Patchbay-Synth and Patchbay-FX.<br/>
  255. </p>
  256. </td></tr></table>
  257. <p><br/></p>
  258. <table><tr><td>
  259. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta3_lmms-plugin.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta3_lmms-plugin_crop.png" alt="lmms-plugin"/></a>
  260. </td><td>
  261. <h3>Carla LMMS Plugin</h3>
  262. <p>
  263. Carla has an LMMS plugin too, as Carla-Patchbay and Carla-Rack instruments.<br/>
  264. So finally you can use native softsynths within LMMS!<br/>
  265. The carla-lmms plugin code is already in LMMS and will be part of its 1.1 release.<br/>
  266. <br/>
  267. If you're using the KXStudio repositories and feel like giving it a try simply install carla-git and lmms.<br/>
  268. </p>
  269. </td></tr></table>
  270. <p><br/></p>
  271. <table><tr><td>
  272. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta3_au-plugins.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta3_au-plugins_crop.png" alt="au-plugins"/></a>
  273. </td><td>
  274. <h3>AU Plugins (MacOS only)</h3>
  275. <p>
  276. AU plugins are working in Carla now.<br/>
  277. Carla's plugin compatibility increases once more.<br/>
  278. </p>
  279. </td></tr></table>
  280. <p><br/></p>
  281. <table><tr><td>
  282. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta3_updated-skins.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta3_updated-skins_crop.png" alt="updated-skins"/></a>
  283. </td><td>
  284. <h3>New and updated skins</h3>
  285. <p>
  286. There's a new OpenAV-style plugin slot skin.<br/>
  287. Calf and ZynFX have been updated.<br/>
  288. More to come soon.<br/>
  289. </p>
  290. </td></tr></table>
  291. <p><br/></p>
  292. <table><tr><td>
  293. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta3_no-skins.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta3_no-skins_crop.png" alt="no-skins"/></a>
  294. </td><td>
  295. <h3>Old non-skin mode</h3>
  296. <p>
  297. You can now use the old non-skin mode from Carla 1.x series.<br/>
  298. This saves space if you load lots of plugins at once.<br/>
  299. </p>
  300. </td></tr></table>
  301. <p><br/></p>
  302. <h3>More stuff</h3>
  303. <ul>
  304. <li>New time panel added, but it's very incomplete.</li>
  305. <li>LV2 plugin discovery is now automatic, but without plugin checks or testing.</li>
  306. <li>LV2 plugins are fully working on MacOS and Windows, including their native UIs (Cocoa and HWND respectively).</li>
  307. </ul>
  308. <p>
  309. There will still be 1 or 2 more beta releases before going for a release candidate, so expect more cool stuff soon!<br/>
  310. </p>
  311. <h3>Downloads</h3>
  312. <p>
  313. To download Carla binaries or source code, jump into the <a href="<?php echo $ROOT; ?>/Downloads" class="external free" rel="nofollow" target="_blank">KXStudio downloads section</a>.<br/>
  314. If you're using the KXStudio repositories, you can simply install "carla-git" instead (plus "carla-lv2" and "carla-vst" if you're so inclined).<br/>
  315. Bug reports and feature requests are welcome! Jump into the <a href="https://github.com/falkTX/Carla" class="external free" rel="nofollow" target="_blank">Carla's Github project</a> page for those.
  316. </p>
  317. <hr/>
  318. <p>
  319. <span style="font-size: 20px">&gt; DISTRHO: New plugins and minor fixing</span><br/>
  320. On <i>2014-08-26</i> by<i> falkTX</i>
  321. </p>
  322. <p>In this release we bring 4 new Linux plugin ports:<br>
  323. - EasySSP<br>
  324. - LUFS Meter<br>
  325. - Luftikus<br>
  326. - Stereo Source Separator<br>
  327. (Go to <a href="http://distrho.sourceforge.net/ports" target="_blank">http://distrho.sourceforge.net/ports</a> to see the current list of Linux ports.)
  328. </p>
  329. <p>The DPF-based plugins also had some minor fixes:<br>
  330. - 3BandEQ/Splitter had its sliders inverted, now fixed<br>
  331. - ProM now has pre-compiled linux binaries; UI can be resized by using - and + keys<br>
  332. - MVerb knobs order has been fixed<br>
  333. - Allow to open UI in LV2 hosts that don't support options feature (Ingen)<br>
  334. - Workaround for some VST hosts that don't set sample rate during init (Ardour3 and energyXT)<br>
  335. </p>
  336. <hr/>
  337. <p>
  338. <span style="font-size: 20px">&gt; The 2nd beta of Carla 2.0 is here!</span><br/>
  339. On <i>2014-08-15</i> by<i> falkTX</i>
  340. </p>
  341. <p>
  342. The Carla Plugin Host 2.0 beta2 release is finally here!<br/>
  343. This release was slightly delayed in order to ensure plugin bridges were working properly.<br/>
  344. If you haven't heard about the Carla 2.x series do so <a href="<?php echo $ROOT; ?>/News/?action=view&url=the-first-carla-20-beta-is-here" class="external free" rel="nofollow" target="_blank">here</a>.
  345. </p>
  346. <p>
  347. In short, this release makes plugin bridges actually work and it's the first to support MacOS (>= 10.6).<br/>
  348. The backend is now completely toolkit agnostic, only depending on the native window system (like X11 on Linux).<br/>
  349. This release is much more stable when compared to the previous beta - it will no longer eat your cat! ;)<br/>
  350. It should already be good enough for regular usage, if you can ignore some incomplete UI things.
  351. </p>
  352. <p>
  353. Known issues / Release notes: (all to be fixed in the next beta)
  354. </p>
  355. <ul>
  356. <li>All DPF and JUCE-based internal plugins were removed to reduce code size and complexity, they will be re-introduced later</li>
  357. <li>AU plugin support is available on MacOS, but the discovery mechanism fails to find them</li>
  358. <li>Linux release has support for bridging Window plugins using Wine (32bit and 64bit).</li>
  359. <li>Linux 32bit release will not load 64bit plugins even if ran on a 64bit system</li>
  360. <li>MacOS Carla-Rack LV2 plugin fails to show UI</li>
  361. <li>MacOS and Windows do not support native widgets in LV2 yet (Cocoa and HWND, respectively)</li>
  362. <li>MacOS release is 64bit only but it can load 32bit plugins</li>
  363. <li>Windows 64bit build doesn't provide GIG and SFZ support, use the 32bit build if you need those</li>
  364. <li>Windows builds do not support bridges (ie, 32bit plugins on a 64bit Carla) or Carla as plugin</li>
  365. </ul>
  366. <p>
  367. The next beta will change a few things, specially UI-wise.<br/>
  368. The discovery mechanism needs to be reworked for AU support and faster LV2 access.<br/>
  369. Adding plugins and browsing presets will probably change too.<br/>
  370. LMMS and VST plugin versions of Carla-Rack are also planned, but no promises for these.<br/>
  371. We'll be posting more news as things are developed.
  372. </p>
  373. <hr/>
  374. <p>
  375. <span style="font-size: 20px">&gt; DISTRHO New release pack (2014-07-16)</span><br/>
  376. On <i>2014-07-16</i> by<i> falkTX</i>
  377. </p>
  378. <p>
  379. <b>DISTRHO has a new release!</b>
  380. </p>
  381. <p>
  382. In this release we cleaned up all the plugins, added new ones and removed those that we not considered good enough.<br/>
  383. Standalones are no longer available. Highlife was removed as a requested by its authors.
  384. </p>
  385. <p>
  386. The plugins we added to Ports are:
  387. </p>
  388. <ul>
  389. <li>Dexed</li>
  390. <li>KlangFalter</li>
  391. <li>MVerb</li>
  392. <li>Nekobi</li>
  393. <li>Obxd</li>
  394. <li>PitchedDelay</li>
  395. </ul>
  396. <p>
  397. Additionally we made a new plugin - <a href="https://github.com/DISTRHO/ProM" class="external free" rel="nofollow" target="_blank">ProM</a>
  398. - a music visualizer as audio plugin based on projectm.
  399. </p>
  400. <p>
  401. See the plugins and ports sections on <a href="http://distrho.sourceforge.net/" class="external free" rel="nofollow" target="_blank">
  402. DISTRHO's website</a> for screenshots and downloads.<br/>
  403. The complete source code is available at <a href="https://github.com/DISTRHO/" class="external free" rel="nofollow" target="_blank">https://github.com/DISTRHO/</a>.
  404. </p>
  405. <hr/>
  406. <p>
  407. <span style="font-size: 20px">&gt; Introducing JackAss</span><br/>
  408. On <i>2014-05-16</i> by<i> falkTX</i>
  409. </p>
  410. <p>
  411. JackAss is a VST plugin that provides JACK-MIDI support for VST hosts.<br/>
  412. Simply load the plugin in your favourite host to get a JACK-MIDI port.<br/>
  413. Each new plugin instance creates a new MIDI port.<br/>
  414. </p>
  415. <p>
  416. <b>Here's JackAss loaded in FL Studio:</b><br/><br/>
  417. <a href="<?php echo $ROOT; ?>/screenshots/news/jackass_flstudio.png"><img src="<?php echo $ROOT; ?>/screenshots/news/jackass_flstudio_crop.png" alt=""/></a><br/><br/>
  418. <br/>
  419. <b>And an example setup in Carla for it:</b><br/><br/>
  420. <a href="<?php echo $ROOT; ?>/screenshots/news/jackass_carla.png"><img src="<?php echo $ROOT; ?>/screenshots/news/jackass_carla_crop.png" alt=""/></a><br/><br/>
  421. </p>
  422. <p>
  423. JackAss sends the notes from the host to its JACK-MIDI port.<br/>
  424. It also exposes 50 parameters, which send a MIDI CC message when changed.<br/>
  425. You can use this to easily control external applications that accept JACK-MIDI input and possibly CC for automation (like Carla).<br/>
  426. </p>
  427. <p>
  428. Additionally there's a JackAssFX plugin, which only exposes parameters to send as MIDI CC, in case you don't need MIDI/notes.<br/>
  429. </p>
  430. <p>
  431. JackAss currently has builds for Linux, MacOS and Windows, all 32bit and 64bit. Just follow
  432. <a href="https://github.com/falkTX/JackAss/tree/master/release" class="external free" rel="nofollow" target="_blank">this link</a>.<br/>
  433. As a bonus, you also get special Wine builds - load it in a Windows application running in Linux via Wine and you get a real, native JACK-MIDI port from it!<br/>
  434. </p>
  435. <p>
  436. You can find JackAss source code and bug tracker in Github: <a href="https://github.com/falkTX/JackAss/" class="external free" rel="nofollow" target="_blank">https://github.com/falkTX/JackAss/</a>.<br/>
  437. </p>
  438. <p>
  439. PS: Why JackAss? Because it outputs to JACK. ;)
  440. </p>
  441. <hr/>
  442. <p>
  443. <span style="font-size: 20px">&gt; The first Carla 2.0 beta is here!</span><br/>
  444. On <i>2014-04-22</i> by<i> falkTX</i>
  445. </p>
  446. <p>
  447. Carla 2.0 is a full rework of the first Carla release.<br/>
  448. It's currently under development with a planned release later this year.<br/>
  449. Today the first beta is released, and we'll show you what to expect when the final version arrives.<br/>
  450. </p>
  451. <p>
  452. To download binaries or source code, jump into the <a href="<?php echo $ROOT; ?>/Downloads" class="external free" rel="nofollow" target="_blank">KXStudio downloads section</a>.<br/>
  453. If you're using the KXStudio repositories, you can simply install "carla-git" and "carla-plugins-lv2" instead.<br/>
  454. Bug reports and feature requests are welcome! Jump into the <a href="https://github.com/falkTX/Carla" class="external free" rel="nofollow" target="_blank">Carla's Github project</a> page for those.
  455. </p>
  456. <p>
  457. <b class="error">DISCLAIMER:</b> This is a beta release! Although all features mentioned here are working right now, they may be incomplete, have bugs or even eat your cat!<br/>
  458. <span class="error">You've been warned.</span><br/>
  459. </p>
  460. <h2>Highlights</h2>
  461. <table><tr><td>
  462. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta_canvas-integration.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta_canvas-integration_crop.png" alt="new-look"/></a>
  463. </td><td>
  464. <h3>Canvas Integration</h3>
  465. <p>
  466. When using the JACK multi-client mode, plugins will be mapped to their respective canvas group.<br/>
  467. Double-clicking the plugin group will show its UI, while pressing 'delete' will remove the actual plugin.<br/>
  468. There's extra right-click options, and the keyboard and meters will react accordingly.<br/>
  469. </p>
  470. </td></tr></table>
  471. <p><br/></p>
  472. <table><tr><td>
  473. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta_newlook.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta_newlook_crop.png" alt="new-look"/></a>
  474. </td><td>
  475. <h3>New Look</h3>
  476. <p>
  477. Each plugin gets its own slot skin.<br/>
  478. Different colors are attributed to each kind of plugin (EQ, delay, distortion, etc).<br/>
  479. Specialized skins that match the author/maker are used when appropriate.<br/>
  480. </p>
  481. </td></tr></table>
  482. <p><br/></p>
  483. <table><tr><td>
  484. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta_carla-as-plugin.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta_carla-as-plugin_crop.png" alt="new-look"/></a>
  485. </td><td>
  486. <h3>Carla-Rack as a Plugin</h3>
  487. <p>
  488. Carla itself working as a plugin (rack-mode).<br/>
  489. This allows to use several rack instances inside a single Carla instance.<br/>
  490. Internal patch-bay mode is also planned, but probably only for 3.0.<br/>
  491. </p>
  492. </td></tr></table>
  493. <p><br/></p>
  494. <table><tr><td>
  495. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta_carla-rack-lv2.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta_carla-rack-lv2_crop.png" alt="new-look"/></a>
  496. </td><td>
  497. <h3>Internal plugins as LV2</h3>
  498. <p>
  499. Carla internal plugins are now exported as LV2.<br/>
  500. This includes carla-rack and zynaddsubfx!<br/>
  501. Plugins that released separately (such as DISTRHO and ZamAudio) are not included.<br/>
  502. </p>
  503. </td></tr></table>
  504. <p><br/></p>
  505. <table><tr><td>
  506. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta_win32-bridge.png"><img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta_win32-bridge_crop.png" alt="new-look"/></a>
  507. </td><td>
  508. <h3>Plugin Bridges</h3>
  509. <p>
  510. Running plugins in a separate process for crash-protection.<br/>
  511. Using a separate process also makes it possible to load plugins with a different architecture from the host,<br/>
  512. such as 32-bit plugins on 64-bit Carla and Windows plugins in Linux.<br/>
  513. <br/>
  514. <span class="error">NOTE:</span> This feature is currently only available within the KXStudio repos.<br/>
  515. </p>
  516. </td></tr></table>
  517. <p><br/></p>
  518. <h3>More stuff</h3>
  519. <ul>
  520. <li>Qt5 ready (already used in Windows builds)</li>
  521. <li>Save and restore canvas connections</li>
  522. <li>LV2 CV ports and Worker extension are now implemented, allowing to load ams-lv2 and setBfree among other plugins</li>
  523. <li>VST3 and AU plugin support</li>
  524. </ul>
  525. <p>
  526. There's some other things planned, but they might be delayed until 3.0 so that this release doesn't take too long to happen.<br/>
  527. You can find the complete TODO list here:<br/>
  528. <a href="https://raw.github.com/falkTX/Carla/master/doc/Carla-TODO" class="external free" rel="nofollow" target="_blank">https://raw.github.com/falkTX/Carla/master/doc/Carla-TODO</a>.<br/>
  529. </p>
  530. <hr/>
  531. <p>
  532. <span style="font-size: 20px">&gt; KXStudio repositories now ready for Debian!</span><br/>
  533. On <i>2014-04-10</i> by<i> falkTX</i>
  534. </p>
  535. <p>
  536. <img src="<?php echo $ROOT; ?>/images/repos.png" alt="" style="float:left;"/>
  537. The KXStudio repositories are now ready for Debian and its derivatives (including the upcoming Ubuntu 14.04).<br/>
  538. They should work for all Debian versions since Wheezy and Ubuntu 12.04 or above.<br/>
  539. See the <a href="<?php echo $ROOT; ?>/Repositories">Repositories section</a> for more information and how to enable them.<br/>
  540. </p>
  541. <p>
  542. There's a list of available applications in the repository <a href="<?php echo $ROOT; ?>/Repositories:Applications">here</a>
  543. and plugins <a href="<?php echo $ROOT; ?>/Repositories:Plugins">here</a>.<br/>
  544. These 2 lists will quickly grow as more stuff is added in the repositories.<br/>
  545. </p>
  546. <p><br/></p>
  547. <p>
  548. You can request new software to be packaged in this
  549. <a href="https://linuxmusicians.com/viewtopic.php?f=47&t=10643" class="external free" rel="nofollow" target="_blank">LinuxMusicians forum topic</a>
  550. (although things seems a bit slow now, we'll eventually get to everyone's requests).<br/>
  551. Please report any issues regarding packages <a href="https://github.com/KXStudio/KXStudio/issues" class="external free" rel="nofollow" target="_blank">here</a>.<br/>
  552. </p>
  553. <p>
  554. If you use the repositories, please donate to help keep packager(s) motivated. See <a href="<?php echo $ROOT; ?>/Donations"><?php echo $ROOT; ?>/Donations</a>.<br/>
  555. All this month donations will go to ensure falkTX has a good trip to the Linux Audio Conference next month!<br/>
  556. <br/>
  557. </p>
  558. <p>
  559. PS: AVLinux users wanting to use the KXStudio repositories should be patient.<br/>
  560. Something cool might come up when falkTX and GMaq meet in next month's LAC. ;)<br/>
  561. </p>
  562. <hr/>
  563. <p>
  564. <span style="font-size: 20px">&gt; Small Carla notice for JACK1 users (and 1.2.3 release)</span><br/>
  565. On <i>2013-12-26</i> by<i> falkTX</i>
  566. </p>
  567. <p>
  568. While I was doing a Carla video I got into a show-stopper bug in JACK2 (it kept crashing because of complex MIDI mixdown, see
  569. <a href="https://github.com/jackaudio/jack2/issues/46" class="external free" rel="nofollow" target="_blank">this</a>).<br/>
  570. So in the meantime I have to use JACK1, and while doing so I found a pretty nasty bug...<br/>
  571. <b>No system connections</b> were shown in the patchbay canvas!<br/>
  572. <p>
  573. I don't know if others suffered from the bug (I always run JACK2) or though it was how it really worked.<br/>
  574. In any case, the Carla patchbay will show all JACK connections now - wherever they are from Carla plugins or system ones.
  575. </p>
  576. <p>
  577. <b>Updating to version 1.2.3 is recommended</b>, specially if you use JACK1.<br/>
  578. For a list of changes you can check the Carla stable git log
  579. <a href="https://github.com/falkTX/Carla/commits/stable" class="external free" rel="nofollow" target="_blank">here</a>,
  580. which allows to directly see what changed in the code.
  581. </p>
  582. <hr/>
  583. <p>
  584. <span style="font-size: 20px">&gt; Carla 2.0 development progress report</span><br/>
  585. On <i>2013-12-17</i> by<i> falkTX</i>
  586. </p>
  587. <p>
  588. This is a progress report for the new Carla, version 2.0.<br/>
  589. It will take a while to get a release ready, but there are already a few things done and stuff to show.
  590. </p>
  591. <h3>Backend</h3>
  592. <p>
  593. First, <b>the backend is being rewritten to not use any system toolkit</b>.<br/>
  594. In 1.x series I've used Qt4 to handle graphics, but that might be a problem soon with Qt5 (cannot mix Qt4 and Qt5 stuff together).<br/>
  595. Plus I want the Carla backend to be toolkit agnostic, so that in the future it may be re-usable for others no matter what their main toolkit is.<br/>
  596. The main backend header files are now ANSI C compatible, thus increasing the chances of re-usability (as some Linux developers have a weird aversion to C++...).
  597. </p>
  598. <p>
  599. Because Qt is no longer used in the backend code, I needed something else to handle graphics and other advanced stuff - Juce was selected for this.<br/>
  600. Juce is a C++ framework focused on audio applications and plugins, which suits Carla nicely.<br/>
  601. There's a lot of useful things inside it that will make developing new features much easier (like the internal patchbay mode).<br/>
  602. Other things like AU and VST3 plugin hosting will be possible too thanks to Juce, although they are not relevant to Linux.
  603. </p>
  604. <p>
  605. Loading <b>Carla as a plugin</b> is also being worked on.<br/>
  606. There target two main targets with this:
  607. </p>
  608. <ul>
  609. <li>Load entire Carla projects - rack or patchbay - as a single plugin in the graph (avoiding clutter);</li>
  610. <li>Carla itself as an LV2 plugin;</li>
  611. </ul>
  612. <p>
  613. If you been following the LinuxMusicians forums you know that internal Carla plugins are already available as LV2 plugins (yes, that includes zynaddsubfx-lv2!).<br/>
  614. Once the Carla internal plugin work is complete, you automatically get an LV2 version of it as well! :D
  615. </p>
  616. <h3>Front-end</h3>
  617. <p>
  618. There has been a few changes on the UI side as well.<br/>
  619. For example, the <b>plugin edit dialog</b> now looks like this:
  620. </p>
  621. <p>
  622. <img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-report_edit-dialog.png" alt=""/>
  623. </p>
  624. <p>
  625. As seen the image, the user will be able to use "Stereo Balance" or "Mono Panning".<br/>
  626. The new layout also allows for a much <b>smaller window size</b>.<br/>
  627. </p>
  628. <p>
  629. Lastly, there's plans to bring <b>custom skins to plugin "slots"</b>, in a similar way to Reason.<br/>
  630. This is something I still have to investigate to find the best possible way to do it.<br/>
  631. It should be expandable so that random plugins can also use skins, probably via a new LV2 extension.<br/>
  632. More on this later.
  633. </p>
  634. <br/>
  635. <p>
  636. That's all for now.<br/>
  637. Soon there will be a new DISTRHO release, so stay tuned!
  638. </p>
  639. <hr/>
  640. <p>
  641. <span style="font-size: 20px">&gt; New releases and future plans</span><br/>
  642. On <i>2013-11-27</i> by<i> falkTX</i>
  643. </p>
  644. <p>
  645. Hello everyone, there have been a couple of releases and changes on the KXStudio world.<br/>
  646. </p>
  647. <p>
  648. First of, a new release of the <b>KXStudio Live-DVD</b> is now available.<br/>
  649. This is a bug-fix for the 12.04.x series, which current users should already have if their systems are up to date.<br/>
  650. Checkout the <a href="<?php echo $ROOT; ?>/Documentation:KXStudio12043:About">About</a> or <a href="<?php echo $ROOT; ?>/Documentation:KXStudio12043:ReleaseNotes">Release Notes</a> to find out more about this release.
  651. </p>
  652. <p>
  653. Several <b>new versions of Carla</b> have been released since its first announcement, the last one currently being 1.2.2.<br/>
  654. For a change-log you can check the <a href="https://github.com/falkTX/Carla/commits/stable">git log (stable branch)</a> in github.<br/>
  655. This way you can see what actually changed in the code, instead of just seeing a description list.
  656. </p>
  657. <p>
  658. A new <b>DISTRHO</b> release is planned for release next month, and a few minor plugins.<br/>
  659. Hopefully the Plugin Toolkit will be ready by then, which should help the creation of new audio plugins (soon!).
  660. </p>
  661. <p>
  662. Lastly, after much discussion and consideration, the <b>KXStudio repositories are moving to Debian</b>.<br/>
  663. The current 12.04.x release is still fully supported, this is something that will happen slowly through 2014.<br/>
  664. Having the KXStudio repos in Debian means any Debian based distribution can make use of KXStudio goods, and not just Ubuntu ones.<br/>
  665. Although there are already happy users with Debian + KXStudio, this process is not yet complete.<br/>
  666. We'll make a new announcement once the Debian repos are ready for wide use.
  667. </p>
  668. <p>
  669. Oh, and the KXStudio website is currently being redone a little.<br/>
  670. Give it a visit now! <a href="<?php echo $ROOT; ?>/"><?php echo $ROOT; ?>/</a>
  671. </p>
  672. <hr/>
  673. <p>
  674. <span style="font-size: 20px">&gt; Carla Plugin Host 1.0.0 released!</span><br/>
  675. On <i>2013-07-02</i> by<i> falkTX</i>
  676. </p>
  677. <p>
  678. After more than 2 years in development, here it is - the first stable release of Carla is now available!<br/>
  679. <a href="<?php echo $ROOT; ?>/screenshots/carla.png"><img src="<?php echo $ROOT; ?>/screenshots/carla.png" alt="carla.png"/></a><br/>
  680. </p>
  681. <p>
  682. Carla Plugin Host, or just Carla, is an audio plugin host, with support for many audio drivers and plugin formats.<br/>
  683. It has some nice features like automation of parameters via MIDI CC and full OSC control.<br/>
  684. </p>
  685. <p>
  686. Carla currently supports LADSPA (including LRDF), DSSI, LV2, and VST plugin formats, plus GIG, SF2 and SFZ file support.<br/>
  687. It uses JACK as the default and preferred audio driver but also supports native drivers like ALSA, DirectSound or CoreAudio.<br/>
  688. </p>
  689. <p>
  690. We currently release source code plus Windows and Linux binaries (focus goes into the Linux version).<br/>
  691. Downloads available at the usual place, <a href="<?php echo $ROOT; ?>/Downloads#Binaries">KXStudio Downloads</a>.<br/>
  692. </p>
  693. <p>
  694. For more information about Carla check its own application page <a href="<?php echo $ROOT; ?>/Applications:Carla">here</a>.<br/>
  695. We'll be updating that page in the next few days, with some tutorials and workflow videos as well, so stay tuned!<br/>
  696. </p>
  697. <p>
  698. You can follow the release discussion over at <a href="https://linuxmusicians.com/viewtopic.php?f=24&t=11249" class="external free" rel="nofollow">LinuxMusicians forums</a>.<br/>
  699. If you find this application useful and/or want to help further development, please consider a <a href="<?php echo $ROOT; ?>/Donations">donation</a>.<br/>
  700. </p>
  701. <a href="<?php echo $ROOT; ?>/"></a>
  702. <hr/>
  703. <p>
  704. <span style="font-size: 20px">&gt; KXStudio 12.04.1 released!</span><br/>
  705. On <i>2013-01-05</i> by<i> falkTX</i>
  706. </p>
  707. <p>
  708. After much hard work, a new release of KXStudio is ready!<br/>
  709. The previous ISO images were getting old, and since Cadence (and KXStudio in general) is now much more stable, it was time for an update.<br/>
  710. Existing KXStudio users already have 90% of the changes and fixes as KXStudio uses the repositories for everything.<br/>
  711. Still, this is a big milestone for the project. It's a step towards perfection.
  712. </p>
  713. <p>
  714. Here's a quick list of changes since the previous 12.04 release.
  715. <p>
  716. <ul>
  717. <b>Apps:</b>
  718. <li>Add AriaMaestosa, Giada and Petri-Foo to the DVD and default install</li>
  719. <li>Upgrade Cadence to the beta1 release (lots of fixes!)</li>
  720. <li>Fully up-to-date apps and plugins (as of 30/12/2012)</li>
  721. <li>Use KDE 4.9.4 on the Live-DVD (repositories now have 4.9.5)</li>
  722. <li>Use Firefox-KDE PPA on the Live-DVD</li>
  723. </ul>
  724. <ul>
  725. <b>Desktop/Theme:</b>
  726. <li>Add kxstudio-text plymouth (used when no gpu drivers are available)</li>
  727. <li>Fix plymouth Live-DVD "eject disk now" text not visible (and any other labels/info)</li>
  728. <li>Change KDE desktop theme to slim-glow (backported latest release from KDE 4.10)</li>
  729. <li>Change cursor theme to oxy-zion</li>
  730. <li>Disable KDE bouncing cursor by default</li>
  731. <li>Use Claudia-Launcher instead of Klaudia in KDE kickoff (start menu)</li>
  732. </ul>
  733. <ul>
  734. <b>Settings:</b>
  735. <li>Auto-disable PulseAudio respawn</li>
  736. <li>Set default asoundrc file to snd-aloop</li>
  737. <li>Set default jack prio to 85</li>
  738. <li>Use ALSA-Audio bridge instead of PulseAudio (no longer installed by default)</li>
  739. </ul>
  740. <ul>
  741. <b>Welcome Wizard:</b>
  742. <li>Add theme screenshot button</li>
  743. <li>Add theme font size option</li>
  744. <li>Auto-register 64bit WineAsio too (done in 'wine stuff' step)</li>
  745. <li>Don't update user theme to KXStudio by default</li>
  746. <li>Disable theme updates if not running KDE4 or XFCE</li>
  747. </ul>
  748. <p>
  749. The DVD works properly now (no need to re-login to apply settings anymore) and also has an option to boot to RAM (requires at least 3Gb to work).<br/>
  750. You can download the new ISOs at the KXStudio website, <a href="<?php echo $ROOT; ?>/Downloads"><?php echo $ROOT; ?>/Downloads</a>.
  751. <br/><br/>
  752. </p>
  753. <p>
  754. This release is dedicated to Hatsuke Miku, a [virtual] Vocaloid singer that recently has seen original artwork released under a Creative Commons license.<br/>
  755. We believe that actions like this one (and others in 2012) indicate that the world embraces open-source culture more and more, every day.<br/>
  756. You can find more about Miku
  757. <a href="http://www.crypton.co.jp/mp/pages/prod/vocaloid/cv01_us.jsp" class="external free" rel="nofollow" target="_blank">here</a>,
  758. and the its CC artwork
  759. <a href="http://piapro.net/en_for_creators.html" class="external free" rel="nofollow" target="_blank">here</a>.
  760. <br/><br/>
  761. </p>
  762. <p>
  763. We hope you enjoy KXStudio and the updated Cadence.<br/>
  764. Soon enough the website will have full documentation for it and other subjects, so stay tuned!
  765. </p>
  766. <p>
  767. <a href="http://www.linuxmusicians.com/viewtopic.php?f=24&t=10484" class="external free" rel="nofollow" target="_blank"><b>Comments and discussion</b></a>
  768. </p>
  769. <hr/>
  770. <p>
  771. <span style="font-size: 20px">&gt; Call for Testing - Cadence pre-Beta</span><br/>
  772. On <i>2012-09-17</i> by<i> falkTX</i>
  773. </p>
  774. <p>
  775. Hello everybody!<br/>
  776. We're almost in the Beta1 release of Cadence!<br/>
  777. <br/>
  778. For those of you who don't know, Cadence is what KXStudio uses to manage the entire audio ecosystem.<br/>
  779. 'Cadence' is by itself the main app of a series of tools (call it the "Cadence tools").<br/>
  780. There's 'Catia', a simple JACK patchbay; 'Claudia' is a ladish frontend, very similar to Catia (and gladish); 'Carla' is the plugin host.<br/>
  781. Then there's the small tools - JackMeter, JackSettings, Logs, Render and XY-Controller (their names give away their funtionality).<br/>
  782. <br/>
  783. Cadence and its tools are currently being documented, and pages will appear here: (incomplete)<br/>
  784. <a href="<?php echo $ROOT; ?>/Applications" class="external free" rel="nofollow" target="_blank"><?php echo $ROOT; ?>/Applications</a><br/>
  785. (There's a topic in the KXStudio forums discussing the documentation <a href="http://www.linuxmusicians.com/viewtopic.php?f=47&t=9135" class="external free" rel="nofollow" target="_blank">here</a>).<br/>
  786. <br/>
  787. If you're running KXStudio now, you either have updates or have recently updated Cadence and sub-packages.<br/>
  788. I'll be pushing the latest Cadence code to the KXStudio repositories frequently in the next days while the testing happens.<br/>
  789. ArchLinux users can use this AUR package:
  790. <a href="https://aur.archlinux.org/packages.php?ID=50747" class="external free" rel="nofollow" target="_blank">https://aur.archlinux.org/packages.php?ID=50747</a><br/>
  791. You can checkout what's going on in the Cadence commits page:
  792. <a href="https://github.com/falkTX/Cadence/commits/master" class="external free" rel="nofollow" target="_blank">https://github.com/falkTX/Cadence/commits/master</a><br/>
  793. <br/>
  794. Not everything is fully ready right now, here's a list of things that will still be done before the Beta1 release:<br/>
  795. - Cadence audio-bridges, currently disabled<br/>
  796. - Carla Windows plugin-bridge support (Linux 32/64bit bridges are already in place though). Note that this will remain an experimental feature even for this release.<br/>
  797. - Carla-Control is unfinished, the GUI will do nothing useful right now.<br/>
  798. - Catia ALSA-MIDI support is currently disabled, but will still not be activated for this release.<br/>
  799. <br/>
  800. <br/>
  801. So, what needs testing?<br/>
  802. Pretty much everything. :D<br/>
  803. Run the apps, click on random stuff and try to make them crash. When that happens, or if notice something weird, please report the bug.<br/>
  804. I've done my best to make the tools as stable + crash-free as possible, but we can never be too sure about these things.<br/>
  805. <br/>
  806. You can report bugs directly in the official bug page at
  807. <a href="https://github.com/falkTX/Cadence/issues" class="external free" rel="nofollow" target="_blank">https://github.com/falkTX/Cadence/issues</a>.<br/>
  808. (Reporting a bug in that page allows you to receive notifications whenever something is done related to it).<br/>
  809. <br/>
  810. <br/>
  811. Thanks in advance to everyone that decides to help!<br/>
  812. If you love these tools and they are useful to you, please consider making donation by following this link:<br/>
  813. <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PDGZL8PKSNHYW" class="external free" rel="nofollow" target="_blank">https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PDGZL8PKSNHYW</a>.
  814. </p>
  815. <hr/>
  816. <p>
  817. <span style="font-size: 20px">&gt; KXStudio 12.04 is out!</span><br/>
  818. On <i>2011-12-21</i> by<i> falkTX</i>
  819. </p>
  820. <p>
  821. Hey there everyone, it's that time again!<br/>
  822. KXStudio is now ready for the masses, now using Ubuntu 12.04 as the base.
  823. </p><p>KDE4 remains the officially supported Desktop, with XFCE on 2nd place.<br/>
  824. For this release I re-introduced the ISOs, although only 32bit for now. So now installing KXStudio can take 3 forms: Live-DVD, Ubuntu upgrade or NetBoot.<br />
  825. The Live-DVD uses KDE4, if you want XFCE instead please install UbuntuStudio first then follow the upgrade instructions as detailed <a href="<?php echo $ROOT; ?>/Documentation:Ubuntu:Upgrade">here</a>.
  826. </p><p>The Cadence tools are currently being ported to python3 in a new repo - <a href="https://github.com/falkTX/Cadence" class="external free" rel="nofollow" target="_blank">https://github.com/falkTX/Cadence</a>.<br/>
  827. Catarina, Catia, Claudia and the minor tools are almost beta state right now. Carla and Claudia-Launcher are still in the works (but already very functional), and the real 'Cadence' app is yet to be ported.<br/>
  828. These tools are already available on KXStudio in their latest git state, and will be released as beta for the while world very soon.
  829. </p><p>The DISTRHO plugin suite is now near completion and it's targeted for a new release this weekend.<br/>
  830. The entire collection is already available in the KXStudio repos but yet part of the meta-packages (will be added shortly after the official release).<br/>
  831. Generic linux binaries will be made available for non-KXStudio users as before.
  832. </p>
  833. <hr/>
  834. <p>
  835. Note: Since the KXStudio website has been internally reworked (removed mediawiki, much simpler PHP code now), the old news have been removed.<br/>
  836. <br/>
  837. </p>
  838. <?php
  839. include_once("includes/footer.php");
  840. ?>