From 3180ec1f252930a4b4f00daff7ec86ebb645b415 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 29 Jan 2019 00:54:31 +0100 Subject: [PATCH] Document MIDI inputs for Futatabi. --- futatabi.rst | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/futatabi.rst b/futatabi.rst index 4de096e..9385325 100644 --- a/futatabi.rst +++ b/futatabi.rst @@ -85,7 +85,7 @@ Basic UI operations Nageru can be operated using either the keyboard and mouse, or using a MIDI controller with some help of the mouse. In this section, we will be discussing -the keyboard and mouse only; see :ref:`midi` for details on using MIDI +the keyboard and mouse only; see :ref:`midi-futatabi` for details on using MIDI controllers. A clip in the clip list consists simply of an in and an out point; it represents @@ -280,11 +280,35 @@ not marked as metadata due to FFmpeg limitations, and as such will show up raw in subtitle-enabled players. -.. _midi: +.. _midi-futatabi: Using MIDI controllers ---------------------- +This section assumes you have already read the section about +`MIDI controllers in Nageru `__. MIDI controllers +in Futatabi are fairly similar, but there are also some important differences, +since they control replay and not audio: + + * There is no concept of a bus (there is only one video output channel). + Thus, the concept of guessing also is obsolete. + * Since there are no buses, there are also usually plenty of buttons + and controls, rendering the bank concept less useful. It *is* supported, + but activity highlights (to show which bank is active) are not. + * Finally, outputs (controller lights and button lights) frequently have + more than one state depending on the velocity sent, e.g. 1 for on and 2 for + blinking. Thus, the Futatabi MIDI mapping editor allows you to change the + note velocities from the default 1. + +Futatabi has been tested with the `Behringer CMD PL-1 `; +it is not originally designed for slow motion, but provides everything you +need (a jog wheel, a slider that works as a T bar for master speed, and plenty +of buttons) at a fraction of the price of a “real” slow motion remote. +A sample MIDI mapping is included with Futatabi. + +Futatabi currently does not support classic RS-422 controllers, only MIDI +controllers. + Monitoring ---------- -- 2.39.2