From: Steinar H. Gunderson Date: Fri, 18 Nov 2016 21:42:57 +0000 (+0100) Subject: Write about the UI highlighting, finishing the audio section. X-Git-Url: https://git.sesse.net/?p=nageru-docs;a=commitdiff_plain;h=4309abc34d6143d6decffae5e02971ac72848acd Write about the UI highlighting, finishing the audio section. --- diff --git a/audio.rst b/audio.rst index 94b31b6..4cf71e4 100644 --- a/audio.rst +++ b/audio.rst @@ -446,4 +446,12 @@ Some more expensive controllers support *motorized faders*, where the host can simply tell the control to move to the right place and thus solve the problem, but Nageru does not currently support them. -(TODO: write about highlighting) +.. image:: images/highlight.png + +To help you know which bank is active (or even that you have a MIDI +controller connected at all), the currently mapped controller have +a green **activity highlight**. When you switch banks, the highlight +also updates—a controller is only highlighted if its mapping is +active in the currently selected bank. This way, it is easy to see +which controllers are currently controllable by MIDI, and which ones +that are not. diff --git a/images/highlight.png b/images/highlight.png new file mode 100644 index 0000000..0929394 Binary files /dev/null and b/images/highlight.png differ