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.

836 lines
40KB

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