diff --git a/News.php b/News.php
index fffb909..987cb59 100644
--- a/News.php
+++ b/News.php
@@ -66,15 +66,12 @@ include_once("includes/header.php");
More changes
- - LinuxSampler code rework, exposes 2 output parameters, more to come
- Needs a custom skin
- - OSC port can be static, using CARLA_OSC_TCP_PORT and CARLA_OSC_UDP_PORT environment variables.
- - Time panel can be shown/hidden as needed
- - Internal plugins are back
- - Bridge code rework, much more stable now, MIDI-out working.
- Still needs some more work, but working nicely now.
- - carla-single is back, and working much better.
- ....
+ - 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.
+ - 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 carla can handle.
- allow new,open&save-as(export) in carla-plugin.
- start of midi-seq plugin.
still experimental, linux only