Jump to content

FantomXR

Members
  • Posts

    1,035
  • Joined

  • Last visited

  • Days Won

    22

Posts posted by FantomXR

  1. Ich hab mir das Bild deines zweiten Posts nochmal genauer angesehen. Wenn die Beschriftung, die dort steht, die Pinbelegung des Anschlusses darstellen soll, so ist es klar, dass das nicht funktioniert. In den Adapterzeichnungen von TK ist ja klar ersichtlich, wo welcher Kontakt sein muss. T0-T7 ist dabei wohl gleichzusetzen mit K0-K7 auf deinem Board. Ich würde mir auf Lochraster oder Breadboard einen entsprechenden Adapter bauen und mit Jumperkabeln testen. Damit kommst du recht schnell ans Ziel.

  2. I have a bug report:

    fwd_id=LED_MATRIX:x does not work for EVENT_AINSER. I have some LED-bars next to the faders... if I use this code:

    EVENT_ENC    id=  1  hw_id =  1  bank=1  fwd_id=LED_MATRIX:1  type=CC   chn= 1 cc= 16   range=  0:127

    it works perfectly. And if I use this code:

    EVENT_AINSER    id= 10  hw_id = 10  bank=1  type=CC   chn= 1 cc= 80   range=  127:0 fwd_id=LED_MATRIX:1

    nothing happens. Of course I configured the AINSER correctly... the fader does work but the values are not forwarded to the LED_MATRIX. I tried to use some EVENT_SENDER / RECEIVER code to get a workaround but that wasn't working too...

    Thanks,
    Chris

  3. Hey people!

    The NG manual says that it's possible to dim LEDs which are in a matrix. I now have some LED-rings for encoders and I'd like to dim them to get a smooth transition between the LEDs. Is that possible?

    Here is what I've tried:

    RESET_HW
    
    DOUT_MATRIX n= 1   rows=8 inverted=1  sr_dout_sel1= 1  sr_dout_r1= 2 sr_dout_r2= 3  
    
    EVENT_ENC    id=  6  hw_id =  6  bank=1  fwd_id=LED_MATRIX:6    fwd_to_lcd=1  type=CC     chn= 1 cc= 21   range=  0:127 offset=  0 ports=1000100000001000
    
    EVENT_LED_MATRIX id=6 type=cc cc=21 dimmed=1 colour=0 ports=1000100000001000

    Any hints on this? 

    Thanks!
    Chris

  4. Hey,

    I used the newest version of NG. Any keyboard related changes I made in the NGC file do not influence the keyboard-signals. If I enter "kb 1" in the terminal, it also shows totally different values than I entered in the NGC. 

    If I make the changes via the terminal (f.e. set kb 1 slowest_delay 1000) it works.... but I can not save this value via store or save.
    I tested also with an old version (1.34b). There it works perfectly.

    Thanks,
    Chris

  5. You are totally right. But by using my breakout-PCB and the little display-adapters you will save a lot of soldering. Of course it doesn't make sense to use this kind of connection if you are just looking for one or two displays for your midibox. But if you need 8 or more, this will make things a lot easier. 

    Anyway: My PCBs can be downloaded and manufactured by any PCB manufacture out there if someone is interested in using this. I uploaded the layouts a few posts above.

  6. Hey,

    my design worked! I didn't have any problems with it.
    But: It's very hard to solder flex-cables by hand (as there are no sockets which have the same pin number than the displays). That's why I decided to spend a few bucks more and use displays with pinheader and created a breakout solution.

  7. Hey,

    I have a problem with a 76 key organ keybed. This is my configuration:


    KEYBOARD n=1   rows=12  dout_sr1=1  dout_sr2=2  din_sr1=1  din_sr2=2 \
                   din_inverted=0  break_inverted=0  din_key_offset=10 \
                   make_debounced=0 \
                   scan_velocity=1  scan_optimized=1  note_offset=9 \
                   delay_fastest=25  delay_fastest_black_keys=15 delay_slowest=1000

     

    The right half is completely out of tune and I'm not able to adjust the starting key with din_key_offset. It doesn't matter which number I choose for this parameter. The notes will stay the same...

    Any help on this?

    Thanks,
    Chris

  8. You did a mistake in the wiring. 

    You need to put the analog input on the other side of the resistor. 

    You should read the documentations which are provided by TK more carefully. This will save you a lot of asking and you will get more quick better results.... so please read through this side again regarding using AINSER8 with KB:

    http://ucapps.de/midibox_kb.html

×
×
  • Create New...