user4
June 7, 2015, 10:23pm
1
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
user4
June 8, 2015, 4:16pm
2
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
user4
June 8, 2015, 5:25pm
3
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](< base_url >/applications/core/interface/file/attachment.php?id=12043)
T.K
June 8, 2015, 8:12pm
4
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.
user4
June 9, 2015, 6:54pm
5
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 …
user4
June 9, 2015, 8:51pm
6
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.
user4
June 17, 2015, 9:14pm
7
hi,
is there anyone? please help me …
I do not know what to do …
help me help me help me help me help me
thanks
T.K
June 21, 2015, 4:15pm
8
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.
user4
June 22, 2015, 7:52pm
9
thanks Guru,
so it is almost perfect.
just one last thing.
with 2 keys, I have to change the value bb.
from 00 to 7f
surely you will know how to help me …
thank you very much
T.K
June 28, 2015, 6:53pm
10
You could use banks for this purpose: put one EVENT_MF into the first, another EVENT_MF for the same fader into the second bank, and switch between the banks with a button.
Best Regards, Thorsten.
user4
June 29, 2015, 6:04pm
11
perfect,
So far so good.
I now there is a new problem,
when bank change. all faders are at 0, it maintains the previous value and leading to 0 faders software.
thanks
T.K
July 5, 2015, 6:38pm
12
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.