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.

446 lines
24KB

  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="http://feeds.launchpad.net/kxstudio/announcements.atom"><img src="images/rss.png" alt="RSS"/></a>
  11. </div>
  12. <p>
  13. <span style="font-size: 20px">&gt; The first Carla 2.0 beta is here!</span><br/>
  14. On <i>2014-04-22</i> by<i> falkTX</i>
  15. </p>
  16. <p>
  17. Carla 2.0 is a full rework of the first Carla release.<br/>
  18. It's currently under development with a planned release later this year.<br/>
  19. Today the first beta is released, and we'll show you what to expect when the final version arrives.<br/>
  20. </p>
  21. <p>
  22. To download binaries or source code, jump into the <a href="http://kxstudio.sourceforge.net/Downloads" class="external free" rel="nofollow" target="_blank">KXStudio downloads section</a>.<br/>
  23. If you're using the KXStudio repositories, you can simply install "carla-git" and "carla-plugins-lv2" instead.<br/>
  24. 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.
  25. </p>
  26. <p>
  27. <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/>
  28. <span class="error">You've been warned.</span><br/>
  29. </p>
  30. <h2>Highlights</h2>
  31. <table><tr><td>
  32. <a href="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_canvas-integration.png"><img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_canvas-integration_crop.png" alt="new-look"/></a>
  33. </td><td>
  34. <h3>Canvas Integration</h3>
  35. <p>
  36. When using the JACK multi-client mode, plugins will be mapped to their respective canvas group.<br/>
  37. Double-clicking the plugin group will show its UI, while pressing 'delete' will remove the actual plugin.<br/>
  38. There's extra right-click options, and the keyboard and meters will react accordingly.<br/>
  39. </p>
  40. </td></tr></table>
  41. <p><br/></p>
  42. <table><tr><td>
  43. <a href="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_newlook.png"><img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_newlook_crop.png" alt="new-look"/></a>
  44. </td><td>
  45. <h3>New Look</h3>
  46. <p>
  47. Each plugin gets its own slot skin.<br/>
  48. Different colors are attributed to each kind of plugin (EQ, delay, distortion, etc).<br/>
  49. Specialized skins that match the author/maker are used when appropriate.<br/>
  50. </p>
  51. </td></tr></table>
  52. <p><br/></p>
  53. <table><tr><td>
  54. <a href="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_carla-as-plugin.png"><img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_carla-as-plugin_crop.png" alt="new-look"/></a>
  55. </td><td>
  56. <h3>Carla-Rack as a Plugin</h3>
  57. <p>
  58. Carla itself working as a plugin (rack-mode).<br/>
  59. This allows to use several rack instances inside a single Carla instance.<br/>
  60. Internal patch-bay mode is also planned, but probably only for 3.0.<br/>
  61. </p>
  62. </td></tr></table>
  63. <p><br/></p>
  64. <table><tr><td>
  65. <a href="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_carla-rack-lv2.png"><img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_carla-rack-lv2_crop.png" alt="new-look"/></a>
  66. </td><td>
  67. <h3>Internal plugins as LV2</h3>
  68. <p>
  69. Carla internal plugins are now exported as LV2.<br/>
  70. This includes carla-rack and zynaddsubfx!<br/>
  71. Plugins that released separately (such as DISTRHO and ZamAudio) are not included.<br/>
  72. </p>
  73. </td></tr></table>
  74. <p><br/></p>
  75. <table><tr><td>
  76. <a href="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_win32-bridge.png"><img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_win32-bridge_crop.png" alt="new-look"/></a>
  77. </td><td>
  78. <h3>Plugin Bridges</h3>
  79. <p>
  80. Running plugins in a separate process for crash-protection.<br/>
  81. Using a separate process also makes it possible to load plugins with a different architecture from the host,<br/>
  82. such as 32-bit plugins on 64-bit Carla and Windows plugins in Linux.<br/>
  83. <br/>
  84. <span class="error">NOTE:</span> This feature is currently only available within the KXStudio repos.<br/>
  85. </p>
  86. </td></tr></table>
  87. <p><br/></p>
  88. <h3>More stuff</h3>
  89. <ul>
  90. <li>Qt5 ready (already used in Windows builds)</li>
  91. <li>Save and restore canvas connections</li>
  92. <li>LV2 CV ports and Worker extension are now implemented, allowing to load ams-lv2 and setBfree among other plugins</li>
  93. <li>VST3 and AU plugin support</li>
  94. </ul>
  95. <p>
  96. 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/>
  97. You can find the complete TODO list here:<br/>
  98. <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/>
  99. </p>
  100. <hr/>
  101. <p>
  102. <span style="font-size: 20px">&gt; KXStudio repositories now ready for Debian!</span><br/>
  103. On <i>2014-04-10</i> by<i> falkTX</i>
  104. </p>
  105. <p>
  106. <img src="http://kxstudio.sourceforge.net/images/repos.png" alt="" style="float:left;"/>
  107. The KXStudio repositories are now ready for Debian and its derivatives (including the upcoming Ubuntu 14.04).<br/>
  108. They should work for all Debian versions since Wheezy and Ubuntu 12.04 or above.<br/>
  109. See the <a href="http://kxstudio.sourceforge.net/Repositories">Repositories section</a> for more information and how to enable them.<br/>
  110. </p>
  111. <p>
  112. There's a list of available applications in the repository <a href="http://kxstudio.sourceforge.net/Repositories:Applications">here</a>
  113. and plugins <a href="http://kxstudio.sourceforge.net/Repositories:Plugins">here</a>.<br/>
  114. These 2 lists will quickly grow as more stuff is added in the repositories.<br/>
  115. </p>
  116. <p><br/></p>
  117. <p>
  118. You can request new software to be packaged in this
  119. <a href="https://linuxmusicians.com/viewtopic.php?f=47&t=10643" class="external free" rel="nofollow" target="_blank">LinuxMusicians forum topic</a>
  120. (although things seems a bit slow now, we'll eventually get to everyone's requests).<br/>
  121. Please report any issues regarding packages <a href="https://github.com/KXStudio/KXStudio/issues" class="external free" rel="nofollow" target="_blank">here</a>.<br/>
  122. </p>
  123. <p>
  124. If you use the repositories, please donate to help keep packager(s) motivated. See <a href="http://kxstudio.sourceforge.net/Donations">http://kxstudio.sourceforge.net/Donations</a>.<br/>
  125. All this month donations will go to ensure falkTX has a good trip to the Linux Audio Conference next month!<br/>
  126. <br/>
  127. </p>
  128. <p>
  129. PS: AVLinux users wanting to use the KXStudio repositories should be patient.<br/>
  130. Something cool might come up when falkTX and GMaq meet in next month's LAC. ;)<br/>
  131. </p>
  132. <hr/>
  133. <p>
  134. <span style="font-size: 20px">&gt; Small Carla notice for JACK1 users (and 1.2.3 release)</span><br/>
  135. On <i>2013-12-26</i> by<i> falkTX</i>
  136. </p>
  137. <p>
  138. 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
  139. <a href="https://github.com/jackaudio/jack2/issues/46" class="external free" rel="nofollow" target="_blank">this</a>).<br/>
  140. So in the meantime I have to use JACK1, and while doing so I found a pretty nasty bug...<br/>
  141. <b>No system connections</b> were shown in the patchbay canvas!<br/>
  142. <p>
  143. I don't know if others suffered from the bug (I always run JACK2) or though it was how it really worked.<br/>
  144. In any case, the Carla patchbay will show all JACK connections now - wherever they are from Carla plugins or system ones.
  145. </p>
  146. <p>
  147. <b>Updating to version 1.2.3 is recommended</b>, specially if you use JACK1.<br/>
  148. For a list of changes you can check the Carla stable git log
  149. <a href="https://github.com/falkTX/Carla/commits/stable" class="external free" rel="nofollow" target="_blank">here</a>,
  150. which allows to directly see what changed in the code.
  151. </p>
  152. <hr/>
  153. <p>
  154. <span style="font-size: 20px">&gt; Carla 2.0 development progress report</span><br/>
  155. On <i>2013-12-17</i> by<i> falkTX</i>
  156. </p>
  157. <p>
  158. This is a progress report for the new Carla, version 2.0.<br/>
  159. It will take a while to get a release ready, but there are already a few things done and stuff to show.
  160. </p>
  161. <h3>Backend</h3>
  162. <p>
  163. First, <b>the backend is being rewritten to not use any system toolkit</b>.<br/>
  164. 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/>
  165. 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/>
  166. 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++...).
  167. </p>
  168. <p>
  169. 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/>
  170. Juce is a C++ framework focused on audio applications and plugins, which suits Carla nicely.<br/>
  171. There's a lot of useful things inside it that will make developing new features much easier (like the internal patchbay mode).<br/>
  172. Other things like AU and VST3 plugin hosting will be possible too thanks to Juce, although they are not relevant to Linux.
  173. </p>
  174. <p>
  175. Loading <b>Carla as a plugin</b> is also being worked on.<br/>
  176. There target two main targets with this:
  177. </p>
  178. <ul>
  179. <li>Load entire Carla projects - rack or patchbay - as a single plugin in the graph (avoiding clutter);</li>
  180. <li>Carla itself as an LV2 plugin;</li>
  181. </ul>
  182. <p>
  183. 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/>
  184. Once the Carla internal plugin work is complete, you automatically get an LV2 version of it as well! :D
  185. </p>
  186. <h3>Front-end</h3>
  187. <p>
  188. There has been a few changes on the UI side as well.<br/>
  189. For example, the <b>plugin edit dialog</b> now looks like this:
  190. </p>
  191. <p>
  192. <img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-report_edit-dialog.png" alt=""/>
  193. </p>
  194. <p>
  195. As seen the image, the user will be able to use "Stereo Balance" or "Mono Panning".<br/>
  196. The new layout also allows for a much <b>smaller window size</b>.<br/>
  197. </p>
  198. <p>
  199. Lastly, there's plans to bring <b>custom skins to plugin "slots"</b>, in a similar way to Reason.<br/>
  200. This is something I still have to investigate to find the best possible way to do it.<br/>
  201. It should be expandable so that random plugins can also use skins, probably via a new LV2 extension.<br/>
  202. More on this later.
  203. </p>
  204. <br/>
  205. <p>
  206. That's all for now.<br/>
  207. Soon there will be a new DISTRHO release, so stay tuned!
  208. </p>
  209. <hr/>
  210. <p>
  211. <span style="font-size: 20px">&gt; New releases and future plans</span><br/>
  212. On <i>2013-11-27</i> by<i> falkTX</i>
  213. </p>
  214. <p>
  215. Hello everyone, there have been a couple of releases and changes on the KXStudio world.<br/>
  216. </p>
  217. <p>
  218. First of, a new release of the <b>KXStudio Live-DVD</b> is now available.<br/>
  219. 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/>
  220. Checkout the <a href="http://kxstudio.sourceforge.net/Documentation:KXStudio12043:About">About</a> or <a href="http://kxstudio.sourceforge.net/Documentation:KXStudio12043:ReleaseNotes">Release Notes</a> to find out more about this release.
  221. </p>
  222. <p>
  223. Several <b>new versions of Carla</b> have been released since its first announcement, the last one currently being 1.2.2.<br/>
  224. 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/>
  225. This way you can see what actually changed in the code, instead of just seeing a description list.
  226. </p>
  227. <p>
  228. A new <b>DISTRHO</b> release is planned for release next month, and a few minor plugins.<br/>
  229. Hopefully the Plugin Toolkit will be ready by then, which should help the creation of new audio plugins (soon!).
  230. </p>
  231. <p>
  232. Lastly, after much discussion and consideration, the <b>KXStudio repositories are moving to Debian</b>.<br/>
  233. The current 12.04.x release is still fully supported, this is something that will happen slowly through 2014.<br/>
  234. Having the KXStudio repos in Debian means any Debian based distribution can make use of KXStudio goods, and not just Ubuntu ones.<br/>
  235. Although there are already happy users with Debian + KXStudio, this process is not yet complete.<br/>
  236. We'll make a new announcement once the Debian repos are ready for wide use.
  237. </p>
  238. <p>
  239. Oh, and the KXStudio website is currently being redone a little.<br/>
  240. Give it a visit now! <a href="http://kxstudio.sourceforge.net/">http://kxstudio.sourceforge.net/</a>
  241. </p>
  242. <hr/>
  243. <p>
  244. <span style="font-size: 20px">&gt; Carla Plugin Host 1.0.0 released!</span><br/>
  245. On <i>2013-07-02</i> by<i> falkTX</i>
  246. </p>
  247. <p>
  248. After more than 2 years in development, here it is - the first stable release of Carla is now available!<br/>
  249. <a href="http://kxstudio.sourceforge.net/screenshots/carla.png"><img src="http://kxstudio.sourceforge.net/screenshots/carla.png" alt="carla.png"/></a><br/>
  250. </p>
  251. <p>
  252. Carla Plugin Host, or just Carla, is an audio plugin host, with support for many audio drivers and plugin formats.<br/>
  253. It has some nice features like automation of parameters via MIDI CC and full OSC control.<br/>
  254. </p>
  255. <p>
  256. Carla currently supports LADSPA (including LRDF), DSSI, LV2, and VST plugin formats, plus GIG, SF2 and SFZ file support.<br/>
  257. It uses JACK as the default and preferred audio driver but also supports native drivers like ALSA, DirectSound or CoreAudio.<br/>
  258. </p>
  259. <p>
  260. We currently release source code plus Windows and Linux binaries (focus goes into the Linux version).<br/>
  261. Downloads available at the usual place, <a href="http://kxstudio.sourceforge.net/Downloads#Binaries">KXStudio Downloads</a>.<br/>
  262. </p>
  263. <p>
  264. For more information about Carla check its own application page <a href="http://kxstudio.sourceforge.net/Applications:Carla">here</a>.<br/>
  265. We'll be updating that page in the next few days, with some tutorials and workflow videos as well, so stay tuned!<br/>
  266. </p>
  267. <p>
  268. 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/>
  269. If you find this application useful and/or want to help further development, please consider a <a href="http://kxstudio.sourceforge.net/Donations">donation</a>.<br/>
  270. </p>
  271. <a href="http://kxstudio.sourceforge.net/"></a>
  272. <hr/>
  273. <p>
  274. <span style="font-size: 20px">&gt; KXStudio 12.04.1 released!</span><br/>
  275. On <i>2013-01-05</i> by<i> falkTX</i>
  276. </p>
  277. <p>
  278. After much hard work, a new release of KXStudio is ready!<br/>
  279. 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/>
  280. Existing KXStudio users already have 90% of the changes and fixes as KXStudio uses the repositories for everything.<br/>
  281. Still, this is a big milestone for the project. It's a step towards perfection.
  282. </p>
  283. <p>
  284. Here's a quick list of changes since the previous 12.04 release.
  285. <p>
  286. <ul>
  287. <b>Apps:</b>
  288. <li>Add AriaMaestosa, Giada and Petri-Foo to the DVD and default install</li>
  289. <li>Upgrade Cadence to the beta1 release (lots of fixes!)</li>
  290. <li>Fully up-to-date apps and plugins (as of 30/12/2012)</li>
  291. <li>Use KDE 4.9.4 on the Live-DVD (repositories now have 4.9.5)</li>
  292. <li>Use Firefox-KDE PPA on the Live-DVD</li>
  293. </ul>
  294. <ul>
  295. <b>Desktop/Theme:</b>
  296. <li>Add kxstudio-text plymouth (used when no gpu drivers are available)</li>
  297. <li>Fix plymouth Live-DVD "eject disk now" text not visible (and any other labels/info)</li>
  298. <li>Change KDE desktop theme to slim-glow (backported latest release from KDE 4.10)</li>
  299. <li>Change cursor theme to oxy-zion</li>
  300. <li>Disable KDE bouncing cursor by default</li>
  301. <li>Use Claudia-Launcher instead of Klaudia in KDE kickoff (start menu)</li>
  302. </ul>
  303. <ul>
  304. <b>Settings:</b>
  305. <li>Auto-disable PulseAudio respawn</li>
  306. <li>Set default asoundrc file to snd-aloop</li>
  307. <li>Set default jack prio to 85</li>
  308. <li>Use ALSA-Audio bridge instead of PulseAudio (no longer installed by default)</li>
  309. </ul>
  310. <ul>
  311. <b>Welcome Wizard:</b>
  312. <li>Add theme screenshot button</li>
  313. <li>Add theme font size option</li>
  314. <li>Auto-register 64bit WineAsio too (done in 'wine stuff' step)</li>
  315. <li>Don't update user theme to KXStudio by default</li>
  316. <li>Disable theme updates if not running KDE4 or XFCE</li>
  317. </ul>
  318. <p>
  319. 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/>
  320. You can download the new ISOs at the KXStudio website, <a href="http://kxstudio.sourceforge.net/Downloads">http://kxstudio.sourceforge.net/Downloads</a>.
  321. <br/><br/>
  322. </p>
  323. <p>
  324. This release is dedicated to Hatsuke Miku, a [virtual] Vocaloid singer that recently has seen original artwork released under a Creative Commons license.<br/>
  325. 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/>
  326. You can find more about Miku
  327. <a href="http://www.crypton.co.jp/mp/pages/prod/vocaloid/cv01_us.jsp" class="external free" rel="nofollow" target="_blank">here</a>,
  328. and the its CC artwork
  329. <a href="http://piapro.net/en_for_creators.html" class="external free" rel="nofollow" target="_blank">here</a>.
  330. <br/><br/>
  331. </p>
  332. <p>
  333. We hope you enjoy KXStudio and the updated Cadence.<br/>
  334. Soon enough the website will have full documentation for it and other subjects, so stay tuned!
  335. </p>
  336. <p>
  337. <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>
  338. </p>
  339. <hr/>
  340. <p>
  341. <span style="font-size: 20px">&gt; Call for Testing - Cadence pre-Beta</span><br/>
  342. On <i>2012-09-17</i> by<i> falkTX</i>
  343. </p>
  344. <p>
  345. Hello everybody!<br/>
  346. We're almost in the Beta1 release of Cadence!<br/>
  347. <br/>
  348. For those of you who don't know, Cadence is what KXStudio uses to manage the entire audio ecosystem.<br/>
  349. 'Cadence' is by itself the main app of a series of tools (call it the "Cadence tools").<br/>
  350. There's 'Catia', a simple JACK patchbay; 'Claudia' is a ladish frontend, very similar to Catia (and gladish); 'Carla' is the plugin host.<br/>
  351. Then there's the small tools - JackMeter, JackSettings, Logs, Render and XY-Controller (their names give away their funtionality).<br/>
  352. <br/>
  353. Cadence and its tools are currently being documented, and pages will appear here: (incomplete)<br/>
  354. <a href="http://kxstudio.sourceforge.net/Applications" class="external free" rel="nofollow" target="_blank">http://kxstudio.sourceforge.net/Applications</a><br/>
  355. (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/>
  356. <br/>
  357. If you're running KXStudio now, you either have updates or have recently updated Cadence and sub-packages.<br/>
  358. I'll be pushing the latest Cadence code to the KXStudio repositories frequently in the next days while the testing happens.<br/>
  359. ArchLinux users can use this AUR package:
  360. <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/>
  361. You can checkout what's going on in the Cadence commits page:
  362. <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/>
  363. <br/>
  364. Not everything is fully ready right now, here's a list of things that will still be done before the Beta1 release:<br/>
  365. - Cadence audio-bridges, currently disabled<br/>
  366. - 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/>
  367. - Carla-Control is unfinished, the GUI will do nothing useful right now.<br/>
  368. - Catia ALSA-MIDI support is currently disabled, but will still not be activated for this release.<br/>
  369. <br/>
  370. <br/>
  371. So, what needs testing?<br/>
  372. Pretty much everything. :D<br/>
  373. 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/>
  374. 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/>
  375. <br/>
  376. You can report bugs directly in the official bug page at
  377. <a href="https://github.com/falkTX/Cadence/issues" class="external free" rel="nofollow" target="_blank">https://github.com/falkTX/Cadence/issues</a>.<br/>
  378. (Reporting a bug in that page allows you to receive notifications whenever something is done related to it).<br/>
  379. <br/>
  380. <br/>
  381. Thanks in advance to everyone that decides to help!<br/>
  382. If you love these tools and they are useful to you, please consider making donation by following this link:<br/>
  383. <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>.
  384. </p>
  385. <hr/>
  386. <p>
  387. <span style="font-size: 20px">&gt; KXStudio 12.04 is out!</span><br/>
  388. On <i>2011-12-21</i> by<i> falkTX</i>
  389. </p>
  390. <p>
  391. Hey there everyone, it's that time again!<br/>
  392. KXStudio is now ready for the masses, now using Ubuntu 12.04 as the base.
  393. </p><p>KDE4 remains the officially supported Desktop, with XFCE on 2nd place.<br/>
  394. 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 />
  395. 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>.
  396. </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/>
  397. 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/>
  398. These tools are already available on KXStudio in their latest git state, and will be released as beta for the while world very soon.
  399. </p><p>The DISTRHO plugin suite is now near completion and it's targeted for a new release this weekend.<br/>
  400. 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/>
  401. Generic linux binaries will be made available for non-KXStudio users as before.
  402. </p>
  403. <hr/>
  404. <p>
  405. Note: Since the KXStudio website has been internally reworked (removed mediawiki, much simpler PHP code now), the old news have been removed.<br/>
  406. <br/>
  407. </p>
  408. <?php
  409. include_once("includes/footer.php");
  410. ?>