diff --git a/mixer/doc/MANUAL.html b/mixer/doc/MANUAL.html index 3895261..1c554a4 100644 --- a/mixer/doc/MANUAL.html +++ b/mixer/doc/MANUAL.html @@ -48,21 +48,23 @@ Jonathan Moore Liles <male@tuxfamily.org&
  • 1.3. Spatialization Console @@ -225,7 +227,7 @@ A strip is focused when you click on it. Focus can be moved among strips with th

    1.2.2. Control

    -The focused strip can be moved in the display order via the [ and ] keys. Delete removes a strip (with confirmation dialog). n and w set the focused strip's width to narrow or wide, respectively, and f and s switch between fader and signal views. The strip's context menu can be invoked without the mouse by hitting the Menu key (assuming your keyboard has one). +The focused strip can be moved in the display order via the [ and ] keys. Delete removes a strip (with confirmation dialog). n and w set the focused strip's width to narrow or wide, respectively, and f and s switch between fader and signal views. The strip's context menu can be invoked without the mouse by hitting the Menu key (assuming your keyboard has one).

    1.2.3. Signal Chain

    @@ -305,9 +307,25 @@ If same module/plugin is used twice in a signal chain (e.g. multiple Gain stages For the second instance of the Gain module on the strip named 'Foo'.

    +There's a possibility to get exact OSC path for module controls. For this you need to switch strip mode to 'Signl', right click a module, for example 'Gain', and open 'Edit parameters' dialog. OSC path will be shown in a statusbar of the main window when you hover a parameter. +

    +

    Non-DAW accesses these same signals via a more advanced signal routing layer on top of OSC. Any module parameter is easily controlled via Control Sequences in Non-DAW without the need to specify an OSC URL.

    -
    1.2.3.1.2. Manipulation
    +
    1.2.3.1.2. MIDI Control
    +

    +Automatic translation between MIDI and Non's OSC Signals can be achieved by adding the headless program non-midi-mapper (included in the Non-Mixer distribution) to an NSM session. +

    +

    +Non-MIDI-Mapper provides JACK MIDI input and output ports that can be connected to a suitable controller device. +

    +

    +In Non-Mixer, the Remote Control/Start Learning menu item enters learning mode in which Non Mixer can be taught which controls to associated with which MIDI messages by clicking a control in Non-Mixer and moving the desired control on the MIDI device. Remote Control/End Learning ends the learning session. +

    +

    +The mapping will be saved with the NSM session. +

    +
    1.2.3.1.3. Manipulation

    Left-clicking on a module brings up a Module Parameter Editor window for the selected module.

    @@ -323,7 +341,7 @@ Control+Right-clicking on a module causes it to be removed from the chain (modul

    The focused module may also be controlled via the keyboard. Menu brings up the context menu for the focused module. Space opens the module parameter editor, b toggles the bypassed state, and Delete removes the module from the chain (without confirmation!). Control-X, Control-C and Control-V, cut, copy, and paste modules, respectively. Modules may be copied within or across chain boundaries. The normal module I/O constraints also apply to pasted modules.

    -
    1.2.3.1.3. Module Parameter Editor
    +
    1.2.3.1.4. Module Parameter Editor
    Fig. 1.5. Module Parameter Editor @@ -337,7 +355,7 @@ The Module Parameter Editor is used to alter the values of a module's parameters

    Underneath each control is a bind button. Clicking adds a new control to the chain's Controls view and binds it to the parameter in question. For simplicity, only one control at a time may be bound to a given parameter.

    -
    1.2.3.1.4. Controls
    +
    1.2.3.1.5. Controls
    Fig. 1.6. Control View @@ -356,7 +374,7 @@ events. Hold down the `Ctrl` key while scrolling the mousewheel to achieve finer resolution.
    -
    1.2.3.1.4.1. Control Voltages
    +
    1.2.3.1.5.1. Control Voltages

    The control voltage concept should be familiar to anyone who has experience with analog modular synthesizers. MIDI, while having definite advantages in many respects, multiplexes control data in such a way as to make connecting one MIDI control to a parameter involve a significant inconvenience, usually requiring the adjustment of settings on both ends of the connection in order to separate the control data streams.

    @@ -375,8 +393,8 @@ of parameter automation, as LADSPA plugins are incapable of processing Control Voltage signals at full audio resolution anyway.
    -
    1.2.3.1.5. Spatialization
    -
    1.2.3.1.5.1. Spatializer Module
    +
    1.2.3.1.6. Spatialization
    +
    1.2.3.1.6.1. Spatializer Module
    fig.
    @@ -404,7 +422,7 @@ All Spatializer Module instances will present controls and aziumuth, elevation,

    A Spatializer Module fed stereo input will perform stereo encoding and will present a Width control.

    -1.2.3.1.5.1.1. Reverb Routing +1.2.3.1.6.1.1. Reverb Routing

    The Spatializer module is intended to work with an external reverb engine having Ambisonics B-Format inputs for early reflections and a Mono input for reverb tail (and, of course, B-Format outputs).

    @@ -420,7 +438,7 @@ I have crafted several jconvolver config files that meet these specifications. T

    The main outputs of the strip should go to a master bus, into which the output of the reverb engine is also fed.

    -
    1.2.3.1.5.2. LADSPA Plugins
    +
    1.2.3.1.6.2. LADSPA Plugins

    There are several Ambisonics panners/encoders released as LADSPA plugins. When one of these plugins is added to a strip, Non Mixer will detect its parameter signature and create a Spatialization Control for it just as with the Spatializer Module.

    diff --git a/mixer/doc/MANUAL.mu b/mixer/doc/MANUAL.mu index fd4012a..b4a6918 100644 --- a/mixer/doc/MANUAL.mu +++ b/mixer/doc/MANUAL.mu @@ -216,18 +216,6 @@ views. The strip's context menu can be invoked without the mouse by hitting the `Menu` key (assuming your keyboard has one). -::: MIDI Controllers - - Usual Midi bindings can be achieved by launching both non-mixer - and non-midi-mapper through non-session-manager. - non-midi mapper is usually included in non-mixer package. - - After launching them through non-session-manager connect JACK-Midi - output to Non-MIDI-Mapper input. - - Then you can use 'Start learning', which is accesible through Remote - Control menu of the Mixer. Select desirable control and use MIDI device. - ::: Signal Chain The signal chain view of a mixer strip provides a way to view and @@ -317,6 +305,23 @@ controlled via Control Sequences in Non-DAW without the need to specify an OSC URL. + +::::: MIDI Control + + Automatic translation between MIDI and Non's OSC Signals can be + achieved by adding the headless program `non-midi-mapper` (included in the + Non-Mixer distribution) to an NSM session. + + Non-MIDI-Mapper provides JACK MIDI input and output ports that can be + connected to a suitable controller device. + + In Non-Mixer, the `Remote Control\/Start Learning` menu item enters learning + mode in which Non Mixer can be taught which controls to associated with which + MIDI messages by clicking a control in Non-Mixer and moving the desired control + on the MIDI device. `Remote Control\/End Learning` ends the learning session. + + The mapping will be saved with the NSM session. + ::::: Manipulation Left-clicking on a module brings up a Module Parameter Editor window