On Thu, 21 Jan 2010 20:56:25 +0100
Martin Homuth-Rosemann <linuxaudio(a)cryptomys.de> wrote:
David Santamauro schrieb:
> Hi all,
>
> Along the lines of the axiom discussion, I was wondering if there
> was a way to control the korg k61 (k-series keyboard controller)?
> It is recognized and functions nicely but I unfortunately haven't
> found a way to actually control it, i.e., reassign knobs and
> sliders etc. and most importantly, change the transmit channel.
Hi David,
my daughter also has a k61p, some times ago I played with sysexes and
found out how to change the CC addresses for the two knobs:
#! /bin/sh
# set default values
KNOB1=${1:-4A}
KNOB2=${2:-4F}
amidi -p hw:1,0,0 -S \
Thanks, that is an excellent start. I can't find any system exclusive
implementations for these boards so I'm going to try and dissect the
actual dump.
Maybe you do the changes step by step with the w*nd*ws editor, dump
afterwards with:
amidi -p hw:1,0,0 -S "F0 42 40 6e 05 1f 10 00 F7"
and diff against the original state.
exactly.
Thanks,
David