FantomXR Posted April 13, 2015 Report Share Posted April 13, 2015 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 Quote Link to comment Share on other sites More sharing options...
TK. Posted April 13, 2015 Report Share Posted April 13, 2015 Hi, how do you process the events? Are you calling a .NGR script section? Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
FantomXR Posted April 13, 2015 Author Report Share Posted April 13, 2015 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. Quote Link to comment Share on other sites More sharing options...
TK. Posted April 14, 2015 Report Share Posted April 14, 2015 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. Quote Link to comment Share on other sites More sharing options...
FantomXR Posted April 14, 2015 Author Report Share Posted April 14, 2015 Good to know! :-) Thanks! I have a second core here. I will use this for my floorboard for now! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.