Re: a little bit off the record

From: Alexandre Ratchov <alex_at_caoua.org>
Date: Tue Feb 21 2006 - 21:08:10 CET
On Tue, Feb 21, 2006 at 03:26:15AM +0100, Marcell Mars wrote:
> i have korg electribe sx which sends and receives midi for almost
> everything it has (notes, drum/keyboard parts, effects, cutoff,
> resonance, filters, modulators.....) and i was able to change that by
> things like this:
> 
> amidi -p hw:3 -S "B9 63 0D B9 62 70 B9 06 40" 
> 
> or from rmidish with:
> 
> sendraw 1 {0xB9 0x63 0x0D 0xB9 0x62 0x6F 0xB9 0x06 0x40}
> 
> which is great...
> 
> i spend almost one whole night capturing everything from korg last
> night... didn't do everything but did almost everything.. yes, manually
> ... korg documentation sucks...
> 
> but when i checked that today it changed the first 6 or 4 hexs... it
> didn't changed the last 3 hexs which is good news so it is easy to
> replace things in my text file just after small test like:
> 
> amidi -p hw:3 -d|grep -v F8 (coz it sends all of the time that F8 hex)
> 
> do you guys know why it changes beginnings of messages in between
> sessions? is it session related?
> 

can you post a sample of the output of 'amidi -p hw:3 -d' ?

the above events are nrpm controllers on the drum channel, their order isnt
strict. Perhaps the set of events is still the same but that their order
changed.

-- 
Alexandre
Received on Tue, 21 Feb 2006 21:08:10 +0100

This archive was generated by hypermail 2.1.8 : Wed Nov 08 2017 - 16:32:19 CET