Comment changes.

master
Albert Graef 2018-08-31 07:38:39 +02:00
parent de86f02e48
commit 8f5182a217
1 changed files with 14 additions and 12 deletions

View File

@ -155,13 +155,13 @@
# without any option letter turns on all debugging options. # without any option letter turns on all debugging options.
# Sample bindings for video editing and mouse emulation. # Sample bindings for video editing. These assume a Mackie MCU-like
# device, which are available from various manufacturers. They are more
# These mostly assume a Mackie MCU-like DAW controller device. We use # or less standardized, and offer an abundance of useful controls,
# this as an example throughout, since devices of this kind are standard # making it easier to provide bindings which just work. If you don't
# gear in many studios, and they offer an abundance of useful controls. # have one of these lying around, there are inexpensive emulations in
# If you don't have one of these lying around, there are inexpensive MCU # software (such as the TouchDAW app on Android), or you can just edit the
# emulations in software (such as the TouchDAW app on Android). # rules below to make them work with your controller.
# On most MCU-style devices there are some playback controls and cursor # On most MCU-style devices there are some playback controls and cursor
# keys which generate various note events, and a jog wheel which # keys which generate various note events, and a jog wheel which
@ -234,11 +234,11 @@
[MIDI] [MIDI]
# The special "MIDI" default section is only active when MIDI output is # The special "MIDI" default section is only active when MIDI output is
# enabled (midizap -o). This allows you to translate midizap's MIDI # enabled (midizap -o). This allows you to use midizap as a MIDI mapper
# input for use with other MIDI devices and applications. Here's a # translating MIDI input to MIDI output. Here's a simple example for
# simple example for illustration purposes, which shows how to map both # illustration purposes, which shows how to map both the MCU master
# the MCU master fader and the jog wheel to CC7, so that they can be # fader and the jog wheel to CC7, so that they can be used as volume
# used as volume controls. # controls.
# Note that the MCU master fader is PB (on MIDI channel 9), which has # Note that the MCU master fader is PB (on MIDI channel 9), which has
# 128 times the range of a MIDI controller, so we scale it down # 128 times the range of a MIDI controller, so we scale it down
@ -284,6 +284,8 @@
[Default] [Default]
# First, some MCU-compatible bindings.
# cursor movement # cursor movement
D8 XK_Left D8 XK_Left
D#8 XK_Right D#8 XK_Right