diff --git a/News.php b/News.php
index 128bde8..5ad46de 100644
--- a/News.php
+++ b/News.php
@@ -17,9 +17,9 @@ include_once("includes/header.php");
On 2015-03-12 by falkTX
- Hello again everyone, we're glad to bring to you the 4th beta of the upcoming Carla 2.0 release.
- This release was mostly focused on bug-fixing, so there aren't many splashy new features to show compared to previous ones.
- Still, here's the highlights.
+ Hello again everyone, we're glad to bring you the 4th beta of the upcoming Carla 2.0 release.
+ This release is mostly focused on bug-fixing, so there aren't many splashy new features to show compared to previous ones.
+ Still, here's the highlights:
Highlights
@@ -57,7 +57,7 @@ include_once("includes/header.php");
MOD GUI Support
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).
+ Note that this only works on the right setups (you need MOD-UI to be working first).
It's not available on pre-compiled binaries, but you can get it via the KXStudio repositories.
@@ -67,15 +67,15 @@ include_once("includes/header.php");
More changes
- - LinuxSampler code has been reworked and its working better, it now exposes 2 output parameters.
+ - LinuxSampler code has been reworked and it's working better, it now exposes 2 output parameters.
- 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.
- - carla-single script is back, allowing to quickly test and run all plugins.
+ - carla-single script is back, allowing you to quickly test and run all plugins.
- 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.
+ - 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.
@@ -87,7 +87,7 @@ include_once("includes/header.php");
Special Notes
- - Renaming plugins is currently not safe (unless using Rack mode).
+ - Renaming plugins currently is 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 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.