Re: Midish "If" functions

From: Alexandre Ratchov <alex_at_caoua.org>
Date: Wed Feb 07 2018 - 15:51:01 CET
On Mon, Feb 05, 2018 at 05:40:49PM +0100, Daniel Resino wrote:
> Hi,
> 
> First of all, thank you for your fast response.
> 
> The SysEx message I need to send is F0 42 3g 7A 4E 00 02 F7, when a certain
> MSB, LSB, PC combination is seen. How could I make this with a filter?
> 

with the change I sent in my other mail, for instance, the following
commands:

evpat my_sysex {0xf0 0x42 0x30 0x7a 0x4e 0x00 0x02 0xf7}
fnew my_filt
fmap {xpc {0 0} nil 23} {my_sysex 1}

define a fileter to output above sysex on device 1 whenever program
change 23 is received on device 0, channel 0.

(I assume the 'g' character wasa typo and replaced it by '0')

-- Alexandre
Received on Wed, 7 Feb 2018 15:51:01 +0100

This archive was generated by hypermail 2.1.8 : Thu Feb 08 2018 - 01:48:07 CET