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.

578 lines
30KB

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