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.

310 lines
17KB

  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; Small Carla notice for JACK1 users (and 1.2.3 release)</span><br/>
  14. On <i>2013-12-26</i> by<i> falkTX</i>
  15. </p>
  16. <p>
  17. 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
  18. <a href="https://github.com/jackaudio/jack2/issues/46" class="external free" rel="nofollow" target="_blank">this</a>).<br/>
  19. So in the meantime I have to use JACK1, and while doing so I found a pretty nasty bug...<br/>
  20. <b>No system connections</b> were shown in the patchbay canvas!<br/>
  21. <p>
  22. I don't know if others suffered from the bug (I always run JACK2) or though it was how it really worked.<br/>
  23. In any case, the Carla patchbay will show all JACK connections now - wherever they are from Carla plugins or system ones.
  24. </p>
  25. <p>
  26. <b>Updating to version 1.2.3 is recommended</b>, specially if you use JACK1.<br/>
  27. For a list of changes you can check the Carla stable git log
  28. <a href="https://github.com/falkTX/Carla/commits/stable" class="external free" rel="nofollow" target="_blank">here</a>,
  29. which allows to directly see what changed in the code.
  30. </p>
  31. <hr/>
  32. <p>
  33. <span style="font-size: 20px">&gt; Carla 2.0 development progress report</span><br/>
  34. On <i>2013-12-17</i> by<i> falkTX</i>
  35. </p>
  36. <p>
  37. This is a progress report for the new Carla, version 2.0.<br/>
  38. It will take a while to get a release ready, but there are already a few things done and stuff to show.
  39. </p>
  40. <h3>Backend</h3>
  41. <p>
  42. First, <b>the backend is being rewritten to not use any system toolkit</b>.<br/>
  43. 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/>
  44. 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/>
  45. 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++...).
  46. </p>
  47. <p>
  48. 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/>
  49. Juce is a C++ framework focused on audio applications and plugins, which suits Carla nicely.<br/>
  50. There's a lot of useful things inside it that will make developing new features much easier (like the internal patchbay mode).<br/>
  51. Other things like AU and VST3 plugin hosting will be possible too thanks to Juce, although they are not relevant to Linux.
  52. </p>
  53. <p>
  54. Loading <b>Carla as a plugin</b> is also being worked on.<br/>
  55. There target two main targets with this:
  56. </p>
  57. <ul>
  58. <li>Load entire Carla projects - rack or patchbay - as a single plugin in the graph (avoiding clutter);</li>
  59. <li>Carla itself as an LV2 plugin;</li>
  60. </ul>
  61. <p>
  62. 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/>
  63. Once the Carla internal plugin work is complete, you automatically get an LV2 version of it as well! :D
  64. </p>
  65. <h3>Front-end</h3>
  66. <p>
  67. There has been a few changes on the UI side as well.<br/>
  68. For example, the <b>plugin edit dialog</b> now looks like this:
  69. </p>
  70. <p>
  71. <img src="/screenshots/news/carla-2.0-report_edit-dialog.png" alt=""/>
  72. </p>
  73. <p>
  74. As seen the image, the user will be able to use "Stereo Balance" or "Mono Panning".<br/>
  75. The new layout also allows for a much <b>smaller window size</b>.<br/>
  76. </p>
  77. <p>
  78. Lastly, there's plans to bring <b>custom skins to plugin "slots"</b>, in a similar way to Reason.<br/>
  79. This is something I still have to investigate to find the best possible way to do it.<br/>
  80. It should be expandable so that random plugins can also use skins, probably via a new LV2 extension.<br/>
  81. More on this later.
  82. </p>
  83. <br/>
  84. <p>
  85. That's all for now.<br/>
  86. Soon there will be a new DISTRHO release, so stay tuned!
  87. </p>
  88. <hr/>
  89. <p>
  90. <span style="font-size: 20px">&gt; New releases and future plans</span><br/>
  91. On <i>2013-11-27</i> by<i> falkTX</i>
  92. </p>
  93. <p>
  94. Hello everyone, there have been a couple of releases and changes on the KXStudio world.<br/>
  95. </p>
  96. <p>
  97. First of, a new release of the <b>KXStudio Live-DVD</b> is now available.<br/>
  98. 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/>
  99. 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.
  100. </p>
  101. <p>
  102. Several <b>new versions of Carla</b> have been released since its first announcement, the last one currently being 1.2.2.<br/>
  103. 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/>
  104. This way you can see what actually changed in the code, instead of just seeing a description list.
  105. </p>
  106. <p>
  107. A new <b>DISTRHO</b> release is planned for release next month, and a few minor plugins.<br/>
  108. Hopefully the Plugin Toolkit will be ready by then, which should help the creation of new audio plugins (soon!).
  109. </p>
  110. <p>
  111. Lastly, after much discussion and consideration, the <b>KXStudio repositories are moving to Debian</b>.<br/>
  112. The current 12.04.x release is still fully supported, this is something that will happen slowly through 2014.<br/>
  113. Having the KXStudio repos in Debian means any Debian based distribution can make use of KXStudio goods, and not just Ubuntu ones.<br/>
  114. Although there are already happy users with Debian + KXStudio, this process is not yet complete.<br/>
  115. We'll make a new announcement once the Debian repos are ready for wide use.
  116. </p>
  117. <p>
  118. Oh, and the KXStudio website is currently being redone a little.<br/>
  119. Give it a visit now! <a href="http://kxstudio.sourceforge.net/">http://kxstudio.sourceforge.net/</a>
  120. </p>
  121. <hr/>
  122. <p>
  123. <span style="font-size: 20px">&gt; Carla Plugin Host 1.0.0 released!</span><br/>
  124. On <i>2013-07-02</i> by<i> falkTX</i>
  125. </p>
  126. <p>
  127. After more than 2 years in development, here it is - the first stable release of Carla is now available!<br/>
  128. <a href="http://kxstudio.sourceforge.net/screenshots/carla.png"><img src="http://kxstudio.sourceforge.net/screenshots/carla.png" alt="carla.png"/></a><br/>
  129. </p>
  130. <p>
  131. Carla Plugin Host, or just Carla, is an audio plugin host, with support for many audio drivers and plugin formats.<br/>
  132. It has some nice features like automation of parameters via MIDI CC and full OSC control.<br/>
  133. </p>
  134. <p>
  135. Carla currently supports LADSPA (including LRDF), DSSI, LV2, and VST plugin formats, plus GIG, SF2 and SFZ file support.<br/>
  136. It uses JACK as the default and preferred audio driver but also supports native drivers like ALSA, DirectSound or CoreAudio.<br/>
  137. </p>
  138. <p>
  139. We currently release source code plus Windows and Linux binaries (focus goes into the Linux version).<br/>
  140. Downloads available at the usual place, <a href="http://kxstudio.sourceforge.net/Downloads#Binaries">KXStudio Downloads</a>.<br/>
  141. </p>
  142. <p>
  143. For more information about Carla check its own application page <a href="http://kxstudio.sourceforge.net/Applications:Carla">here</a>.<br/>
  144. We'll be updating that page in the next few days, with some tutorials and workflow videos as well, so stay tuned!<br/>
  145. </p>
  146. <p>
  147. 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/>
  148. 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/>
  149. </p>
  150. <a href="http://kxstudio.sourceforge.net/"></a>
  151. <hr/>
  152. <p>
  153. <span style="font-size: 20px">&gt; KXStudio 12.04.1 released!</span><br/>
  154. On <i>2013-01-05</i> by<i> falkTX</i>
  155. </p>
  156. <p>
  157. After much hard work, a new release of KXStudio is ready!<br/>
  158. 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/>
  159. Existing KXStudio users already have 90% of the changes and fixes as KXStudio uses the repositories for everything.<br/>
  160. Still, this is a big milestone for the project. It's a step towards perfection.
  161. </p>
  162. <p>
  163. Here's a quick list of changes since the previous 12.04 release.
  164. <p>
  165. <ul>
  166. <b>Apps:</b>
  167. <li>Add AriaMaestosa, Giada and Petri-Foo to the DVD and default install</li>
  168. <li>Upgrade Cadence to the beta1 release (lots of fixes!)</li>
  169. <li>Fully up-to-date apps and plugins (as of 30/12/2012)</li>
  170. <li>Use KDE 4.9.4 on the Live-DVD (repositories now have 4.9.5)</li>
  171. <li>Use Firefox-KDE PPA on the Live-DVD</li>
  172. </ul>
  173. <ul>
  174. <b>Desktop/Theme:</b>
  175. <li>Add kxstudio-text plymouth (used when no gpu drivers are available)</li>
  176. <li>Fix plymouth Live-DVD "eject disk now" text not visible (and any other labels/info)</li>
  177. <li>Change KDE desktop theme to slim-glow (backported latest release from KDE 4.10)</li>
  178. <li>Change cursor theme to oxy-zion</li>
  179. <li>Disable KDE bouncing cursor by default</li>
  180. <li>Use Claudia-Launcher instead of Klaudia in KDE kickoff (start menu)</li>
  181. </ul>
  182. <ul>
  183. <b>Settings:</b>
  184. <li>Auto-disable PulseAudio respawn</li>
  185. <li>Set default asoundrc file to snd-aloop</li>
  186. <li>Set default jack prio to 85</li>
  187. <li>Use ALSA-Audio bridge instead of PulseAudio (no longer installed by default)</li>
  188. </ul>
  189. <ul>
  190. <b>Welcome Wizard:</b>
  191. <li>Add theme screenshot button</li>
  192. <li>Add theme font size option</li>
  193. <li>Auto-register 64bit WineAsio too (done in 'wine stuff' step)</li>
  194. <li>Don't update user theme to KXStudio by default</li>
  195. <li>Disable theme updates if not running KDE4 or XFCE</li>
  196. </ul>
  197. <p>
  198. 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/>
  199. You can download the new ISOs at the KXStudio website, <a href="http://kxstudio.sourceforge.net/Downloads">http://kxstudio.sourceforge.net/Downloads</a>.
  200. <br/><br/>
  201. </p>
  202. <p>
  203. This release is dedicated to Hatsuke Miku, a [virtual] Vocaloid singer that recently has seen original artwork released under a Creative Commons license.<br/>
  204. 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/>
  205. You can find more about Miku
  206. <a href="http://www.crypton.co.jp/mp/pages/prod/vocaloid/cv01_us.jsp" class="external free" rel="nofollow" target="_blank">here</a>,
  207. and the its CC artwork
  208. <a href="http://piapro.net/en_for_creators.html" class="external free" rel="nofollow" target="_blank">here</a>.
  209. <br/><br/>
  210. </p>
  211. <p>
  212. We hope you enjoy KXStudio and the updated Cadence.<br/>
  213. Soon enough the website will have full documentation for it and other subjects, so stay tuned!
  214. </p>
  215. <p>
  216. <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>
  217. </p>
  218. <hr/>
  219. <p>
  220. <span style="font-size: 20px">&gt; Call for Testing - Cadence pre-Beta</span><br/>
  221. On <i>2012-09-17</i> by<i> falkTX</i>
  222. </p>
  223. <p>
  224. Hello everybody!<br/>
  225. We're almost in the Beta1 release of Cadence!<br/>
  226. <br/>
  227. For those of you who don't know, Cadence is what KXStudio uses to manage the entire audio ecosystem.<br/>
  228. 'Cadence' is by itself the main app of a series of tools (call it the "Cadence tools").<br/>
  229. There's 'Catia', a simple JACK patchbay; 'Claudia' is a ladish frontend, very similar to Catia (and gladish); 'Carla' is the plugin host.<br/>
  230. Then there's the small tools - JackMeter, JackSettings, Logs, Render and XY-Controller (their names give away their funtionality).<br/>
  231. <br/>
  232. Cadence and its tools are currently being documented, and pages will appear here: (incomplete)<br/>
  233. <a href="http://kxstudio.sourceforge.net/Applications" class="external free" rel="nofollow" target="_blank">http://kxstudio.sourceforge.net/Applications</a><br/>
  234. (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/>
  235. <br/>
  236. If you're running KXStudio now, you either have updates or have recently updated Cadence and sub-packages.<br/>
  237. I'll be pushing the latest Cadence code to the KXStudio repositories frequently in the next days while the testing happens.<br/>
  238. ArchLinux users can use this AUR package:
  239. <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/>
  240. You can checkout what's going on in the Cadence commits page:
  241. <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/>
  242. <br/>
  243. Not everything is fully ready right now, here's a list of things that will still be done before the Beta1 release:<br/>
  244. - Cadence audio-bridges, currently disabled<br/>
  245. - 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/>
  246. - Carla-Control is unfinished, the GUI will do nothing useful right now.<br/>
  247. - Catia ALSA-MIDI support is currently disabled, but will still not be activated for this release.<br/>
  248. <br/>
  249. <br/>
  250. So, what needs testing?<br/>
  251. Pretty much everything. :D<br/>
  252. 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/>
  253. 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/>
  254. <br/>
  255. You can report bugs directly in the official bug page at
  256. <a href="https://github.com/falkTX/Cadence/issues" class="external free" rel="nofollow" target="_blank">https://github.com/falkTX/Cadence/issues</a>.<br/>
  257. (Reporting a bug in that page allows you to receive notifications whenever something is done related to it).<br/>
  258. <br/>
  259. <br/>
  260. Thanks in advance to everyone that decides to help!<br/>
  261. If you love these tools and they are useful to you, please consider making donation by following this link:<br/>
  262. <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>.
  263. </p>
  264. <hr/>
  265. <p>
  266. <span style="font-size: 20px">&gt; KXStudio 12.04 is out!</span><br/>
  267. On <i>2011-12-21</i> by<i> falkTX</i>
  268. </p>
  269. <p>
  270. Hey there everyone, it's that time again!<br/>
  271. KXStudio is now ready for the masses, now using Ubuntu 12.04 as the base.
  272. </p><p>KDE4 remains the officially supported Desktop, with XFCE on 2nd place.<br/>
  273. 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 />
  274. 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>.
  275. </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/>
  276. 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/>
  277. These tools are already available on KXStudio in their latest git state, and will be released as beta for the while world very soon.
  278. </p><p>The DISTRHO plugin suite is now near completion and it's targeted for a new release this weekend.<br/>
  279. 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/>
  280. Generic linux binaries will be made available for non-KXStudio users as before.
  281. </p>
  282. <hr/>
  283. <p>
  284. Note: Since the KXStudio website has been internally reworked (removed mediawiki, much simpler PHP code now), the old news have been removed.<br/>
  285. <br/>
  286. </p>
  287. <?php
  288. include_once("includes/footer.php");
  289. ?>