Jump to content

Problem with keys and runsection-command


FantomXR
 Share

Recommended Posts

Hey people,

 

I have a simple keyboard which is scanned with a DIO-module. It works flawlessly.

In addition I have a floorboard with a few buttons on it. I use the RECEIVER / SENDER functionality of NG to run sections with the floorboard.

 

The problem is: If I press a key on the keyboard and one of those buttons on the floorboard simultaneously, the key won't be recognized. I use the floorboard to switch between sounds. So that's kinda problem ;)

 

Is there a workaround for that problem? I already tried using different ports without success. 

 

 

Thank you very much!
Chris

 

Link to comment
Share on other sites

Hi TK,

 

yes, exactly.

 

I created an EVENT_RECEIVER with the CC the floorboard sends. I forward it to a SENDER and this one calls an section via type=meta meta=runsection:2.

 

The sense behind that is, that the floorboard should send ascending programchanges (first step PC0, second step PC1, and so on) and a second button resets the value and it starts from zero. This is a separate script section and is called by runsection:3. Also this section has only three lines. So it's not a lot of code going through this.

Finally I use a Dummy-LED for storing the values.

 

I can post the code tomorrow.

Link to comment
Share on other sites

Hi,

 

no further information required - it's a known limitation of the .NGR approach, and there is no workaround.

 

However, you are now the second guy who describes a use case which requires an improvement.

See also: 

 

So, more likely I will work on a solution - anytime soon ;)

 

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