aolsen Posted October 6, 2013 Report Posted October 6, 2013 Hi, I finally got my Midibox NG up and running, but there are things that I have not manged to do (still in the beginning of my learning curve) I would like to do the following: Send a midi command on MIDI OUT1 when receiving a different midi command on MIDI IN channel. I have explored this by using: event_receiver id=3 type=cc cc=117(or any) lcd_pos=1:1:2 label="MIDI recived" with the aim of checking if I can recive a signal, however without any luck. Any help would be appreciated. Regards Arne
Spirit Posted October 7, 2013 Report Posted October 7, 2013 hi i also tried some events to Use my Bcf2000 also changed note's. only at the moment i dont have my BCF2000 at my side.. so this is a Example from a older topic from me... EVENT_RECEIVER id= 1 fwd_id=SENDER:1 fwd_to_lcd=1 type=CC chn=1 cc=1 lcd_pos=1:1:1 label="Receiver%3i: %e" PORTS=0000100000000000 EVENT_SENDER id= 1 fwd_to_lcd=1 type=CC chn=1 cc=2 lcd_pos=1:1:2 label="Sender%3i/1: %e" PORTS=0000100000000000 oke here you see a example. IF MB_NG gets a CC=1 on Midi in port1 it will send CC=2 on midiout1 and it will Forward some tekst on the LCD hope this helps.. /Spirit
aolsen Posted October 7, 2013 Author Report Posted October 7, 2013 That did the trick. Thank you Regards Arne
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now