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.

1987 lines
99KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio News";
  3. $PAGE_TYPE = "NEWS";
  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. <p>
  10. <span style="font-size: 20px">&gt; Current KXStudio status</span><br/>
  11. On <i>2019-08-20</i> by<i> falkTX</i>
  12. </p>
  13. <p>
  14. 2014 was 5 years ago.<br/>
  15. 5 year LTS for official support from Canonical.<br/>
  16. </p>
  17. <p>
  18. There are no new ISO images being prepared right now.<br/>
  19. The repositories still keep working fine, though gcc5 now could be made mandatory.<br/>
  20. There will be no more uploads for KXStudio repos on the non-gcc5 repo variant.<br/>
  21. </p>
  22. <p>
  23. Currently in plans where to move forward, nothing decided yet, focus is on software rather than packages.<br/>
  24. Expect usual releases.<br/>
  25. jack2 coming next, and dpf stuff follows.<br/>
  26. </p>
  27. <hr/>
  28. <p>
  29. <span style="font-size: 20px">&gt; Carla 2.0.0 is finally here!</span><br/>
  30. On <i>2019-04-15</i> by<i> falkTX</i>
  31. </p>
  32. <p>
  33. After many years, Carla version 2.0.0 is finally here!
  34. </p>
  35. <p>
  36. Carla is an audio plugin host, with support for many audio drivers and plugin formats.<br/>
  37. It has some nice features like automation of parameters via MIDI CC (and send output back as MIDI too) and full OSC control.<br/>
  38. </p>
  39. <p>
  40. Version 2.0 took this long because I was never truly happy with its current state, often pushing new features but not fully finishing them.<br/>
  41. So the "solution" was to put everything that is not considered stable yet behind an experimental flag in the settings.<br/>
  42. This way we can have our stable Carla faster, while upcoming features get developed and tagged as experimental during testing.<br/>
  43. </p>
  44. <p>
  45. Preparations for version 2.1 are well under way, a beta for it will be out soon.<br/>
  46. But that is a topic for another day.
  47. </p>
  48. <h3>Changes since 2.0-RC4</h3>
  49. <ul>
  50. <li>Fix missing argument in note-on/off osc example</li>
  51. <li>Fix word-wrap in add-plugin dialog</li>
  52. <li>Fix Windows README.txt line endings</li>
  53. <li>Build windows binaries with -mstackrealign</li>
  54. <li>Don't show side panel in carla-control</li>
  55. <li>Show "Label/URI" instead of just "Label"</li>
  56. <li>Keep application signals alive (so Ctrl+C works even while engine is closed)</li>
  57. <li>Update copyright year</li>
  58. </ul>
  59. <h3>Downloads</h3>
  60. <p>
  61. To download Carla binaries or source code, jump on over to the
  62. <a href="https://kx.studio/Downloads" class="external free" rel="nofollow" target="_blank">KXStudio downloads section</a>.<br/>
  63. Carla v2.0.0 is available pre-packaged in the KXStudio repositories and UbuntuStudio backports, plus on ArchLinux and Ubuntu since 19.04.
  64. On those you can simply install the <b>carla</b> package.<br/>
  65. Bug reports and feature requests are welcome! Jump on over to the
  66. <a href="https://github.com/falkTX/Carla" class="external free" rel="nofollow" target="_blank">Carla's Github project</a> page for those.
  67. </p>
  68. <h3>Videos</h3>
  69. <p>
  70. There is no manual or quick-start guide for Carla yet, apologies for that.<br/>
  71. But there are some videos of presentations I did regarding Carla's features and workflows,
  72. those should give you an introduction of its features and what you can do with it:<br/>
  73. </p>
  74. <h6>@ Sonoj 2017</h6>
  75. <p>
  76. <iframe width="1024" height="576" src="https://media.ccc.de/v/sonoj2017-1704-carla-plugin-host/oembed" frameborder="0" allowfullscreen></iframe>
  77. </p>
  78. <h6>@ LAC 2018</h6>
  79. <p>
  80. <iframe width="1024" height="576" src="https://media.ccc.de/v/lac2018-24-carla_plugin_host_feature_overview_and_workflows/oembed" frameborder="0" allowfullscreen></iframe>
  81. </p>
  82. <hr/>
  83. <p>
  84. <span style="font-size: 20px">&gt; Changes in KXStudio repos, regarding Carla and JACK2</span><br/>
  85. On <i>2019-03-22</i> by<i> falkTX</i>
  86. </p>
  87. <p>
  88. This is a small notice to everyone using Carla and JACK2 with the KXStudio repos.
  89. </p>
  90. <p>
  91. First, in preparation for Carla 2.0 release, the (really) old <b>carla</b> package is now the new v2.0 series,
  92. while <b>carla-git</b> now contains the development/latest version.<br/>
  93. If you are not interested in testing Carla's new stuff and prefer something known to be more stable,
  94. install the <b>carla</b> package after the latest updates.
  95. </p>
  96. <p>
  97. Second, a change in JACK2 code has made it so a restart of the server is required after the update.<br/>
  98. (but for a good reason, as JACK2 is finally getting meta-data support; this update fixes client UUIDs)<br/>
  99. If you use jackdbus (likely with KXStudio stuff), you will need to actually kill it.<br/>
  100. If that does not work, good old restart is your friend. :)
  101. </p>
  102. <p>
  103. One important thing to note is that the <b>lmms</b> package now conflicts with the <b>carla-git</b> one.<br/>
  104. This is because some code has changed in latest Carla that makes v2.0 vs development/latest ABI-incompatible.<br/>
  105. In simpler terms, LMMS can only either be compiled against the stable or development version of Carla.<br/>
  106. The obvious choice is to use the stable version, so after the updates if you notice LMMS is missing, just install it again.<br/>
  107. (If you have <b>carla-git</b> installed, <b>carla</b> will be installed/switched automatically)
  108. </p>
  109. <p>
  110. I tried to make the transition of these updates as smooth as possible,
  111. but note that you likely need to install updates twice to complete the process.<br/>
  112. </p>
  113. <p>
  114. In other news, we got a new domain!^-^)/<br/>
  115. Also Carla v2.0 release date has been set - 15th of April.<br/>
  116. Unless a major issue is found, expect a release announcement on that day.<br/>
  117. See you soon then! ;)
  118. </p>
  119. <hr/>
  120. <p>
  121. <span style="font-size: 20px">&gt; Carla 2.0 RC4 is here!</span><br/>
  122. On <i>2019-03-02</i> by<i> falkTX</i>
  123. </p>
  124. <p>
  125. Hello again everyone!<br/>
  126. This is a quick fix for the Carla Plugin Host (soon-to-be) stable series.<br/>
  127. </p>
  128. <h3>Changelog</h3>
  129. <ul>
  130. <li>carla-vst: Add Ardour workaround for its 'Analysis' window</li>
  131. <li>carla-vst: Fix typo leading to buffer size of 1 during plugin activation</li>
  132. <li>Fix for some stupid plugins messing up with global signals (restore original signals after creating plugin)</li>
  133. <li>Fix dry/wet for VST plugins (by creating extra buffer for inline processing)</li>
  134. <li>Fix crash in RtAudio when ALSA soundcard is listed but not available</li>
  135. <li>Fix crash on JACK buffer size changes in patchbay mode</li>
  136. <li>Fix crash when directly loading vst shell plugins (carla-single or drag&amp;drop dll file)</li>
  137. <li>Fix loading multiple exported LV2 plugins (always copy full carla-plugin binary when exporting)</li>
  138. <li>Fix missing transport information when Carla is not jack transport master</li>
  139. <li>Fix opening a few VST2 UIs (we give up trying to follow VST spec, always assume UI opens nicely)</li>
  140. <li>Fix plugin bridges not working under Fedora (RT threads were able to be setup, but not started)</li>
  141. <li>Automatically terminate wine bridges if main carla dies</li>
  142. <li>Calculate VST2 ppqPos in a more reliable way</li>
  143. <li>Do not set up RtAudio in "hog device" mode</li>
  144. <li>Do not build external plugins in debug or strict build</li>
  145. <li>Handle more sources of VST2 automation via audioMasterAutomate</li>
  146. <li>Handle worst-case scenario of carla-plugin buffer size being too low</li>
  147. </ul>
  148. <p>
  149. I am not confident enough to call it the stable version just yet,
  150. as some of these release changes actually introduced new code.<br/>
  151. But the target date for the stable release is now set - middle of April.<br/>
  152. There are no more release-blocker bugs for Carla v2,0 anymore, so it is just a matter of time now.<br/>
  153. </p>
  154. <h3>Downloads</h3>
  155. <p>
  156. To download Carla binaries or source code, jump on over to the <a href="https://kxstudio.linuxaudio.org/Downloads" class="external free" rel="nofollow" target="_blank">KXStudio downloads section</a>.<br/>
  157. 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/>
  158. Bug reports and feature requests are welcome! Jump on over to the <a href="https://github.com/falkTX/Carla" class="external free" rel="nofollow" target="_blank">Carla's Github project</a> page for those.
  159. </p>
  160. <hr/>
  161. <p>
  162. <span style="font-size: 20px">&gt; DPF-Plugins v1.2 released</span><br/>
  163. On <i>2019-03-02</i> by<i> falkTX</i>
  164. </p>
  165. <p>
  166. Hello everyone, a new release of DPF-Plugins is here.<br/>
  167. This is mostly a bugfix release, with a few little new things.<br/>
  168. This is what changed compared to the last release:
  169. </p>
  170. <ul>
  171. <li>Fix glBars and ProM plugins not being built and installed</li>
  172. <li>Kars: Added release and volume parameters</li>
  173. <li>Kars: Remove its useless UI</li>
  174. <li>Nekobi: Add enum values for waveform parameter</li>
  175. <li>Remove modguis, they are maintained in a separate repo</li>
  176. </ul>
  177. <h3>DPF changes</h3>
  178. <p>
  179. DPF (the small framework behind these plugins) saw some important changes.<br/>
  180. They are not all relevant to DPF-Plugins directly, but worth mentioning:
  181. </p>
  182. <ul>
  183. <li>Fix samplerate property in lv2 UIs</li>
  184. <li>Fix (implement) parent window for about dialogs for MacOS and Windows</li>
  185. <li>Add get/set scaling to Window</li>
  186. <li>Add option to automatically scale plugin UIs</li>
  187. <li>Allow plugin UIs to be user-resizable, test with info and meters example</li>
  188. <li>Implement basic effGetParameterProperties in vst plugins (boolean, integer and log flags)</li>
  189. <li>Implement midi out</li>
  190. <li>Implement enumerator style of parameters</li>
  191. <li>Implement LV2-trigger-type parameters</li>
  192. <li>Implement Shift-click to reset sliders</li>
  193. <li>Report supported LV2 options in generated ttl</li>
  194. <li>Render VST2 parameter-text integer, boolean and enum parameters</li>
  195. <li>Rework calculation of VST transport/time info</li>
  196. <li>Set _NET_WM_WINDOW_TYPE for our X11 windows</li>
  197. </ul>
  198. <p>
  199. Other things worth noting is that 2 new exciting things are currently under development:
  200. Cairo graphics support and AU plugin wrapper.<br/>
  201. Eventually these will be part of core DPF, but for now they are being discussed and worked on with other developers.
  202. </p>
  203. <h3>Downloads</h3>
  204. <p>
  205. The source code plus Linux, macOS and Windows binaries can be downloaded at
  206. <a href="https://github.com/DISTRHO/DPF-Plugins/releases/tag/v1.2" target="_blank">
  207. https://github.com/DISTRHO/DPF-Plugins/releases/tag/v1.1</a>.<br/>
  208. The plugins are released as LADSPA, DSSI, LV2, VST2 and JACK standalone.<br/>
  209. </p>
  210. <hr/>
  211. <p>
  212. <span style="font-size: 20px">&gt; Carla 2.0 RC3 is here!</span><br/>
  213. On <i>2019-01-15</i> by<i> falkTX</i>
  214. </p>
  215. <p>
  216. Hello everyone, happy new year!<br/>
  217. This is a quick fix for the Carla Plugin Host (soon-to-be) stable series.<br/>
  218. Only very small fixes here, and a change on how specific plugins load.<br/>
  219. This release starts a "release early, release often" attitude, that hopefully I can maintain from now on.<br/>
  220. </p>
  221. <h3>Changelog</h3>
  222. <ul>
  223. <li>Fix bridge-lv2-x11 crash when manually started from CLI</li>
  224. <li>LV2: Don't prefer plugin bridges for certain hardcoded plugins (Calf, ir.lv2 and v1 series)</li>
  225. <li>VST: Do not call plugin effEditIdle on update display opcode, fixing crashes for a few plugins</li>
  226. </ul>
  227. <p>
  228. Previously a few plugins were hardcoded to run as plugin bridges, as they were deemed unsafe because of how they use their plugin UIs (instance-access).<br/>
  229. Carla automatically started these plugins as bridges, as to not crash the main process when Gtk and Qt gets in the way.<br/>
  230. Plugin state in bridges have a few issues (as plugin bridges are experimental right now), which I was hoping to fix before the final 2.0 is here.<br/>
  231. But that will not happen it seems (not an easy fix), so now these plugins will run normally as all others do, in the same process.<br/>
  232. This means the following possible breaking changes:<br/>
  233. </p>
  234. <ul>
  235. <li>If v1 plugin series are compiled with a Qt version different than the one Carla is using, expect a crash on load or soon afterwards</li>
  236. <li>Calf plugin UIs will be missing their graphs by default, unless you disable running plugin UIs in bridge mode in Carla settings</li>
  237. </ul>
  238. <p>
  239. This is not an issue for other plugin UIs that use Qt or Gtk, as they do not use LV2 instance-access.<br/>
  240. Carla runs Gtk and Qt LV2 UIs in a separate process, but because these UIs require direct access to the plugin instance, they cannot be bridged.<br/>
  241. </p>
  242. <h3>Downloads</h3>
  243. <p>
  244. To download Carla binaries or source code, jump on over to the <a href="https://kxstudio.linuxaudio.org/Downloads" class="external free" rel="nofollow" target="_blank">KXStudio downloads section</a>.<br/>
  245. 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/>
  246. Bug reports and feature requests are welcome! Jump on over to the <a href="https://github.com/falkTX/Carla" class="external free" rel="nofollow" target="_blank">Carla's Github project</a> page for those.
  247. </p>
  248. <h3>Future</h3>
  249. <p>
  250. A
  251. <a href="https://github.com/falkTX/Carla/milestones/2.0-final" class="external free" rel="nofollow" target="_blank">
  252. "2.0-final" milestone</a>
  253. is on GitHub, which lists the remaining issues to be fixed before 2.0 is considered "final".<br/>
  254. New features already made its way to Carla, but sit on the
  255. <a href="https://github.com/falkTX/Carla/commits/develop" class="external free" rel="nofollow" target="_blank">
  256. develop branch</a>.<br/>
  257. When the "final" version is released, expect a 2.1-beta to come shortly afterwards.
  258. </p>
  259. <hr/>
  260. <p>
  261. <span style="font-size: 20px">&gt; JackAss v1.1 release</span><br/>
  262. On <i>2019-01-15</i> by<i> falkTX</i>
  263. </p>
  264. <p>
  265. This is a tiny bugfix for JackAss, a VST plugin that provides JACK-MIDI support for VST hosts.<br/>
  266. </p>
  267. <p>
  268. The only change is that <b>Wine 64bit builds work now</b>, so you can finally load it inside 64bit Windows applications running on GNU/Linux via Wine.<br/>
  269. Tested to work with FL Studio 20.<br/>
  270. <a href="/screenshots/news/jackass_flstudio_v1.1.png"><img src="/screenshots/news/jackass_flstudio_v1.1.png" alt=""/></a><br/>
  271. </p>
  272. <p>
  273. You can find JackAss source code and bug tracker in Github,
  274. at <a href="https://github.com/falkTX/JackAss/" class="external free" rel="nofollow" target="_blank">https://github.com/falkTX/JackAss/</a>.
  275. </p>
  276. <hr/>
  277. <p>
  278. <span style="font-size: 20px">&gt; Carla 2.0 RC2 is here!</span><br/>
  279. On <i>2018-10-27</i> by<i> falkTX</i>
  280. </p>
  281. <p>
  282. Hello everyone, this is the announcement for a Carla stable update.<br/>
  283. Only 2 blocking issues remain, 1 of which needs testing to see if it still happens or not.<br/>
  284. </p>
  285. <h3>General fixes</h3>
  286. <ul>
  287. <li>Fix build against fluidsynth 2.0</li>
  288. <li>Fix build on Haiku OS</li>
  289. <li>Fix build with external plugins enabled but no OpenGL available</li>
  290. <li>Fix detection of old Windows dll plugins</li>
  291. <li>Fix dynamic/split process cycle for plugin bridges</li>
  292. <li>Fix internal plugins receiving wrong frame position on split buffers</li>
  293. <li>Fix program changes coming through as bank changes in MIDI output</li>
  294. <li>Fix a possible race condition in plugin code</li>
  295. <li>Fix some warnings triggered by gcc-8</li>
  296. <li>Fix LV2 plugins with UI feedback ports in bridge mode not receiving feedback events</li>
  297. <li>Fix macOS specific note visible in settings when not running macOS</li>
  298. <li>libjack: Fix applications that register clients right after being started</li>
  299. </ul>
  300. <h3>Usability fixes</h3>
  301. <ul>
  302. <li>Always show keyboard in plugin edit dialog if plugin has midi inputs</li>
  303. <li>Always expand user home path (~/) when loading project from CLI</li>
  304. <li>Don't try to find binary type of certain plugins when loading project (avoid assertions)</li>
  305. <li>Use executable basename on jack apps as name when initial name is empty</li>
  306. <li>libjack: Catch window close when possible, and hide it instead closing entire application</li>
  307. <li>libjack: Implement basic session management via SIGUSR1 signal</li>
  308. </ul>
  309. <h3>Downloads</h3>
  310. <p>
  311. To download Carla binaries or source code, jump on over to the <a href="http://kxstudio.linuxaudio.org/Downloads" class="external free" rel="nofollow" target="_blank">KXStudio downloads section</a>.<br/>
  312. 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/>
  313. Bug reports and feature requests are welcome! Jump on over to the <a href="https://github.com/falkTX/Carla" class="external free" rel="nofollow" target="_blank">Carla's Github project</a> page for those.
  314. </p>
  315. <h3>Future</h3>
  316. <p>
  317. Work for KXStudio 18.04 ISO is under way, should only take a few more weeks now.<br/>
  318. Next JACK2 release will be quite nice, we have meta-data now (thanks to Rui),
  319. but that will be handled after KXStudio 18.04 ISO release.
  320. </p>
  321. <hr/>
  322. <p>
  323. <span style="font-size: 20px">&gt; Carla 2.0 RC1 is here!</span><br/>
  324. On <i>2018-09-16</i> by<i> falkTX</i>
  325. </p>
  326. <p>
  327. Hello again everyone, and surprise, the stable 2.0 version of Carla is coming!<br/>
  328. </p>
  329. <p>
  330. This is the announcement of the first release candidate of Carla 2.0.<br/>
  331. Very little features were added, focus went on stability instead.<br/>
  332. The 'master' branch on Carla's source code is now for stable content, all new stuff will go to 'develop'.<br/>
  333. My intention is to really let Carla on the side for now. If I can do it or not remains to be seen...<br/>
  334. </p>
  335. <p>
  336. The list of changes is a little big, so let's split it by parts.<br/>
  337. First, the highlights and major changes.<br/>
  338. </p>
  339. <h3>Highlights and major changes</h3>
  340. <h5>LinuxSampler removed, replaced by SFZero</h5>
  341. <p>
  342. Basically I removed the code that interacted internally with LinuxSampler, and replaced it by SFZero.<br/>
  343. There are a lot of reasons for this change, but we can resume it to 3 points:<br/>
  344. </p>
  345. <ul>
  346. <li>LinuxSampler API being overcomplicated</li>
  347. <li>SFZ handling not very reliable</li>
  348. <li>Licensing issues</li>
  349. </ul>
  350. </p>
  351. <p>
  352. Removing LinuxSampler means we lose support for GIG files, also SFZero loads the entire kit in RAM.<br/>
  353. But, in return, SFZ files now always load without getting muted or having to do dirty workarounds.<br/>
  354. Plus, with this, Carla can keep SFZ support while maintaining its GPLv2 license intact.<br/>
  355. </p>
  356. <p>
  357. Note that SFZero does not support some opcodes, so the playback might sound different.<br/>
  358. At a later date, a release will be made that will focus on SFZ support.<br/>
  359. </p>
  360. <h5>Big windows fixes</h5>
  361. <p>
  362. Carla under has always a been a bit behind, compared to its Linux and macOS support.<br/>
  363. Not anymore!<br/>
  364. </p>
  365. <p>
  366. Carla can now run as a plugin in Windows, and also the PyQt-based big-meter, midi-pattern and notes plugins.<br/>
  367. With this done, Carla as LV2 is now included in the Windows builds.<br/>
  368. </p>
  369. <p>
  370. The export of a single plugin as LV2, though it is an experimental feature, now also works on Windows.<br/>
  371. Because Windows does not handle symlinks very well, Carla copies its resources instead.<br/>
  372. </p>
  373. <p>
  374. Scanning plugins will no longer show a console window.<br/>
  375. The font engine was changed from native to freetype, which not only fixes the mini-canvas but gives a better presentation too.<br/>
  376. Plugin bridges work once again, and now even better as Carla now initializes Windows resources on them (like static pthread and OLE).<br/>
  377. </p>
  378. <h5>UI changes</h5>
  379. <p>
  380. The piano-keyboard widget got some attention, now has 4 different highlight colors, 3 input layouts (qwerty, qwertz and azerty) and allows to change the offset when using the PC keyboard to send notes.<br/>
  381. Just right-click on a piano-keyboard widget to trigger these options.<br/>
  382. </p>
  383. <p>
  384. The rack looks a bit different now, as the possible "skins" for the plugin slots are now exposed and can be changed at any time.<br/>
  385. You can change the background color too. Because why not? :)<br/>
  386. </p>
  387. <p>
  388. Make the knobs and rack buttons more white-theme friendly.<br/>
  389. This was needed to get white backgrounds working correctly, so for those of you that prefer Carla in a more bright theme, it will behave better now (why would you do that though?)<br/>
  390. </p>
  391. <h3>Other changes</h3>
  392. <p>
  393. Some changes that make sense or are useful enough, and that deserve to be mentioned.<br/>
  394. </p>
  395. <ul>
  396. <li>Allow control output parameters to go out of bounds, thus displaying the correct value</li>
  397. <li>Automatically restart plugin bridges when plugin is re-activated, using last saved state</li>
  398. <li>Don't allow to disable jack transport if running in multi-client mode</li>
  399. <li>Don't close and re-open VST plugin UIs on show/hide</li>
  400. <li>Don't change any engine settings if it currently running</li>
  401. <li>Don't list lv2 plugins that are not supported</li>
  402. <li>Don't make Windows or macOS plugin UIs resizable for now</li>
  403. <li>Implement loop-mode for audio-file plugin, turn it on by default</li>
  404. <li>Implement support for buffer size changes in RtAudio JACK driver, and ignore JACK sample rate mismatch</li>
  405. <li>Implement SF3 support (SF2 files with OGG audio files instead of raw WAV)</li>
  406. <li>Force fftw thread-safe mode when starting Carla as standalone</li>
  407. <li>Plugins with more than 2 audio ports can now be loaded in rack mode (the extra ports are just ignored)</li>
  408. <li>Save and restore BPM with a project</li>
  409. <li>Save and restore last used BPM, if not loading a project</li>
  410. </ul>
  411. <h3>Fixes</h3>
  412. <p>
  413. Besides the ones already mentioned for Windows, we also have:
  414. </p>
  415. <ul>
  416. <li>Big push to get transport working correctly</li>
  417. <li>General fixes against dynamic buffer sizes</li>
  418. <li>Several fixes to UI size and UI bridges under macOS</li>
  419. <li>Fix all PNGs that triggered libpng warnings</li>
  420. <li>Fix canvas rubberband being invisible after a canvas refresh</li>
  421. <li>Fix embedded UI covering window controls under certain hosts (in a Qt5 Linux build)</li>
  422. <li>Fix switching plugin positions in plugin mode</li>
  423. </ul>
  424. <h3>Notes for developers and packagers</h3>
  425. <ul>
  426. <li>Base python scripts are no longer installed in dist-packages</li>
  427. <li>Carla front-end code was moved to its own folder</li>
  428. <li>FluidSynth version 1.1.7 is now required for soundfont support</li>
  429. <li>UI bridges can now be started from CLI with just the plugin URI</li>
  430. <li>New CarlaNativePlugin header and library exported, exposes Carla's Rack and Patchbay internals to 3rd party applications</li>
  431. </ul>
  432. <p>
  433. Currently work-in-progress is a complete REST API of Carla's backend, allowing to have full control of a remote Carla instance.<br/>
  434. (and not in a limited fashion like done with Carla-Control / OSC).<br/>
  435. Initial code for it is already done, and tested to work.<br/>
  436. If this interests you, let me know!<br/>
  437. </p>
  438. <p>
  439. </p>
  440. <h3>Notes for users</h3>
  441. <p>
  442. The code for scanning plugins had a little rework, making some internal data structures change.<br/>
  443. Because of this, a full rescan of your plugins is needed after the update.<br/>
  444. </p>
  445. <p>
  446. When running Patchbay mode in JACK, changing the buffer size might cause a crash.<br/>
  447. This is not a common action to do, so not a priority to fix.<br/>
  448. </p>
  449. <h3>Downloads</h3>
  450. <p>
  451. To download Carla binaries or source code, jump on over to the <a href="http://kxstudio.linuxaudio.org/Downloads" class="external free" rel="nofollow" target="_blank">KXStudio downloads section</a>.<br/>
  452. 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/>
  453. Bug reports and feature requests are welcome! Jump on over to the <a href="https://github.com/falkTX/Carla" class="external free" rel="nofollow" target="_blank">Carla's Github project</a> page for those.
  454. </p>
  455. <h3>Future</h3>
  456. <p>
  457. With Carla done, next up is DPF handling and KXStudio 18.04 ISO release, while trying to get a new JACK2 release out too.<br/>
  458. Note that after these 3 items are done, I plan to take a well-needed break from open-source project maintenance.
  459. </p>
  460. <hr/>
  461. <p>
  462. <span style="font-size: 20px">&gt; Carla 2.0 beta7 is here!</span><br/>
  463. On <i>2018-07-23</i> by<i> falkTX</i>
  464. </p>
  465. <p>
  466. Hello again everyone, I am glad to bring you the 7th beta of the upcoming Carla 2.0 release.<br/>
  467. Last time I said beta6 would be the last beta, but let's ignore that for now... ;)<br/>
  468. </p>
  469. <p>
  470. This release focuses on bug-fixes rather than new features.<br/>
  471. Most of the new features were added because of contributions, which are very appreciated.<br/>
  472. There are no big flashy screenshots this time, sorry.<br/>
  473. </p>
  474. <p>
  475. One breaking change for this release is the removal of most of the plugins bundled in Carla's code.<br/>
  476. They were moved into a separate repository, to keep Carla's code-base smaller.<br/>
  477. If you are building Carla yourself and you want those extra internal plugins, make sure to enable git submodules.
  478. </p>
  479. <p>
  480. Here is a list of the most relevant changes and fixes for this release:
  481. </p>
  482. <ul>
  483. <li>Add confirmation dialog for quitting Carla</li>
  484. <li>Add confirmation dialog for "Remove All" and "New File" actions</li>
  485. <li>Add internal MIDI Channel A/B plugin</li>
  486. <li>Add semitones parameter to internal midi-transpose plugin</li>
  487. <li>Implement move up/down plugins in rack (right-click menu)</li>
  488. <li>Implement LV2 UI port notifications to feedback messages to UI</li>
  489. <li>Implement more libjack stubs, Catia now loads inside Carla :)</li>
  490. <li>Transport controls are now considered stable and always enabled, no longer in experimental settings</li>
  491. <li>Disable ableton-link and audio kits search UI elements if not built/enabled</li>
  492. <li>Do not capture logs if running in nogui mode</li>
  493. <li>Do not use or check for kVstParameterUsesIntegerMinMax VST property</li>
  494. <li>Do not lockup on close in case audio driver stops working</li>
  495. <li>Export LV2 window is now a simple combo-box, making it more usable</li>
  496. <li>Save plugin author name in exported LV2 plugin</li>
  497. <li>Increase polling rate for non-gui mode (30 Hz), fixes slow OSC handling</li>
  498. <li>Fix mouse position offset of Carla-embed mouse events</li>
  499. <li>Fix processing of internal plugins with multi MIDI inputs</li>
  500. <li>Fix crash when closing a session containing bridges with Ctrl+C</li>
  501. <li>Fix patchbay/graph to work with variable buffer sizes</li>
  502. <li>Fix some issues regarding integer parameter control</li>
  503. <li>Fix controlling logarithmic parameters with MIDI CC</li>
  504. <li>Fix "MIDI CC 0x01" not selectable in some systems</li>
  505. <li>Fix loading of VST plugin parameters and LV2 state for plugin bridges</li>
  506. <li>Fix carla-single usage under ladish</li>
  507. <li>Fix file dialog filter of the internal MIDI file plugin</li>
  508. </ul>
  509. <h3>Downloads</h3>
  510. <p>
  511. To download Carla binaries or source code, jump on over to the <a href="<?php echo $ROOT; ?>/Downloads" class="external free" rel="nofollow" target="_blank">KXStudio downloads section</a>.<br/>
  512. 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/>
  513. Bug reports and feature requests are welcome! Jump on over to the <a href="https://github.com/falkTX/Carla" class="external free" rel="nofollow" target="_blank">Carla's Github project</a> page for those.
  514. </p>
  515. <h3>Future</h3>
  516. <p>
  517. The next Carla release is meant to close the 2.0 features, and focus on feature parity between all OSes.<br/>
  518. It might take some time though (unless there is major regression that makes a new release required).
  519. </p>
  520. <p>
  521. For now I plan to focus on other things that have been on the backlog for some time,
  522. including DPF, KXStudio 18.04 ISO and JACK maintenance.<br/>
  523. News on that will be published when something is ready, please be patient.
  524. </p>
  525. <hr/>
  526. <p>
  527. <span style="font-size: 20px">&gt; Cadence 0.9.0 release and KXStudio 18.04 preparations</span><br/>
  528. On <i>2018-04-02</i> by<i> falkTX</i>
  529. </p>
  530. <p>
  531. Cadence 0.9.0 has just been tagged in its
  532. <a target="_blank" href="https://github.com/falkTX/Cadence">git repository</a>.<br/>
  533. No new features have been added to the code-base.<br/>
  534. The release is focused on the Qt5 port, and of course the fixes that have been added over time.<br/>
  535. Qt4 is no longer supported; the code was updated to work with Qt5, without having a fallback Qt4 mode (unlike Carla).<br/>
  536. Cadence Qt5 port is needed for a proper KXStudio 18.04 release, as we will be using KDE5 Plasma as desktop environment.<br/>
  537. </p>
  538. <p>
  539. The
  540. <a target="_blank" href="https://github.com/KXStudio/KXStudio/tree/master/welcome">KXStudio "Welcome" wizard</a>
  541. has also been ported to Qt5.<br/>
  542. This finalizes the Qt4 =&gt; Qt5 porting process, with all KXStudio tools now running in Qt5.<br/>
  543. </p>
  544. <p>
  545. In other news, the preparations for KXStudio's 18.04 ISO release
  546. <a target="_blank" href="https://github.com/KXStudio/KXStudio/commits/master">have started</a>.<br/>
  547. The decision is to use
  548. <a target="_blank" href="https://neon.kde.org/">Neon</a>
  549. as the base distro for the next ISO images, with Breezy-Dark as default theme.<br/>
  550. The KXStudio configuration files have been ported from KDE4 to KDE5, with only a few tweaks missing now.<br/>
  551. If you're running the KXStudio repositories with Neon 16.04, you can already install the kxstudio-desktop-neon package. :)<br/>
  552. </p>
  553. <p>
  554. Note that Ubuntu 18.04 (and thus Neon 18.04) is not out yet, so a release will of course have to wait for them first.<br/>
  555. (Neon does not actually have their 18.04 repositories fully ready at this point)<br/>
  556. We will have beta images first, to let users test and give feedback.<br/>
  557. When everything seems to run fine, and I am happy with the results, the final image will released.<br/>
  558. No estimation on the 'when' just yet though - it will be out when it's ready - so please don't keep asking. ;)<br/>
  559. </p>
  560. <hr/>
  561. <p>
  562. <span style="font-size: 20px">&gt; Carla 2.0 beta6 is here!</span><br/>
  563. On <i>2018-01-25</i> by<i> falkTX</i>
  564. </p>
  565. <p>
  566. Hello again everyone, I am glad to bring you the 6th beta of the upcoming Carla 2.0 release.<br/>
  567. It has been over one year since the last Carla release, it was about time. :)<br/>
  568. This should be the last beta for the 2.0 series, as next one is planned to be release candidate 1.
  569. </p>
  570. <p>
  571. There were quite some changes under the hood, mostly in a good way.<br/>
  572. The trade-off for users is that this means losing some features, the biggest ones being VST3 and AU plugin support.<br/>
  573. The way audio and MIDI devices are handled on Windows and macOS also changed, no longer having dynamic MIDI ports.<br/>
  574. See the previous post about Carla to get more details on the "breaking changes".
  575. </p>
  576. <p>
  577. But let's move on with the good stuff!<br/>
  578. Here are some of the highlights for this release:
  579. </p>
  580. <table><tr><td>
  581. <img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta6_transport.png" alt="transport"/>
  582. </td><td>
  583. <h3>Transport controls and Ableton Link support (experimental)</h3>
  584. <p>
  585. Previous releases of Carla had basic time controls already,
  586. but it was quite basic and lacked options for JACK transport and BPM control.<br/>
  587. Now JACK transport is optional, transport works for non-JACK drivers and BPM can be adjusted manually.<br/>
  588. Ableton Link support was added in was well, as another way to sync transport. It was not extensively tested though.<br/>
  589. Also note that, due to compiler support, the current Carla macOS builds do not support Link.<br/>
  590. </p>
  591. <p>
  592. Transport can misbehave when rolling back or forwards, so this feature is still classified as experimental.<br/>
  593. The plan is to have transport stabilized when the final 2.0 version is released.<br/>
  594. </p>
  595. </td></tr></table>
  596. <p><br/></p>
  597. <table><tr><td>
  598. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta6_settings.png">
  599. <img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta6_settings_crop.png" alt="settings"/>
  600. </a>
  601. </td><td>
  602. <h3>Tweak of settings page</h3>
  603. <p>
  604. Carla's settings dialog received an overhaul.<br/>
  605. Everything that was deemed unstable was moved into a new 'experimental' page, and disabled by default.<br/>
  606. So in order to use plugin bridges for example, you need to first enable experimental features, then the bridges.<br/>
  607. The (experimental) features mentioned on this article all have to be enabled in the same way too.<br/>
  608. Last but not least, a page dedicated to Wine settings (wine-prefix, wine startup binary, RT variables) was added.<br/>
  609. </p>
  610. </td></tr></table>
  611. <p><br/></p>
  612. <table><tr><td>
  613. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta6_jack-apps.png">
  614. <img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta6_jack-apps_crop.png" alt="jack-apps"/>
  615. </a>
  616. </td><td>
  617. <h3>Load of JACK applications as plugins (Linux only, experimental)</h3>
  618. <p>
  619. This is a big one... :)<br/>
  620. Initially just an idea that became an ugly hack/test for private use only, I soon realized it had great potential.<br/>
  621. So I split the code used for plugin bridges and made it more generic so it could be re-used for such features.<br/>
  622. And here we have it, JACK applications running as regular plugins inside Carla - including showing/hiding their main interface.<br/>
  623. Applications also receive JACK transport as rolling in the host.<br/>
  624. </p>
  625. <p>
  626. In this mode Carla basically becomes a self-contained JACK server, and exposes a special libjack to the client.<br/>
  627. The client connects to Carla believing it's actually connecting to "JACK", as Carla implements libjack API through its plugin bridge mechanism.<br/>
  628. Within Carla you first define a fixed number of audio and midi ports at the start.<br/>
  629. Ports are allocated dynamically on the plugin side, but get mixed down at the end to the number of outputs selected.<br/>
  630. This is a nice workaround against clients that dynamically register their ports, sometimes with random names too.<br/>
  631. With Carla jack-apps-as-plugins method, the client ports are persistent.<br/>
  632. </p>
  633. <p>
  634. The full libjack API is not implemented though, only the important parts, in order to get most applications running.<br/>
  635. The most notable missing calls are related precise timing information and non-callback based processing.<br/>
  636. Also no session management is implemented at the moment.<br/>
  637. But, even without this, stuff like audacity, lmms, hydrogen, renoise and vlc work.<br/>
  638. </p>
  639. <p>
  640. This is a work in progress, but already working quite well considering how new it is.<br/>
  641. </p>
  642. </td></tr></table>
  643. <p><br/></p>
  644. <table><tr><td>
  645. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta6_export-lv2.png">
  646. <img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta6_export-lv2_crop.png" alt="export-lv2"/>
  647. </a>
  648. </td><td>
  649. <h3>Export any loaded plugin or file as a single LV2 plugin (experimental)</h3>
  650. <p>
  651. Another big feature of this release is the possibility to export any plugin or sound file loaded in Carla
  652. as its own self-contained (LV2) plugin.<br/>
  653. This can really be any regular plugin, a sound bank (e.g. an SFZ file), a plugin bridge or even JACK application.<br/>
  654. The exported plugin will run with the smallest amount of wrapping possible between the host and the carla loaded plugin.<br/>
  655. Carla will not appear at all, triggering the "show ui" on the host will show the actual plugin UI.<br/>
  656. ***Note that the exported plugins are not portable! They require Carla to be always installed on the same location.***<br/>
  657. </p>
  658. <p>
  659. Audio, MIDI, transport information, custom UI are fully working already.<br/>
  660. The only missing feature at the moment is LV2 state, which needs to map to DSSI configures, VST chunks and other stuff.<br/>
  661. Although working for non-Linux systems, this was not tested.<br/>
  662. Testing of this feature in general is very appreciated.<br/>
  663. </p>
  664. </td></tr></table>
  665. <p><br/></p>
  666. <table><tr><td>
  667. <a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta6_freebsd.png">
  668. <img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta6_freebsd_crop.png" alt="freebsd"/>
  669. </a>
  670. </td><td>
  671. <h3>FreeBSD and other non-Linux systems</h3>
  672. <p>
  673. After the removal of the juce library from the code-base (as
  674. <a href="http://kxstudio.linuxaudio.org/News/?action=view&url=breaking-changes-in-carla-plugin-host" target="_blank">
  675. discussed before</a>),
  676. Carla was free to support more than just the big 3 OSes.<br/>
  677. With the help of the community, Carla is now available to install on FreeBSD through its ports system.<br/>
  678. I was able to build and install it myself as well, and actually make good noise on a BSD system. Neat! :)<br/>
  679. It's also now possible to build Carla for GNU/Hurd and HaikuOS as well, and I imagine for even more systems if one so desires.<br/>
  680. If this is something you're interested in and need some help, let me know.
  681. </p>
  682. </td></tr></table>
  683. <p><br/></p>
  684. <h3>Other changes</h3>
  685. <p>
  686. There are quite a lot of other smaller changes made in Carla since beta5, these include:<br/>
  687. </p>
  688. <ul>
  689. <li>Added artwork and license to about dialog</li>
  690. <li>Added carla-rack no-midi-out mode as plugin</li>
  691. <li>Allow drag&amp;drop of plugin binaries into Rack view</li>
  692. <li>Add "prevent bad plugin behaviour" option (experimental, Linux only)</li>
  693. <li>Auto-detect wine-prefix for plugin bridges</li>
  694. <li>Expand usable MIDI keyboard keys a little (Z-M plus Q-P for 2 full octaves and 5 extra keys)</li>
  695. <li>Implement parameter text for plugin bridges</li>
  696. <li>Implement "Manage UIs" option for macOS and Windows</li>
  697. <li>Place more parameters per tab in editor dialog</li>
  698. <li>Show active peaks and enable keyboard for carla-rack group in canvas</li>
  699. <li>Knobs are now controlled in a linear way</li>
  700. <li>Previous experimental plugins removed, and carla-zynaddsubfx no longer exported</li>
  701. <li>Rack view can handle integeter knobs properly</li>
  702. <li>Save and restore canvas positions (standalone only for now)</li>
  703. </ul>
  704. <h3>Special Notes</h3>
  705. <ul>
  706. <li>Carla as plugin and Carla-Control are still not available for Windows, likely won't be done for v2.0.</li>
  707. </ul>
  708. <h3>Downloads</h3>
  709. <p>
  710. To download Carla binaries or source code, jump on over to the <a href="<?php echo $ROOT; ?>/Downloads" class="external free" rel="nofollow" target="_blank">KXStudio downloads section</a>.<br/>
  711. 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/>
  712. Bug reports and feature requests are welcome! Jump on over to the <a href="https://github.com/falkTX/Carla" class="external free" rel="nofollow" target="_blank">Carla's Github project</a> page for those.
  713. </p>
  714. <hr/>
  715. <p>
  716. <span style="font-size: 20px">&gt; JACK2 1.9.12 release and future plans</span><br/>
  717. On <i>2017-12-21</i> by<i> falkTX</i>
  718. </p>
  719. <p>
  720. A few days ago a new version of JACK2 was released.<br/>
  721. You can grab the latest release source code at
  722. <a href="https://github.com/jackaudio/jack2/releases" target="_blank">
  723. https://github.com/jackaudio/jack2/releases</a>.<br/>
  724. The official changelog is:<br/>
  725. </p>
  726. <ul>
  727. <li>Fix Windows build issues</li>
  728. <li>Fix build with gcc 7</li>
  729. <li>Show hint when DBus device reservation fails</li>
  730. <li>Add support for internal session files</li>
  731. </ul>
  732. <p>
  733. If you did not know already, I am now maintaining JACK2 (and also JACK1).<br/>
  734. So this latest release was brought to you by yours truly. ;)<br/>
  735. </p>
  736. <p>
  737. The release was actually already tagged on the git repo quite some time ago, but I was waiting to see if Windows builds were possible.<br/>
  738. I got side-tracked with other things and 1.9.12 ended up not being released for some time, until someone reminded me of it again... :)<br/>
  739. There are still no updated macOS or Windows builds, but I did not want to delay the release further because of it.<br/>
  740. The 1.9.11 release (without RC label) was skipped to avoid confusion with the versions.<br/>
  741. So 1.9.12 is the latest release as of today. macOS and Windows binaries still use an older 1.9.11 version.
  742. </p>
  743. <p>
  744. Being the maintainer of both JACK1 and JACK2 means I can (more or less) decide the future of JACK.<br/>
  745. I believe a lot of people are interested to know the current plan.<br/>
  746. </p>
  747. <p>
  748. First, JACK1 is in bug-fix mode only.<br/>
  749. I want to keep it as the go-to reference implementation of JACK, but not add any new features to it.<br/>
  750. The reason for this is to try to get JACK1 and JACK2 to share as much code as possible.<br/>
  751. Currently JACK2 includes its own copy of JACK headers, examples and utilities, while JACK1 uses sub-repositories.<br/>
  752. During the course of next year (that is, 2018) I want to get JACK2 to slowly use the same stuff JACK1 does, then switch to use the same repositories as submodules like JACK1 does.<br/>
  753. This will reduce the differences between the 2 implementations, and make it a lot easier to contribute to the examples and utilities provided by JACK.<br/>
  754. (Not to mention the confusion caused by having utilities that work in simlar yet different ways)<br/>
  755. We will keep JACK1 "frozen" until this is all done.<br/>
  756. </p>
  757. <p>
  758. Second, but not least important, is to get the JACK1 specific features into JACK2.<br/>
  759. A few things were added into JACK1 after JACk2 was created, that never made it into JACK2.<br/>
  760. This includes meta-data (JACK2 does have the API, but a non-functional one) and the new internal clients.<br/>
  761. The purpose is to reduce reasons users might have to switch/decide between JACK1 and JACK2.<br/>
  762. JACK2 should have all features that JACK1 has, so that most users choose JACK2.<br/>
  763. </p>
  764. <p>
  765. Now, you are probably getting the impression that the focus will be on JACK2, which is correct.<br/>
  766. Though I realize some developers might prefer JACK1's design, the long "battle" of JACK1 and JACK2 needs to stop.<br/>
  767. Development of new features will happen in the JACK2 codebase, and JACK1 will slowly become legacy.<br/>
  768. Well, this is my personal plan at least.<br/>
  769. </p>
  770. <p>
  771. Not sure if this all can be done in 2018, but better to take things slowly and get things done than do nothing at all.<br/>
  772. I will keep you updated on the progress through-out the year.<br/>
  773. Happy holidays everyone!<br/>
  774. </p>
  775. <hr/>
  776. <p>
  777. <span style="font-size: 20px">&gt; Breaking changes in Carla Plugin Host</span><br/>
  778. On <i>2017-11-21</i> by<i> falkTX</i>
  779. </p>
  780. <p>
  781. Hello everyone, I have some bad and good news about Carla.<br/>
  782. If you've been following the development on the git repository you likely know what this is about.<br/>
  783. There were some major changes done to Carla's code base in the past few days.<br/>
  784. </p>
  785. <p>
  786. The biggest change is the <b>removal of the Juce library</b>.<br/>
  787. The reasons for this are well known by some developers, but I'll not write about them here.<br/>
  788. After looking around for alternatives,
  789. I decided to fork an older GPLv2 compatible version of Juce and strip it down to the really essential parts needed
  790. to get Carla to build and run - even if it meant losing some of the features.<br/>
  791. The possibility to change to an entirely different C++ framework crossed my mind,
  792. but the amount of effort and breaking changes would be too big.<br/>
  793. I called the end result 'water'. You can say Carla doesn't need Juce, water is fine ;)<br/>
  794. There's only a few classes and files needed for I/O, XML and AudioGraph handling, everything else is gone. \o/
  795. </p>
  796. <p>
  797. The implications for this change are not big for Linux users,
  798. and is even a source of good news for other OpenSource Operating System users like FreeBSD and HaikuOS.<br/>
  799. In short, because Juce is no longer there, we have <b>lost support for VST3 and AudioUnit plugins</b>.<br/>
  800. Plus VST2 plugins on Windows and MacOS are now handled by Carla's code instead of relying on Juce.<br/>
  801. This heavily reduces the amount of compatible plugins handled by Carla, because Juce had a lot of hacks in order
  802. to make a lot of commercial plugins run properly.<br/>
  803. Also Carla on Windows and MacOS used Juce to handle Audio and MIDI devices,
  804. which now has been changed to RtAudio and RtMidi.<br/>
  805. RtAudio &amp; RtMidi are not as fully-featured as Juce was (we lose dynamic MIDI ports, for example),
  806. but I am glad to have Juce gone from the code-base.<br/>
  807. (You can say that parts of it are still there, but my conscience is clear,
  808. and Carla remains self-contained which was my main point since v2.0 development started)
  809. </p>
  810. <p>
  811. The next breaking change relates to the internal plugins used in Carla.<br/>
  812. The <b>plugins that already exist as LV2 will stop being exported with the carla.lv2</b> bundle.<br/>
  813. Plus these plugins will soon be removed from the default build.<br/>
  814. They quickly bloat the Carla binaries, as they include their artwork.
  815. Not to mention increasing the clone and building times.<br/>
  816. The plan is to have them disabled by default and moved into a new repository as submodule.<br/>
  817. Oh and the "experimental" plugins are going away soon.
  818. It was a mistake to make them Carla-specific in the first place, they should be regular audio plugins instead.
  819. <p>
  820. Another breaking change is the removal of modgui support.<br/>
  821. The code only worked for PyQt4, which is no longer the default for Carla source-based builds.<br/>
  822. Plus it required webkit, which brings a big list of dependencies.
  823. I would have to port the code to webengine/chromium to make it work with PyQt5... no thanks.<br/>
  824. </p>
  825. <p>
  826. The final breaking change is the introduction of the <b>Experimental option in Carla's settings</b>.<br/>
  827. Everything that is not stable at the moment went there as an option, and got disabled by default. This includes:
  828. </p>
  829. <ul>
  830. <li>Plugin bridges</li>
  831. <li>Wine options</li>
  832. <li>Force-stereo mode</li>
  833. <li>Canvas eye-candy</li>
  834. <li>Canvas with OpenGL</li>
  835. </ul>
  836. <p>
  837. All new in-development / testing features will get introduced as experimental first.<br/>
  838. This will speed up the release of 2.0, since not everything needs to be finished for it.<br/>
  839. For example, plugin bridges can still be there and not fully implemented, and we still have 2.0-stable out!
  840. </p>
  841. <p>
  842. That's it! Thanks for reading so far.<br/>
  843. In other news, I gave a small presentation about Carla in this year's Sonoj Conference.<br/>
  844. You can check it out here:<br/>
  845. <a target="_blank" href="https://media.ccc.de/v/sonoj2017-1704-carla-plugin-host">
  846. https://media.ccc.de/v/sonoj2017-1704-carla-plugin-host
  847. </a>
  848. </p>
  849. <p>
  850. Carla 2.0-beta6 will be out soon :)
  851. </p>
  852. <hr/>
  853. <p>
  854. <span style="font-size: 20px">&gt; DPF-Plugins v1.1 released</span><br/>
  855. On <i>2017-06-17</i> by<i> falkTX</i>
  856. </p>
  857. <p>
  858. With some minor things finally done and all reported bugs squashed, it's time to tag a new release of DPF-Plugins.<br/>
  859. <a href="<?php echo $ROOT; ?>/screenshots/news/dpf-plugins-1.1.png">
  860. <img src="<?php echo $ROOT; ?>/screenshots/news/dpf-plugins-1.1_crop.png" alt=""/>
  861. </a>
  862. </p>
  863. <p>
  864. The initial 1.0 version was not really advertised/publicized before, as there were still a few things I wanted done first
  865. - but they were already usable as-is.<br/>
  866. The base framework used by these plugins (DPF) will get some deep changes soon, so better to have this release out now.
  867. </p>
  868. <p>
  869. I will not write a changelog here, it was just many small changes here and there for all the plugins since v1.0.<br/>
  870. Just think of this release as the initial one. :P
  871. </p>
  872. <p>
  873. The source code plus Linux, macOS and Windows binaries can be downloaded at
  874. <a href="https://github.com/DISTRHO/DPF-Plugins/releases/tag/v1.1" target="_blank">
  875. https://github.com/DISTRHO/DPF-Plugins/releases/tag/v1.1</a>.<br/>
  876. The plugins are released as LADSPA, DSSI, LV2, VST2 and JACK standalone.<br/>
  877. </p>
  878. <p>
  879. As this is the first time I show off the plugins like this, let's go through them a little bit...<br/>
  880. The order shown is more or less the order in which they were made.<br/>
  881. Note that most plugins here were made/ported as a learning exercise, so not everything is new.<br/>
  882. Many thanks to Ant&oacute;nio Saraiva for the design of some of these interfaces!
  883. </p>
  884. <h3>Mini-Series</h3>
  885. <p>
  886. This is a collection of small but useful plugins, based on the good old LOSER-Dev Plugins.<br/>
  887. This collection currently includes 3 Band EQ, 3 Band Splitter and Ping Pong Pan.<br/>
  888. <br/>
  889. <img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/3BandEQ/Screenshot.png" alt="3bandeq"/>
  890. <img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/3BandSplitter/Screenshot.png" alt="3bandsplitter"/>
  891. <img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/PingPongPan/Screenshot.png" alt="pingpongpan"/>
  892. </p>
  893. <h3>MVerb</h3>
  894. <p>
  895. Studio quality, open-source reverb.<br/>
  896. 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/>
  897. This is a DPF'ied build of the original
  898. <a href="https://github.com/martineastwood/mverb/" target="_blank">MVerb</a>
  899. plugin, allowing a proper Linux version with UI.<br/>
  900. <br/>
  901. <img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/MVerb/Screenshot.png" alt="mverb"/>
  902. </p>
  903. <h3>Nekobi</h3>
  904. <p>
  905. Simple single-oscillator synth based on the Roland TB-303.<br/>
  906. This is a DPF'ied build of the
  907. <a href="https://github.com/gordonjcp/nekobee" target="_blank">nekobee</a>
  908. project, allowing LV2 and VST builds of the plugin, plus a nicer UI with a simple cat animation. ;)<br/>
  909. <br/>
  910. <img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/Nekobi/Screenshot.png" alt="nekobi"/>
  911. </p>
  912. <h3>Kars</h3>
  913. <p>
  914. Simple karplus-strong plucked string synth.<br/>
  915. This is a DPF'ied build of the karplong DSSI example synth, written by Chris Cannam.<br/>
  916. 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/>
  917. <br/>
  918. <img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/Kars/Screenshot.png" alt="kars"/>
  919. </p>
  920. <h3>ndc-Plugs</h3>
  921. <p>
  922. DPF'ied ports of some plugins from Niall Moody.<br/>
  923. See
  924. <a href="http://www.niallmoody.com/ndcplugs/plugins.htm" target="_blank">http://www.niallmoody.com/ndcplugs/plugins.htm</a>
  925. for the original author's page.<br/>
  926. This collection currently includes Amplitude Imposer, Cycle Shifter and Soul Force plugins.<br/>
  927. <br/>
  928. <img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/AmplitudeImposer/Screenshot.png" alt="amplitudeimposer"/>
  929. <img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/CycleShifter/Screenshot.png" alt="cycleshifter"/>
  930. <img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/SoulForce/Screenshot.png" alt="soulforce"/>
  931. </p>
  932. <h3>ProM</h3>
  933. <p>
  934. <a href="http://projectm.sourceforge.net/" target="_blank">projectM</a> is an awesome music visualizer.<br/>
  935. This plugin makes it work as an audio plugin (LV2 and VST).<br/>
  936. <img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/ProM/Screenshot.png" alt="prom"/>
  937. </p>
  938. <h3>glBars</h3>
  939. <p>
  940. This is an OpenGL bars visualization plugin (as seen in XMMS and XBMC/Kodi).<br/>
  941. Adapted from the
  942. <a href="https://github.com/nedko/jack_glbars/">jack_glbars</a>
  943. project by Nedko Arnaudov.<br/>
  944. <img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/glBars/Screenshot.png" alt="glbars"/>
  945. </p>
  946. <hr/>
  947. <p>
  948. <span style="font-size: 20px">&gt; KXStudio 14.04.5 release and future plans</span><br/>
  949. On <i>2017-06-10</i> by<i> falkTX</i>
  950. </p>
  951. <p>
  952. Hello there, it's time for another KXStudio ISO release! KXStudio 14.04.5 is here!<br/>
  953. </p>
  954. <p>
  955. 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/>
  956. 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/>
  957. But we had a really big amount of releases for our beloved software, enough to deserve this small ISO update.<br/>
  958. 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/>
  959. You know the saying - if ain't broken, don't fix it!
  960. </p>
  961. <p>
  962. Before you ask.. no, there won't be a 16.04 based ISO release.<br/>
  963. 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/>
  964. KDE5 is a lot better now than it used to be, but we missed the opportunity there.
  965. </p>
  966. <p>
  967. 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/>
  968. (Yes, this means using Ubuntu 18.04 as base)<br/>
  969. The choice of KDE Plasma as desktop environment is not set in stone, other (lighter) desktops have appeared recently that will be considered.<br/>
  970. In the end it depends if it will be stable and good enough for audio production.
  971. </p>
  972. <p>
  973. 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/>
  974. </p>
  975. <p>
  976. And that's it for now.<br/>
  977. We hope you enjoy KXStudio, being it the ISO "distribution" release or the repositories.
  978. </p>
  979. <hr/>
  980. <p>
  981. <span style="font-size: 20px">&gt; Carla 2.0 beta5 is here!</span><br/>
  982. On <i>2017-01-05</i> by<i> falkTX</i>
  983. </p>
  984. <p>
  985. Hello again everyone, we're glad to bring you the 5th beta of the upcoming Carla 2.0 release.<br/>
  986. 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/>
  987. There's quite a lot of changes under the hood, mostly bugfixes and minor but useful additions.<br/>
  988. With that being said, here are some of the highlights:
  989. </p>
  990. <table><tr><td>
  991. <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>
  992. </td><td>
  993. <h3>Carla-Control is back!</h3>
  994. <p>
  995. Carla-Control is an application to remotely control a Carla instance via network, using OSC messages.<br/>
  996. It stopped working shortly after Carla's move to 2.x development, but now it's back, and working a lot better.<br/>
  997. Currently works on Linux and Mac OS.
  998. </p>
  999. </td></tr></table>
  1000. <p><br/></p>
  1001. <table><tr><td>
  1002. <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>
  1003. </td><td>
  1004. <h3>Logs tab</h3>
  1005. <p>
  1006. This was also something that was brought back in this release.<br/>
  1007. It was initially removed from the 2.x series because it did not work so well.<br/>
  1008. Now the code has been fixed up and brought to life.
  1009. </p>
  1010. <p>
  1011. You can disable it in the settings if you prefer your messages to go to the console as usual.<br/>
  1012. Sadly this does not work on Windows just yet, only for Linux and Mac OS.<br/>
  1013. 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.
  1014. </p>
  1015. </td></tr></table>
  1016. <p><br/></p>
  1017. <table><tr><td>
  1018. <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>
  1019. </td><td>
  1020. <h3>MIDI Sequencer is dead, long live MIDI Pattern!</h3>
  1021. <p>
  1022. The internal MIDI Sequencer plugin was renamed to MIDI Pattern, and received some needed attention.<br/>
  1023. Some menu actions and parameters were added, to make it more intuitive to use.<br/>
  1024. It's now exported as part of the Carla-LV2 plugins package, and available for Linux and Mac OS.
  1025. </p>
  1026. </td></tr></table>
  1027. <p><br/></p>
  1028. <h3>More stuff</h3>
  1029. <ul>
  1030. <li>Add carla-jack-single/multi startup tools</li>
  1031. <li>Add 16 channel and 2+1 (sidechain) variant to Carla-Patchbay plugins</li>
  1032. <li>Add new custom menu when right-clicking empty rack &amp; patchbay areas</li>
  1033. <li>Add command-line option for help and version arguments</li>
  1034. <li>Add command-line option to run Carla without UI (requires project file)</li>
  1035. <li>Add X11 UI to Carla-LV2</li>
  1036. <li>Remove MVerb internal plugin (conflicting license)</li>
  1037. <li>Remove Nekofilter internal plugin (use fil4.lv2 instead)</li>
  1038. <li>Implement plugin bridges for Mac OS and Windows</li>
  1039. <li>Implement Carla-LV2 MIDI out</li>
  1040. <li>Implement initial latency code, used for aligned dry/wet sound for now</li>
  1041. <li>Implement support for VST shell plugins under Linux</li>
  1042. <li>Implement sorting of LV2 scale points</li>
  1043. <li>Allow to scan and load 32bit AUs under Mac OS</li>
  1044. <li>Allow using the same midi-cc in multiple parameters for the same plugin</li>
  1045. <li>Allow Carla-VST to be built with Qt5 (Linux only)</li>
  1046. <li>Bypass MIDI events on carla-rack plugin when rack is empty</li>
  1047. <li>Find plugin binary when saved filename doesn't exist</li>
  1048. <li>Force usage of custom theme under Mac OS</li>
  1049. <li>New option to wherever put UIs on top of carla (Linux only)</li>
  1050. <li>Make canvas draggable with mouse middle-click</li>
  1051. <li>Make it possible to force-refresh scan of LV2 and AU plugins</li>
  1052. <li>Plugin settings (force stereo, send CC, etc) are now saved in the project file</li>
  1053. <li>Renaming plugins under JACK driver mode now keeps the patchbays connections</li>
  1054. <li>Update modgui code for latest mod-ui, supports control outputs now</li>
  1055. <li>Lots and lots of bug fixes.</li>
  1056. </ul>
  1057. <p>
  1058. There will still be 1 more beta release before going for a release candidate, so expect more cool stuff soon!<br/>
  1059. </p>
  1060. <h3>Special Notes</h3>
  1061. <ul>
  1062. <li>Carla as plugin is still not available under Windows, to be done for the next beta.</li>
  1063. </ul>
  1064. <h3>Downloads</h3>
  1065. <p>
  1066. 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/>
  1067. 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/>
  1068. 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.
  1069. </p>
  1070. <hr/>
  1071. <p>
  1072. <span style="font-size: 20px">&gt; Changes in KXStudio repositories</span><br>
  1073. On <i>2016-05-06</i> by<i> falkTX</i>
  1074. </p>
  1075. <p>
  1076. Hey everyone, just a small heads up about the KXStudio repositories.
  1077. </p>
  1078. <p>
  1079. 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>
  1080. We're aware of this issue and a fix is coming soon, but it will require some changes in the repositories.<br>
  1081. </p>
  1082. <p>
  1083. First, we'll get rid of the 'lucid' builds and rebuild all of them in the 'trusty' series.<br>
  1084. 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.
  1085. </p>
  1086. <p>
  1087. Second, the gcc5 specific packages will be migrated from 'wily' series to 'xenial'.<br>
  1088. This means you'll no longer be able to use the KXStudio repositories if you're running Ubuntu 15.10.<br>
  1089. 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.
  1090. </p>
  1091. <p>
  1092. And finally, the gcc5 packages will begin using Qt5 instead of Qt4 for some applications.<br>
  1093. This will include Carla, Qtractor and the v1 series plugins.<br>
  1094. Hopefully this won't break anything, but if it does please let us know.
  1095. </p>
  1096. <p>
  1097. That's it for now. Have a nice weekend!
  1098. </p>
  1099. <hr/>
  1100. <p>
  1101. <span style="font-size: 20px">&gt; KXStudio Website has moved</span><br>
  1102. On <i>2015-07-25</i> by<i> falkTX</i>
  1103. </p>
  1104. <p>
  1105. Hey all,
  1106. </p>
  1107. <p>
  1108. As you might have noticed sourceforge has been out of service for a while now.<br>
  1109. That, coupled together with the previous adware/spyware fiasco led to me look for alternatives.
  1110. </p>
  1111. <p>
  1112. So you can now find the KXStudio website at <a href="http://kxstudio.linuxaudio.org/">http://kxstudio.linuxaudio.org/</a>.
  1113. </p>
  1114. <hr/>
  1115. <p>
  1116. <span style="font-size: 20px">&gt; Carla 2.0 beta4 is here!</span><br/>
  1117. On <i>2015-03-12</i> by<i> falkTX</i>
  1118. </p>
  1119. <p>
  1120. Hello again everyone, we're glad to bring you the 4th beta of the upcoming Carla 2.0 release.<br/>
  1121. This release is mostly focused on bug-fixing, so there aren't many splashy new features to show compared to previous ones.<br/>
  1122. Still, here's the highlights:
  1123. </p>
  1124. <h2>Highlights</h2>
  1125. <table><tr><td>
  1126. <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>
  1127. </td><td>
  1128. <h3>Updated plugin skins</h3>
  1129. <p>
  1130. The plugin skins received some updates once again.<br/>
  1131. They can now be collapsed in order to take less space.<br/>
  1132. More to come soon.<br/>
  1133. </p>
  1134. </td></tr></table>
  1135. <p><br/></p>
  1136. <table><tr><td>
  1137. <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>
  1138. </td><td>
  1139. <h3>New experimental plugins</h3>
  1140. <p>
  1141. Some of the best linux-standalone tools are now working as internal Carla plugins.<br/>
  1142. And because Carla exports its internal plugins as LV2, you'll also get them as LV2.<br/>
  1143. Note that this is still experimental!<br/>
  1144. Also, there's no support whatsoever from the original authors...<br/>
  1145. </p>
  1146. </td></tr></table>
  1147. <p><br/></p>
  1148. <table><tr><td>
  1149. <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>
  1150. </td><td>
  1151. <h3>MOD GUI Support</h3>
  1152. <p>
  1153. Carla can now show LV2 MOD GUIs, handled like a regular LV2 UI type.<br/>
  1154. Note that this only works on the right setups (you need MOD-UI to be working first).<br/>
  1155. It's not available on pre-compiled binaries, but you can get it via the KXStudio repositories.<br/>
  1156. </p>
  1157. </td></tr></table>
  1158. <p><br/></p>
  1159. <h3>More changes</h3>
  1160. <ul>
  1161. <li>LinuxSampler code has been reworked and it's working better, it now exposes 2 output parameters.</li>
  1162. <li>The plugin bridge code has been reworked; bridges are much more stable and MIDI-out is working.</li>
  1163. <li>NSM code has also been reworked, testers welcome.</li>
  1164. <li>OSC ports can be static by using CARLA_OSC_TCP_PORT and CARLA_OSC_UDP_PORT environment variables.</li>
  1165. <li>Time panel can be shown/hidden as needed.</li>
  1166. <li>DISTRHO-based internal plugins are back, specifically 3BandEQ/Splitter, PingPongPan, Nekobi, MVerb, VectorJuice and WoobleJuice.</li>
  1167. <li>carla-single script is back, allowing you to quickly test and run all plugins.</li>
  1168. <li>Carla as plugin allows new, open and save-as (export) menu actions.</li>
  1169. <li>Start of new midi-sequencer plugin, still experimental and Linux-only for now.</li>
  1170. <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>
  1171. <li>Added 6 basic parameters to the ZynAddSubFX internal plugin.</li>
  1172. <li>New MIDI channel filter plugin.</li>
  1173. <li>LV2 and AU plugins are cached and automatically updated when needed, no need for scanning.</li>
  1174. <li>Patchbay mode is now working for non-JACK drivers.</li>
  1175. <li>Carla saves internal and external connections, specially useful in patchbay mode.</li>
  1176. <li>Lots and lots of bug fixes.</li>
  1177. </ul>
  1178. <h3>Special Notes</h3>
  1179. <ul>
  1180. <li>Renaming plugins currently is not safe (unless using Rack mode).</li>
  1181. <li>GIG/SF2/SFZ skin still to be done, and some others...</li>
  1182. <li>Plugin bridges only work on Linux right now. They used to be working for OSX but stopped due to a OS limitation.</li>
  1183. <li>Windows 64bit builds a shows small console windows when discovering plugins. This is not intended and will hopefully be fixed soon.</li>
  1184. </ul>
  1185. <h3>Downloads</h3>
  1186. <p>
  1187. 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/>
  1188. 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/>
  1189. 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.
  1190. </p>
  1191. <hr/>
  1192. <p>
  1193. <span style="font-size: 20px">&gt; Carla 2.0 beta3 is here!</span><br/>
  1194. On <i>2014-10-24</i> by<i> falkTX</i>
  1195. </p>
  1196. <p>
  1197. Hello again everyone, we're glad to bring to you the 3rd beta of the upcoming Carla 2.0 release.<br/>
  1198. There have been quite a few nice features implemented since beta2; here are the highlights.
  1199. </p>
  1200. <h2>Highlights</h2>
  1201. <table><tr><td>
  1202. <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>
  1203. </td><td>
  1204. <h3>Internal Patchbay</h3>
  1205. <p>
  1206. This new engine processing mode is similar to what JACK does for all clients and what other modular applications do.<br/>
  1207. Every plugin gets its own canvas group and ports allowing you to interconnect plugin audio and MIDI.<br/>
  1208. You can use this mode to build complex plugin routing scenarios, perhaps involving several layers of rack and patchbays.<br/>
  1209. <br/>
  1210. <i>Note that this is currently not available for non-JACK drivers; but for those you can use the internal carla-patchbay plugin.<br/>
  1211. 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/>
  1212. </p>
  1213. </td></tr></table>
  1214. <p><br/></p>
  1215. <table><tr><td>
  1216. <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>
  1217. </td><td>
  1218. <h3>Carla as VST plugin (Linux only)</h3>
  1219. <p>
  1220. With the first beta of Carla 2.0 we introduced Carla as a plugin, which worked as both internal and LV2.<br/>
  1221. Now Carla is available as a VST plugin too, allowing you to load it all DAWs released for Linux.<br/>
  1222. There are 4 variants: Rack-Synth, Rack-FX, Patchbay-Synth and Patchbay-FX.<br/>
  1223. </p>
  1224. </td></tr></table>
  1225. <p><br/></p>
  1226. <table><tr><td>
  1227. <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>
  1228. </td><td>
  1229. <h3>Carla LMMS Plugin</h3>
  1230. <p>
  1231. Carla has an LMMS plugin too, as Carla-Patchbay and Carla-Rack instruments.<br/>
  1232. So finally you can use native softsynths within LMMS!<br/>
  1233. The carla-lmms plugin code is already in LMMS and will be part of its 1.1 release.<br/>
  1234. <br/>
  1235. If you're using the KXStudio repositories and feel like giving it a try simply install carla-git and lmms.<br/>
  1236. </p>
  1237. </td></tr></table>
  1238. <p><br/></p>
  1239. <table><tr><td>
  1240. <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>
  1241. </td><td>
  1242. <h3>AU Plugins (MacOS only)</h3>
  1243. <p>
  1244. AU plugins are working in Carla now.<br/>
  1245. Carla's plugin compatibility increases once more.<br/>
  1246. </p>
  1247. </td></tr></table>
  1248. <p><br/></p>
  1249. <table><tr><td>
  1250. <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>
  1251. </td><td>
  1252. <h3>New and updated skins</h3>
  1253. <p>
  1254. There's a new OpenAV-style plugin slot skin.<br/>
  1255. Calf and ZynFX have been updated.<br/>
  1256. More to come soon.<br/>
  1257. </p>
  1258. </td></tr></table>
  1259. <p><br/></p>
  1260. <table><tr><td>
  1261. <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>
  1262. </td><td>
  1263. <h3>Old non-skin mode</h3>
  1264. <p>
  1265. You can now use the old non-skin mode from Carla 1.x series.<br/>
  1266. This saves space if you load lots of plugins at once.<br/>
  1267. </p>
  1268. </td></tr></table>
  1269. <p><br/></p>
  1270. <h3>More stuff</h3>
  1271. <ul>
  1272. <li>New time panel added, but it's very incomplete.</li>
  1273. <li>LV2 plugin discovery is now automatic, but without plugin checks or testing.</li>
  1274. <li>LV2 plugins are fully working on MacOS and Windows, including their native UIs (Cocoa and HWND respectively).</li>
  1275. </ul>
  1276. <p>
  1277. There will still be 1 or 2 more beta releases before going for a release candidate, so expect more cool stuff soon!<br/>
  1278. </p>
  1279. <h3>Downloads</h3>
  1280. <p>
  1281. 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/>
  1282. 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/>
  1283. 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.
  1284. </p>
  1285. <hr/>
  1286. <p>
  1287. <span style="font-size: 20px">&gt; DISTRHO: New plugins and minor fixing</span><br/>
  1288. On <i>2014-08-26</i> by<i> falkTX</i>
  1289. </p>
  1290. <p>In this release we bring 4 new Linux plugin ports:<br>
  1291. - EasySSP<br>
  1292. - LUFS Meter<br>
  1293. - Luftikus<br>
  1294. - Stereo Source Separator<br>
  1295. (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.)
  1296. </p>
  1297. <p>The DPF-based plugins also had some minor fixes:<br>
  1298. - 3BandEQ/Splitter had its sliders inverted, now fixed<br>
  1299. - ProM now has pre-compiled linux binaries; UI can be resized by using - and + keys<br>
  1300. - MVerb knobs order has been fixed<br>
  1301. - Allow to open UI in LV2 hosts that don't support options feature (Ingen)<br>
  1302. - Workaround for some VST hosts that don't set sample rate during init (Ardour3 and energyXT)<br>
  1303. </p>
  1304. <hr/>
  1305. <p>
  1306. <span style="font-size: 20px">&gt; The 2nd beta of Carla 2.0 is here!</span><br/>
  1307. On <i>2014-08-15</i> by<i> falkTX</i>
  1308. </p>
  1309. <p>
  1310. The Carla Plugin Host 2.0 beta2 release is finally here!<br/>
  1311. This release was slightly delayed in order to ensure plugin bridges were working properly.<br/>
  1312. 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>.
  1313. </p>
  1314. <p>
  1315. In short, this release makes plugin bridges actually work and it's the first to support MacOS (>= 10.6).<br/>
  1316. The backend is now completely toolkit agnostic, only depending on the native window system (like X11 on Linux).<br/>
  1317. This release is much more stable when compared to the previous beta - it will no longer eat your cat! ;)<br/>
  1318. It should already be good enough for regular usage, if you can ignore some incomplete UI things.
  1319. </p>
  1320. <p>
  1321. Known issues / Release notes: (all to be fixed in the next beta)
  1322. </p>
  1323. <ul>
  1324. <li>All DPF and JUCE-based internal plugins were removed to reduce code size and complexity, they will be re-introduced later</li>
  1325. <li>AU plugin support is available on MacOS, but the discovery mechanism fails to find them</li>
  1326. <li>Linux release has support for bridging Window plugins using Wine (32bit and 64bit).</li>
  1327. <li>Linux 32bit release will not load 64bit plugins even if ran on a 64bit system</li>
  1328. <li>MacOS Carla-Rack LV2 plugin fails to show UI</li>
  1329. <li>MacOS and Windows do not support native widgets in LV2 yet (Cocoa and HWND, respectively)</li>
  1330. <li>MacOS release is 64bit only but it can load 32bit plugins</li>
  1331. <li>Windows 64bit build doesn't provide GIG and SFZ support, use the 32bit build if you need those</li>
  1332. <li>Windows builds do not support bridges (ie, 32bit plugins on a 64bit Carla) or Carla as plugin</li>
  1333. </ul>
  1334. <p>
  1335. The next beta will change a few things, specially UI-wise.<br/>
  1336. The discovery mechanism needs to be reworked for AU support and faster LV2 access.<br/>
  1337. Adding plugins and browsing presets will probably change too.<br/>
  1338. LMMS and VST plugin versions of Carla-Rack are also planned, but no promises for these.<br/>
  1339. We'll be posting more news as things are developed.
  1340. </p>
  1341. <hr/>
  1342. <p>
  1343. <span style="font-size: 20px">&gt; DISTRHO New release pack (2014-07-16)</span><br/>
  1344. On <i>2014-07-16</i> by<i> falkTX</i>
  1345. </p>
  1346. <p>
  1347. <b>DISTRHO has a new release!</b>
  1348. </p>
  1349. <p>
  1350. In this release we cleaned up all the plugins, added new ones and removed those that we not considered good enough.<br/>
  1351. Standalones are no longer available. Highlife was removed as a requested by its authors.
  1352. </p>
  1353. <p>
  1354. The plugins we added to Ports are:
  1355. </p>
  1356. <ul>
  1357. <li>Dexed</li>
  1358. <li>KlangFalter</li>
  1359. <li>MVerb</li>
  1360. <li>Nekobi</li>
  1361. <li>Obxd</li>
  1362. <li>PitchedDelay</li>
  1363. </ul>
  1364. <p>
  1365. Additionally we made a new plugin - <a href="https://github.com/DISTRHO/ProM" class="external free" rel="nofollow" target="_blank">ProM</a>
  1366. - a music visualizer as audio plugin based on projectm.
  1367. </p>
  1368. <p>
  1369. See the plugins and ports sections on <a href="http://distrho.sourceforge.net/" class="external free" rel="nofollow" target="_blank">
  1370. DISTRHO's website</a> for screenshots and downloads.<br/>
  1371. 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>.
  1372. </p>
  1373. <hr/>
  1374. <p>
  1375. <span style="font-size: 20px">&gt; Introducing JackAss</span><br/>
  1376. On <i>2014-05-16</i> by<i> falkTX</i>
  1377. </p>
  1378. <p>
  1379. JackAss is a VST plugin that provides JACK-MIDI support for VST hosts.<br/>
  1380. Simply load the plugin in your favourite host to get a JACK-MIDI port.<br/>
  1381. Each new plugin instance creates a new MIDI port.<br/>
  1382. </p>
  1383. <p>
  1384. <b>Here's JackAss loaded in FL Studio:</b><br/><br/>
  1385. <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/>
  1386. <br/>
  1387. <b>And an example setup in Carla for it:</b><br/><br/>
  1388. <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/>
  1389. </p>
  1390. <p>
  1391. JackAss sends the notes from the host to its JACK-MIDI port.<br/>
  1392. It also exposes 50 parameters, which send a MIDI CC message when changed.<br/>
  1393. You can use this to easily control external applications that accept JACK-MIDI input and possibly CC for automation (like Carla).<br/>
  1394. </p>
  1395. <p>
  1396. Additionally there's a JackAssFX plugin, which only exposes parameters to send as MIDI CC, in case you don't need MIDI/notes.<br/>
  1397. </p>
  1398. <p>
  1399. JackAss currently has builds for Linux, MacOS and Windows, all 32bit and 64bit. Just follow
  1400. <a href="https://github.com/falkTX/JackAss/tree/master/release" class="external free" rel="nofollow" target="_blank">this link</a>.<br/>
  1401. 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/>
  1402. </p>
  1403. <p>
  1404. 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/>
  1405. </p>
  1406. <p>
  1407. PS: Why JackAss? Because it outputs to JACK. ;)
  1408. </p>
  1409. <hr/>
  1410. <p>
  1411. <span style="font-size: 20px">&gt; The first Carla 2.0 beta is here!</span><br/>
  1412. On <i>2014-04-22</i> by<i> falkTX</i>
  1413. </p>
  1414. <p>
  1415. Carla 2.0 is a full rework of the first Carla release.<br/>
  1416. It's currently under development with a planned release later this year.<br/>
  1417. Today the first beta is released, and we'll show you what to expect when the final version arrives.<br/>
  1418. </p>
  1419. <p>
  1420. 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/>
  1421. If you're using the KXStudio repositories, you can simply install "carla-git" and "carla-plugins-lv2" instead.<br/>
  1422. 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.
  1423. </p>
  1424. <p>
  1425. <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/>
  1426. <span class="error">You've been warned.</span><br/>
  1427. </p>
  1428. <h2>Highlights</h2>
  1429. <table><tr><td>
  1430. <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>
  1431. </td><td>
  1432. <h3>Canvas Integration</h3>
  1433. <p>
  1434. When using the JACK multi-client mode, plugins will be mapped to their respective canvas group.<br/>
  1435. Double-clicking the plugin group will show its UI, while pressing 'delete' will remove the actual plugin.<br/>
  1436. There's extra right-click options, and the keyboard and meters will react accordingly.<br/>
  1437. </p>
  1438. </td></tr></table>
  1439. <p><br/></p>
  1440. <table><tr><td>
  1441. <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>
  1442. </td><td>
  1443. <h3>New Look</h3>
  1444. <p>
  1445. Each plugin gets its own slot skin.<br/>
  1446. Different colors are attributed to each kind of plugin (EQ, delay, distortion, etc).<br/>
  1447. Specialized skins that match the author/maker are used when appropriate.<br/>
  1448. </p>
  1449. </td></tr></table>
  1450. <p><br/></p>
  1451. <table><tr><td>
  1452. <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>
  1453. </td><td>
  1454. <h3>Carla-Rack as a Plugin</h3>
  1455. <p>
  1456. Carla itself working as a plugin (rack-mode).<br/>
  1457. This allows to use several rack instances inside a single Carla instance.<br/>
  1458. Internal patch-bay mode is also planned, but probably only for 3.0.<br/>
  1459. </p>
  1460. </td></tr></table>
  1461. <p><br/></p>
  1462. <table><tr><td>
  1463. <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>
  1464. </td><td>
  1465. <h3>Internal plugins as LV2</h3>
  1466. <p>
  1467. Carla internal plugins are now exported as LV2.<br/>
  1468. This includes carla-rack and zynaddsubfx!<br/>
  1469. Plugins that released separately (such as DISTRHO and ZamAudio) are not included.<br/>
  1470. </p>
  1471. </td></tr></table>
  1472. <p><br/></p>
  1473. <table><tr><td>
  1474. <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>
  1475. </td><td>
  1476. <h3>Plugin Bridges</h3>
  1477. <p>
  1478. Running plugins in a separate process for crash-protection.<br/>
  1479. Using a separate process also makes it possible to load plugins with a different architecture from the host,<br/>
  1480. such as 32-bit plugins on 64-bit Carla and Windows plugins in Linux.<br/>
  1481. <br/>
  1482. <span class="error">NOTE:</span> This feature is currently only available within the KXStudio repos.<br/>
  1483. </p>
  1484. </td></tr></table>
  1485. <p><br/></p>
  1486. <h3>More stuff</h3>
  1487. <ul>
  1488. <li>Qt5 ready (already used in Windows builds)</li>
  1489. <li>Save and restore canvas connections</li>
  1490. <li>LV2 CV ports and Worker extension are now implemented, allowing to load ams-lv2 and setBfree among other plugins</li>
  1491. <li>VST3 and AU plugin support</li>
  1492. </ul>
  1493. <p>
  1494. 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/>
  1495. You can find the complete TODO list here:<br/>
  1496. <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/>
  1497. </p>
  1498. <hr/>
  1499. <p>
  1500. <span style="font-size: 20px">&gt; KXStudio repositories now ready for Debian!</span><br/>
  1501. On <i>2014-04-10</i> by<i> falkTX</i>
  1502. </p>
  1503. <p>
  1504. <img src="<?php echo $ROOT; ?>/images/repos.png" alt="" style="float:left;"/>
  1505. The KXStudio repositories are now ready for Debian and its derivatives (including the upcoming Ubuntu 14.04).<br/>
  1506. They should work for all Debian versions since Wheezy and Ubuntu 12.04 or above.<br/>
  1507. See the <a href="<?php echo $ROOT; ?>/Repositories">Repositories section</a> for more information and how to enable them.<br/>
  1508. </p>
  1509. <p>
  1510. There's a list of available applications in the repository <a href="<?php echo $ROOT; ?>/Repositories:Applications">here</a>
  1511. and plugins <a href="<?php echo $ROOT; ?>/Repositories:Plugins">here</a>.<br/>
  1512. These 2 lists will quickly grow as more stuff is added in the repositories.<br/>
  1513. </p>
  1514. <p><br/></p>
  1515. <p>
  1516. You can request new software to be packaged in this
  1517. <a href="https://linuxmusicians.com/viewtopic.php?f=47&t=10643" class="external free" rel="nofollow" target="_blank">LinuxMusicians forum topic</a>
  1518. (although things seems a bit slow now, we'll eventually get to everyone's requests).<br/>
  1519. Please report any issues regarding packages <a href="https://github.com/KXStudio/KXStudio/issues" class="external free" rel="nofollow" target="_blank">here</a>.<br/>
  1520. </p>
  1521. <p>
  1522. 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/>
  1523. All this month donations will go to ensure falkTX has a good trip to the Linux Audio Conference next month!<br/>
  1524. <br/>
  1525. </p>
  1526. <p>
  1527. PS: AVLinux users wanting to use the KXStudio repositories should be patient.<br/>
  1528. Something cool might come up when falkTX and GMaq meet in next month's LAC. ;)<br/>
  1529. </p>
  1530. <hr/>
  1531. <p>
  1532. <span style="font-size: 20px">&gt; Small Carla notice for JACK1 users (and 1.2.3 release)</span><br/>
  1533. On <i>2013-12-26</i> by<i> falkTX</i>
  1534. </p>
  1535. <p>
  1536. 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
  1537. <a href="https://github.com/jackaudio/jack2/issues/46" class="external free" rel="nofollow" target="_blank">this</a>).<br/>
  1538. So in the meantime I have to use JACK1, and while doing so I found a pretty nasty bug...<br/>
  1539. <b>No system connections</b> were shown in the patchbay canvas!<br/>
  1540. <p>
  1541. I don't know if others suffered from the bug (I always run JACK2) or though it was how it really worked.<br/>
  1542. In any case, the Carla patchbay will show all JACK connections now - wherever they are from Carla plugins or system ones.
  1543. </p>
  1544. <p>
  1545. <b>Updating to version 1.2.3 is recommended</b>, specially if you use JACK1.<br/>
  1546. For a list of changes you can check the Carla stable git log
  1547. <a href="https://github.com/falkTX/Carla/commits/stable" class="external free" rel="nofollow" target="_blank">here</a>,
  1548. which allows to directly see what changed in the code.
  1549. </p>
  1550. <hr/>
  1551. <p>
  1552. <span style="font-size: 20px">&gt; Carla 2.0 development progress report</span><br/>
  1553. On <i>2013-12-17</i> by<i> falkTX</i>
  1554. </p>
  1555. <p>
  1556. This is a progress report for the new Carla, version 2.0.<br/>
  1557. It will take a while to get a release ready, but there are already a few things done and stuff to show.
  1558. </p>
  1559. <h3>Backend</h3>
  1560. <p>
  1561. First, <b>the backend is being rewritten to not use any system toolkit</b>.<br/>
  1562. 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/>
  1563. 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/>
  1564. 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++...).
  1565. </p>
  1566. <p>
  1567. 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/>
  1568. Juce is a C++ framework focused on audio applications and plugins, which suits Carla nicely.<br/>
  1569. There's a lot of useful things inside it that will make developing new features much easier (like the internal patchbay mode).<br/>
  1570. Other things like AU and VST3 plugin hosting will be possible too thanks to Juce, although they are not relevant to Linux.
  1571. </p>
  1572. <p>
  1573. Loading <b>Carla as a plugin</b> is also being worked on.<br/>
  1574. There target two main targets with this:
  1575. </p>
  1576. <ul>
  1577. <li>Load entire Carla projects - rack or patchbay - as a single plugin in the graph (avoiding clutter);</li>
  1578. <li>Carla itself as an LV2 plugin;</li>
  1579. </ul>
  1580. <p>
  1581. 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/>
  1582. Once the Carla internal plugin work is complete, you automatically get an LV2 version of it as well! :D
  1583. </p>
  1584. <h3>Front-end</h3>
  1585. <p>
  1586. There has been a few changes on the UI side as well.<br/>
  1587. For example, the <b>plugin edit dialog</b> now looks like this:
  1588. </p>
  1589. <p>
  1590. <img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-report_edit-dialog.png" alt=""/>
  1591. </p>
  1592. <p>
  1593. As seen the image, the user will be able to use "Stereo Balance" or "Mono Panning".<br/>
  1594. The new layout also allows for a much <b>smaller window size</b>.<br/>
  1595. </p>
  1596. <p>
  1597. Lastly, there's plans to bring <b>custom skins to plugin "slots"</b>, in a similar way to Reason.<br/>
  1598. This is something I still have to investigate to find the best possible way to do it.<br/>
  1599. It should be expandable so that random plugins can also use skins, probably via a new LV2 extension.<br/>
  1600. More on this later.
  1601. </p>
  1602. <br/>
  1603. <p>
  1604. That's all for now.<br/>
  1605. Soon there will be a new DISTRHO release, so stay tuned!
  1606. </p>
  1607. <hr/>
  1608. <p>
  1609. <span style="font-size: 20px">&gt; New releases and future plans</span><br/>
  1610. On <i>2013-11-27</i> by<i> falkTX</i>
  1611. </p>
  1612. <p>
  1613. Hello everyone, there have been a couple of releases and changes on the KXStudio world.<br/>
  1614. </p>
  1615. <p>
  1616. First of, a new release of the <b>KXStudio Live-DVD</b> is now available.<br/>
  1617. 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/>
  1618. 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.
  1619. </p>
  1620. <p>
  1621. Several <b>new versions of Carla</b> have been released since its first announcement, the last one currently being 1.2.2.<br/>
  1622. 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/>
  1623. This way you can see what actually changed in the code, instead of just seeing a description list.
  1624. </p>
  1625. <p>
  1626. A new <b>DISTRHO</b> release is planned for release next month, and a few minor plugins.<br/>
  1627. Hopefully the Plugin Toolkit will be ready by then, which should help the creation of new audio plugins (soon!).
  1628. </p>
  1629. <p>
  1630. Lastly, after much discussion and consideration, the <b>KXStudio repositories are moving to Debian</b>.<br/>
  1631. The current 12.04.x release is still fully supported, this is something that will happen slowly through 2014.<br/>
  1632. Having the KXStudio repos in Debian means any Debian based distribution can make use of KXStudio goods, and not just Ubuntu ones.<br/>
  1633. Although there are already happy users with Debian + KXStudio, this process is not yet complete.<br/>
  1634. We'll make a new announcement once the Debian repos are ready for wide use.
  1635. </p>
  1636. <p>
  1637. Oh, and the KXStudio website is currently being redone a little.<br/>
  1638. Give it a visit now! <a href="<?php echo $ROOT; ?>/"><?php echo $ROOT; ?>/</a>
  1639. </p>
  1640. <hr/>
  1641. <p>
  1642. <span style="font-size: 20px">&gt; Carla Plugin Host 1.0.0 released!</span><br/>
  1643. On <i>2013-07-02</i> by<i> falkTX</i>
  1644. </p>
  1645. <p>
  1646. After more than 2 years in development, here it is - the first stable release of Carla is now available!<br/>
  1647. <a href="<?php echo $ROOT; ?>/screenshots/carla.png"><img src="<?php echo $ROOT; ?>/screenshots/carla.png" alt="carla.png"/></a><br/>
  1648. </p>
  1649. <p>
  1650. Carla Plugin Host, or just Carla, is an audio plugin host, with support for many audio drivers and plugin formats.<br/>
  1651. It has some nice features like automation of parameters via MIDI CC and full OSC control.<br/>
  1652. </p>
  1653. <p>
  1654. Carla currently supports LADSPA (including LRDF), DSSI, LV2, and VST plugin formats, plus GIG, SF2 and SFZ file support.<br/>
  1655. It uses JACK as the default and preferred audio driver but also supports native drivers like ALSA, DirectSound or CoreAudio.<br/>
  1656. </p>
  1657. <p>
  1658. We currently release source code plus Windows and Linux binaries (focus goes into the Linux version).<br/>
  1659. Downloads available at the usual place, <a href="<?php echo $ROOT; ?>/Downloads#Binaries">KXStudio Downloads</a>.<br/>
  1660. </p>
  1661. <p>
  1662. For more information about Carla check its own application page <a href="<?php echo $ROOT; ?>/Applications:Carla">here</a>.<br/>
  1663. We'll be updating that page in the next few days, with some tutorials and workflow videos as well, so stay tuned!<br/>
  1664. </p>
  1665. <p>
  1666. 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/>
  1667. 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/>
  1668. </p>
  1669. <a href="<?php echo $ROOT; ?>/"></a>
  1670. <hr/>
  1671. <p>
  1672. <span style="font-size: 20px">&gt; KXStudio 12.04.1 released!</span><br/>
  1673. On <i>2013-01-05</i> by<i> falkTX</i>
  1674. </p>
  1675. <p>
  1676. After much hard work, a new release of KXStudio is ready!<br/>
  1677. 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/>
  1678. Existing KXStudio users already have 90% of the changes and fixes as KXStudio uses the repositories for everything.<br/>
  1679. Still, this is a big milestone for the project. It's a step towards perfection.
  1680. </p>
  1681. <p>
  1682. Here's a quick list of changes since the previous 12.04 release.
  1683. <p>
  1684. <ul>
  1685. <b>Apps:</b>
  1686. <li>Add AriaMaestosa, Giada and Petri-Foo to the DVD and default install</li>
  1687. <li>Upgrade Cadence to the beta1 release (lots of fixes!)</li>
  1688. <li>Fully up-to-date apps and plugins (as of 30/12/2012)</li>
  1689. <li>Use KDE 4.9.4 on the Live-DVD (repositories now have 4.9.5)</li>
  1690. <li>Use Firefox-KDE PPA on the Live-DVD</li>
  1691. </ul>
  1692. <ul>
  1693. <b>Desktop/Theme:</b>
  1694. <li>Add kxstudio-text plymouth (used when no gpu drivers are available)</li>
  1695. <li>Fix plymouth Live-DVD "eject disk now" text not visible (and any other labels/info)</li>
  1696. <li>Change KDE desktop theme to slim-glow (backported latest release from KDE 4.10)</li>
  1697. <li>Change cursor theme to oxy-zion</li>
  1698. <li>Disable KDE bouncing cursor by default</li>
  1699. <li>Use Claudia-Launcher instead of Klaudia in KDE kickoff (start menu)</li>
  1700. </ul>
  1701. <ul>
  1702. <b>Settings:</b>
  1703. <li>Auto-disable PulseAudio respawn</li>
  1704. <li>Set default asoundrc file to snd-aloop</li>
  1705. <li>Set default jack prio to 85</li>
  1706. <li>Use ALSA-Audio bridge instead of PulseAudio (no longer installed by default)</li>
  1707. </ul>
  1708. <ul>
  1709. <b>Welcome Wizard:</b>
  1710. <li>Add theme screenshot button</li>
  1711. <li>Add theme font size option</li>
  1712. <li>Auto-register 64bit WineAsio too (done in 'wine stuff' step)</li>
  1713. <li>Don't update user theme to KXStudio by default</li>
  1714. <li>Disable theme updates if not running KDE4 or XFCE</li>
  1715. </ul>
  1716. <p>
  1717. 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/>
  1718. You can download the new ISOs at the KXStudio website, <a href="<?php echo $ROOT; ?>/Downloads"><?php echo $ROOT; ?>/Downloads</a>.
  1719. <br/><br/>
  1720. </p>
  1721. <p>
  1722. This release is dedicated to Hatsuke Miku, a [virtual] Vocaloid singer that recently has seen original artwork released under a Creative Commons license.<br/>
  1723. 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/>
  1724. You can find more about Miku
  1725. <a href="http://www.crypton.co.jp/mp/pages/prod/vocaloid/cv01_us.jsp" class="external free" rel="nofollow" target="_blank">here</a>,
  1726. and the its CC artwork
  1727. <a href="http://piapro.net/en_for_creators.html" class="external free" rel="nofollow" target="_blank">here</a>.
  1728. <br/><br/>
  1729. </p>
  1730. <p>
  1731. We hope you enjoy KXStudio and the updated Cadence.<br/>
  1732. Soon enough the website will have full documentation for it and other subjects, so stay tuned!
  1733. </p>
  1734. <p>
  1735. <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>
  1736. </p>
  1737. <hr/>
  1738. <p>
  1739. <span style="font-size: 20px">&gt; Call for Testing - Cadence pre-Beta</span><br/>
  1740. On <i>2012-09-17</i> by<i> falkTX</i>
  1741. </p>
  1742. <p>
  1743. Hello everybody!<br/>
  1744. We're almost in the Beta1 release of Cadence!<br/>
  1745. <br/>
  1746. For those of you who don't know, Cadence is what KXStudio uses to manage the entire audio ecosystem.<br/>
  1747. 'Cadence' is by itself the main app of a series of tools (call it the "Cadence tools").<br/>
  1748. There's 'Catia', a simple JACK patchbay; 'Claudia' is a ladish frontend, very similar to Catia (and gladish); 'Carla' is the plugin host.<br/>
  1749. Then there's the small tools - JackMeter, JackSettings, Logs, Render and XY-Controller (their names give away their funtionality).<br/>
  1750. <br/>
  1751. Cadence and its tools are currently being documented, and pages will appear here: (incomplete)<br/>
  1752. <a href="<?php echo $ROOT; ?>/Applications" class="external free" rel="nofollow" target="_blank"><?php echo $ROOT; ?>/Applications</a><br/>
  1753. (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/>
  1754. <br/>
  1755. If you're running KXStudio now, you either have updates or have recently updated Cadence and sub-packages.<br/>
  1756. I'll be pushing the latest Cadence code to the KXStudio repositories frequently in the next days while the testing happens.<br/>
  1757. ArchLinux users can use this AUR package:
  1758. <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/>
  1759. You can checkout what's going on in the Cadence commits page:
  1760. <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/>
  1761. <br/>
  1762. Not everything is fully ready right now, here's a list of things that will still be done before the Beta1 release:<br/>
  1763. - Cadence audio-bridges, currently disabled<br/>
  1764. - 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/>
  1765. - Carla-Control is unfinished, the GUI will do nothing useful right now.<br/>
  1766. - Catia ALSA-MIDI support is currently disabled, but will still not be activated for this release.<br/>
  1767. <br/>
  1768. <br/>
  1769. So, what needs testing?<br/>
  1770. Pretty much everything. :D<br/>
  1771. 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/>
  1772. 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/>
  1773. <br/>
  1774. You can report bugs directly in the official bug page at
  1775. <a href="https://github.com/falkTX/Cadence/issues" class="external free" rel="nofollow" target="_blank">https://github.com/falkTX/Cadence/issues</a>.<br/>
  1776. (Reporting a bug in that page allows you to receive notifications whenever something is done related to it).<br/>
  1777. <br/>
  1778. <br/>
  1779. Thanks in advance to everyone that decides to help!<br/>
  1780. If you love these tools and they are useful to you, please consider making donation by following this link:<br/>
  1781. <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>.
  1782. </p>
  1783. <hr/>
  1784. <p>
  1785. <span style="font-size: 20px">&gt; KXStudio 12.04 is out!</span><br/>
  1786. On <i>2011-12-21</i> by<i> falkTX</i>
  1787. </p>
  1788. <p>
  1789. Hey there everyone, it's that time again!<br/>
  1790. KXStudio is now ready for the masses, now using Ubuntu 12.04 as the base.
  1791. </p><p>KDE4 remains the officially supported Desktop, with XFCE on 2nd place.<br/>
  1792. 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 />
  1793. 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>.
  1794. </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/>
  1795. 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/>
  1796. These tools are already available on KXStudio in their latest git state, and will be released as beta for the while world very soon.
  1797. </p><p>The DISTRHO plugin suite is now near completion and it's targeted for a new release this weekend.<br/>
  1798. 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/>
  1799. Generic linux binaries will be made available for non-KXStudio users as before.
  1800. </p>
  1801. <hr/>
  1802. <p>
  1803. Note: Since the KXStudio website has been internally reworked (removed mediawiki, much simpler PHP code now), the old news have been removed.<br/>
  1804. <br/>
  1805. </p>
  1806. <?php
  1807. include_once("includes/footer.php");
  1808. ?>