From: Steinar H. Gunderson Date: Sat, 22 Oct 2016 20:29:16 +0000 (+0200) Subject: Write 1.4.0 changelog. X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=refs%2Fheads%2Fmultichannel_audio Write 1.4.0 changelog. --- diff --git a/NEWS b/NEWS index 585692d..a140236 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +Nageru 1.4.0, October ??, 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. + + - 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.