Jump to content

Problem ID CORE/MF_NG


marco@mp
 Share

Recommended Posts

hi,
 
I will start with the excuse of my English, but I'm chart using google translator.
 
I have a core LPC17, 8 MBHP_DIN, 8 MBHP_DOUT, 2 MBHP_MF_NG.
I have a problem with the ID of the core and 2 MF_NG, all devices hano ID 0.
 
I tried using change_id_v1_9g but I can not make it work, and to find some explanation online.
 
I hope to find help on this forum.
 
thanks
Link to comment
Share on other sites

hello back with new info, in MakeFile.bat am,
 
MIOS_PATH =.
MIOS_BIN_PATH = ./bin
export MIOS_PATH
export MIOS_BIN_PATH
It includes Makefile.orig
 
the problem, I do not know what inpostare, and if you throw me the errors appear in the image.
please help me  :sad:  :sad:  :sad:  :sad:  :sad:  :sad:  :sad:  :sad:  :sad:  :sad:  :sad:
 
thanks

post-18038-0-61002500-1433780334_thumb.j

Edited by marco@mp
Link to comment
Share on other sites

ok, problem solved,
sequence the steps that I run.
 
1, loaded device_id_01.hex - or the one you want.
2, loaded the FW MF_NG - or true, setup_mbhp_mf_ng_standard.hex
 
I now there is a new problem,
from my USB1, if I press a button I get a note on / off, but if I move a fader does not give me a note but a CC.
 
how do I let out a note from the faders?
 
attach files default.ngc
 
Thank you.

DEFAULT.zip

Link to comment
Share on other sites

Hi,

 

the conversion is working, but I guess that you haven't configured the MBHP_MF_NG module correctly yet.

 

It's required to select the "Emulated Motormix" protocol, see also http://www.ucapps.de/mios_studio/mios_studio_mbhp_mf_ng_tool.png

 

I also recommend you to use a different config_port.

Currently you've selected USB1, which means that the original event (two CCs once you selected the right protocol) will be forwarded to USB1 together with the NoteOn event.

But actually you only want to forward the NoteOn event, right? So, itÄ's better to use USB2, USB3 or USB4 as config port

 

Best Regards, Thorsten.

Link to comment
Share on other sites

Thank you very much Guru.
following your advice I solved many problems,
 
I just wanted to ask you one last thing,
my consol Lights, uses a protocol called midi MSC, MIDI Show Control,
you can use it with the motor fader?
I enclose picture.
 
hello
thanks ...

post-18038-0-88685700-1433876074_thumb.j

Link to comment
Share on other sites

ok I think I have to convey this.
 
EVENT_MF hw_id=1 type=SysEx stream="0xF0 0x7F ^Dev 0x70 0x02 0x7F 0x06 0x00 0x01 ^Val 0xFF ^Val_h 0xFF 0xF7"
 
but nothing comes out from midi.
 
the protocol of the lighting console is: F0 7F [device ID] 02 [Command Format] [Command] [Date] F7
 
therefore, F0 7F 70 02 7F 06 aa bb cc dd F7
 
aa= Fader
bb= Fader Page
cc=  fine value
dd= coarse value
 
allegoil link protocol I need.

 

http://help.malighting.com/view/concept/Conc_MSC.html

 

thanks.

Edited by marco@mp
Link to comment
Share on other sites

  • 2 weeks later...

The MIDI protocol doesn't allow to send values >= 0x80 in a stream, but I can see two 0xff in your configuration.

 

Following configuration should work:

EVENT_MF id=1 hw_id=1 type=SysEx stream="0xF0 0x7F ^dev 0x70 0x02 0x7F 0x06 0x00 0x01 ^val ^val_h 0xF7"

 

Best Regards, Thorsten.

Link to comment
Share on other sites

This is correct, it wasn't clear that you don't like this effect.

 

Maybe it helps you to use conditional events instead of the bank mechanism, it would allow you to enable/disable EVENT_MF depending on the state of another item, such as a button.

More information can be found in the user manual: http://www.ucapps.de/midibox_ng_manual_ngc.html

search for "conditional events"

 

Best Regards, Thorsten.

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...