ilmenator Posted March 29, 2013 Report Posted March 29, 2013 Hi, I'd like to "listen" to a certain incoming SysEx message and react to that in a specific way. This is what I think should do the trick: # EVENTs EVENT_RECEIVER id=1 type=SysEx ports=0000010000000000 stream="0xF0 0x00 0x00 0x66 0x17 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x34 0x31 0x06 0x00 0xF7" fwd_id=SENDER:1 EVENT_SENDER id=1 type=SysEx ports=0000010000000000 stream="0xF0 0x00 0x00 0x66 0x17 0x31 0x0C 0x4d 0x49 0x44 0x49 0x62 0x6f 0x78 0x20 0x4e 0x47 0x20 0x4d 0x61 0x63 0x6b 0x69 0x65 0x20 0x43 0x34 0x20 0x69 0x73 0x20 0x72 0x65 0x61 0x64 0x79 0x21 0xF7" The message I want to listen to is "0xF0 0x00 0x00 0x66 0x17 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x34 0x31 0x06 0x00 0xF7" as in the stream of the EVENT_RECEIVER. However, it looks like I am missing something, because the EVENT_SENDER is never triggered by that. I can trigger the sending of SysEx however with a simple NoteOn event (not shown above). What am I missing here? Thanks, ilmenator Quote
ilmenator Posted March 30, 2013 Author Report Posted March 30, 2013 Well, turns out it is working exactly like defined above - only, one should make sure the SysEx message is correctly defined :whistle: . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.