]> git.sesse.net Git - nageru/blobdiff - NEWS
Release Nageru 1.4.1.
[nageru] / NEWS
diff --git a/NEWS b/NEWS
index a8dab60f762044ffbb516d0663374188237d5bbe..f19245ce57fa3a27283d92958aed2cd293959656 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,49 @@
+Nageru 1.4.1, November 6th, 2016
+
+  - Various bugfixes.
+
+
+Nageru 1.4.0, October 26th, 2016
+
+  - Support for multichannel (or more accurately, multi-bus) audio,
+    choosable from the UI or using the --multichannel command-line
+    flag. In multichannel mode, you can take in inputs from multiple
+    different sources (or different channels on the same source, for
+    multichannel sound cards), apply effects to them separately and then
+    mix them together. This includes both audio from the video cards
+    as well as ALSA inputs, including hotplug. Ola Gundelsby contributed
+    invaluable feedback on this feature throughout the entire
+    development cycle.
+
+  - Support for having MIDI controllers control various aspects of the
+    audio UI, with relatively flexible mapping. Note that different
+    MIDI controllers can vary significantly in what protocol they speak,
+    so Nageru will not necessarily work with all. (The primary testing
+    controller has been the Akai MIDImix, and a pre-made mapping for
+    that is included. The Korg nanoKONTROL2 has also been tested and
+    works, but it requires some Korg-specific SysEx commands to make
+    the buttons and lights work.)
+
+  - Add a disk space indicator to the main window.
+
+  - Various bugfixes. In particular, an issue where the audio would pitch
+    up sharply after a series of many dropped frames has been fixed.
+
+
+Nageru 1.3.4, August 2nd, 2016
+
+  - Various bugfixes.
+
+
+Nageru 1.3.3, July 27th, 2016
+
+  - Various changes to make distribution packaging easier; in particular,
+    theme data can be picked up from /usr/local/share/nageru.
+
+  - Fix various FFmpeg deprecation warnings, now that we need FFmpeg
+    3.1 for other reasons anyway.
+
+
 Nageru 1.3.2, July 23rd, 2016
 
   - Allow limited hotplugging (unplugging and replugging) of USB cards.