Additional info
Added info about MIDI controller usage, and info on getting OSC paths for Module controls.
This commit is contained in:
parent
3d18cf37b9
commit
7f42caf789
|
@ -216,6 +216,18 @@
|
||||||
views. The strip's context menu can be invoked without the mouse by
|
views. The strip's context menu can be invoked without the mouse by
|
||||||
hitting the `Menu` key (assuming your keyboard has one).
|
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
|
::: Signal Chain
|
||||||
|
|
||||||
The signal chain view of a mixer strip provides a way to view and
|
The signal chain view of a mixer strip provides a way to view and
|
||||||
|
@ -294,6 +306,12 @@
|
||||||
|
|
||||||
For the second instance of the Gain module on the strip named 'Foo'.
|
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
|
Non-DAW accesses these same signals via a more advanced signal
|
||||||
routing layer on top of OSC. Any module parameter is easily
|
routing layer on top of OSC. Any module parameter is easily
|
||||||
controlled via Control Sequences in Non-DAW without the need to
|
controlled via Control Sequences in Non-DAW without the need to
|
||||||
|
|
Loading…
Reference in New Issue