Comment changes.
This commit is contained in:
parent
ade9aa3db8
commit
cb4bb68479
|
@ -27,7 +27,7 @@
|
|||
# named appropriately so that they can be wired up more easily using the
|
||||
# qjackctl patchbay.
|
||||
|
||||
#JACK_NAME "hello midizap"
|
||||
#JACK_NAME "midizap"
|
||||
|
||||
# The number of ports given with the JACK_PORTS directive must be
|
||||
# 1 or 2. It causes the given number of both input and output ports to
|
||||
|
@ -297,9 +297,7 @@
|
|||
# E keys in the middle octave are bound to the three mouse buttons, and
|
||||
# the modulation wheel (CC1) emulates the mouse wheel. The F, G, A and B
|
||||
# keys in the middle octave are mapped to the cursor keys (Left, Up,
|
||||
# Down, Right). Please note that most of these bindings, as well as the
|
||||
# CC60 bindings above, will only be active when the [MIDI] default
|
||||
# section above isn't used (invoke midizap without the -o option).
|
||||
# Down, Right).
|
||||
|
||||
C5 XK_Button_1
|
||||
D5 XK_Button_2
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
|
||||
# Mackie emulation for the AKAI APCmini
|
||||
|
||||
# Copyright (c) 2018 Albert Graef <aggraef@gmail.com>
|
||||
|
||||
# Copying and distribution of this file, with or without modification, are
|
||||
# permitted in any medium without royalty provided the copyright notice and
|
||||
# this notice are preserved. This file is offered as-is, without any
|
||||
# warranty.
|
||||
|
||||
JACK_NAME "midizap-APCmini"
|
||||
JACK_PORTS 2
|
||||
|
||||
|
@ -104,7 +111,7 @@ B5 G2
|
|||
^A#5 F3 # Send
|
||||
^B5 A3 # Instr (Device)
|
||||
|
||||
# faders (MCU uses pitch bends here, use 129 as the step size to get full range)
|
||||
# faders (MCU uses pitch bends here, use 129 as step size to get full range)
|
||||
CC48= PB[129]-1
|
||||
CC49= PB[129]-2
|
||||
CC50= PB[129]-3
|
||||
|
|
Loading…
Reference in New Issue