Marxon
1
Hi all,
is it possible to trigger a RunSection meta event via an incomming midi event?
I tried
EVENT_receiver id=1 chn=1 cc=62 type=meta meta=runsection:1
and
EVENT_receiver fwd_id=button:1 id=1 chn=1 cc=62 range=127:127 botton_mode=ononly
EVENT_button button_mode=ononly id=1 type=meta meta=runsection:1
unfortunately both dont work.
May someone can help me?
Thanks a lot!
Best regards
Marxon
T.K
2
It should work if the EVENT_RECEIVER listens to the CC, and forwards it to a EVENT_SENDER which executes the meta event.
unfortunately both dont work.
the second one has syntax errors, such as “botton_mode” (wrong word, and wrong place, because a receiver isn’t a button)
Do you check for error messages in MIOS terminal whenever you update the .NGC file?
Best Regards, Thorsten.