diff --git a/News.php b/News.php
index 1907d85..128bde8 100644
--- a/News.php
+++ b/News.php
@@ -56,8 +56,9 @@ include_once("includes/header.php");
MOD GUI Support
- Carla can now show LV2 MOD GUIs.
- (on the right setups, not available on pre-compiled binaries)
+ Carla can now show LV2 MOD GUIs, handled like a regular LV2 UI type.
+ Note that this only works on the right setups (you need MOD-UIto be working first).
+ It's not available on pre-compiled binaries, but you can get it via the KXStudio repositories.
|
@@ -67,45 +68,36 @@ include_once("includes/header.php");
- LinuxSampler code has been reworked and its working better, it now exposes 2 output parameters.
- - OSC ports can be static, using CARLA_OSC_TCP_PORT and CARLA_OSC_UDP_PORT environment variables.
+ - The plugin bridge code has been reworked; bridges are much more stable and MIDI-out is working.
+ - NSM code has also been reworked, testers welcome.
+ - OSC ports can be static by using CARLA_OSC_TCP_PORT and CARLA_OSC_UDP_PORT environment variables.
- Time panel can be shown/hidden as needed.
- DISTRHO-based internal plugins are back, specifically 3BandEQ/Splitter, PingPongPan, Nekobi, MVerb, VectorJuice and WoobleJuice.
- - The plugin bridge code has been reworked; bridges are much more stable and MIDI-out is now working.
- carla-single script is back, allowing to quickly test and run all plugins.
- - allow new,open&save-as(export) in carla-plugin.
- - start of midi-seq plugin.
- still experimental, linux only
- - MIDI file saves the contents
- you can share projects without worrying if the file exists on the other system.
- - zyn with 6 basic params
- - midi chan filter plugin,
- explain midi-split patchbay.
- - reworked nsm code.
- - cached lv2&au plugins, no need for scanning.
- working via carla-plugin as well
- - patchbay mode working for non-jack drivers.
- explain external midi connections.
- - save internal & external connections.
- - lots and lots of bug fixes.
+ - Carla as plugin allows new, open and save-as (export) menu actions.
+ - Start of new midi-sequencer plugin, still experimental and Linux only for now.
+ - MIDI file internal plugin now saves the contents, so you can share projects without worrying if the file exists on the other system.
+ - Added 6 basic parameters to the ZynAddSubFX internal plugin.
+ - New MIDI channel filter plugin.
+ - LV2 and AU plugins are cached and automatically updated when needed, no need for scanning.
+ - Patchbay mode is now working for non-JACK drivers.
+ - Carla saves internal and external connections, specially useful in patchbay mode.
+ - Lots and lots of bug fixes.
Special Notes
- Renaming plugins is currently not safe (unless using Rack mode).
- - GIG/SF2/SFZ skin still to be done,
- and some others...
- - Plugin bridges only work on Linux right now.
- They used to be working for OSX but now stopped due to a OS limitation.
- This will be fixed in the next beta.
- - Windows 64bit shows small console windows when discovering plugins.
- This is not intended, will hopefully be fixed soon.
+ - GIG/SF2/SFZ skin still to be done, and some others...
+ - Plugin bridges only work on Linux right now. They used to be working for OSX but stopped due to a OS limitation.
+ - Windows 64bit builds a shows small console windows when discovering plugins. This is not intended and will hopefully be fixed soon.
Downloads
To download Carla binaries or source code, jump into the KXStudio downloads section.
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).
- Bug reports and feature requests are welcome! Jump into the Carla's Github project page for those.
+ Bug reports and feature requests are welcome! Jump into the Carla's GitHub project page for those.