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.

News.php 53KB

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