Jump to content

Help with sysex Meta event


xcoulonx
 Share

Recommended Posts

Hello All

I configure my Meta event file with XG sysex and  assemble it with MPlab, but  when i control what I send with Midiox it's always the AN1 sysex ???

I've tryed with another Meta event file found here (for Mks 80) and it's similar  re.?????

Is there another file that the meta.inc to be configured?

Fab

Link to comment
Share on other sites

UUUPs.. my fault, in: mb64_meta.inc :-[

Err.. I don't have any needs for this personally.. so I leave you with some hints:

Current mb64_meta.inc is a kind of example - It creates SysEx strings to control some parameters of Yamaha AN1x..

You will find SysEx strings to control your gear (xg, that is?) from it's manual (and this might help: http://www.pan.no/ymahauk/html/products/f_db50_4.htm or http://www.soundonsound.com/sos/sep98/articles/xgexplained.html )

Study carefully how default mb64_meta.inc creates those strings..

"MB64_META_Handler_00" <-> "MB64_META_Handler_07"  are used to change "parameter value" part of the SysEx.

"META_Send_AN1x_SysEx" subroutine:

first builds correct SysEx header for AN1x..

"F0" "43" "10" "5C"

(SysEx, Yamaha ID, Device Nr., Model ID)

fills 2 unchanged data bytes with correct values..

"10" "10"

gets parameter value (set by MB64_META_Handler_**, which called this hook) and puts it in the string.

and get pot/button value and puts it in the string

And wraps SysEx up:

"F7"

-----

I hope this is enough to get you started - It's a bit complicated, but as you figure out what's going on.. eh, it should be pretty easy.. ;)

Bye, Moebius

Link to comment
Share on other sites

Well, I've found the solution.

My mb64_meta.inc file was Ok.

But when i upload the Syx file with Midiox, i don't understand why, but I have always the An1 sysex.

I upload the same Syx file with  sysexbox_18f and all is OK.

Silly isn't it ???

And of course all my midi connections are right with Midiox.

Thank you Serge for your very good Tools.

And F**ck you Midiox   ;)

fab

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...