Jump to content

Recommended Posts

Posted

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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...