diff --git a/example.midizaprc b/example.midizaprc index 9f7bb4f..09e8f4e 100644 --- a/example.midizaprc +++ b/example.midizaprc @@ -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 diff --git a/examples/APCmini.midizaprc b/examples/APCmini.midizaprc index 8ccf7d7..4089c55 100644 --- a/examples/APCmini.midizaprc +++ b/examples/APCmini.midizaprc @@ -1,6 +1,13 @@ # Mackie emulation for the AKAI APCmini +# Copyright (c) 2018 Albert Graef + +# 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 diff --git a/midizap.c b/midizap.c index 8c09620..03de0ac 100644 --- a/midizap.c +++ b/midizap.c @@ -2,8 +2,7 @@ /* Copyright 2013 Eric Messick (FixedImagePhoto.com/Contact) - - Copyright 2018 Albert Graef , various improvements + Copyright 2018 Albert Graef Based on a version (c) 2006 Trammell Hudson