Jump to content

Marxon

Programmer
  • Posts

    474
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Marxon

  1. Hi jrp! What me wonders is that afaik there is no 18f4685 version of MidiboxSeq and MidiboxCV. So how could you get them working? Best regards Marxon
  2. TK do you have plans for the future to add more sequences (maybe 4) with less tracks?
  3. Like always, great work Thorsten :thumbsup: Silently set a button´s value via an encoder works like expected. I use the ngc code from my first post together with this ngr script: if ^section == 206 set_max Button:123 ^value change Button:123 ^value endif Thank you! Best regards Marxon
  4. OK thank you TK! :smile: I will test the new release this evening! Best regards Marxon
  5. Hi all! I want to make a button which sends a NRPN event. The value of this event should, however be set with another encoder. Because using ngr scripts was a good choice in the past, i tried this: EVENT_ENC id=116 hw_id= 14 type=Meta meta=runsection:206 range=map1 no_dump=1 enc_mode=Absolute label="^std_enc" EVENT_BUTTON id=123 hw_id=123 type=NRPN nrpn= 45 nrpn_format=MsbOnly no_dump=1 button_mode=OnOnly label="^std_btn" if ^section == 206 set Button:123 ^value endif But somehow it does not work like suspected. 1) Turning the encoder also triggers the button event but it was intended that it set the button's value only. Maybe i misunderstood the SET and TRIGGER commands? 2) Although MiosStudio reports ("show id button:123") a correct value after turning the encoder, the button always sends value 127 and not the value of the encoder. Thanks for any advice! Best reragds Marxon
  6. Hi Thorsten, OK this is no big issue. I will use a additional SR. Best regards Marxon
  7. Hi all, can i use free dout_sel pins as regular row selection outputs if less than 8 digits are controlled from my dout matrix? For example: to create a 6 digits + 2x8 led matrix? Best regards Marxon
  8. Ich glaube ohne ein Oszilloskop kann man die nicht testen. Mir ist mal einer mehrmals runtergefallen, danach war er hinüber.... Ich leg dir einen neuen zum PIC dazu... Edit: Du solltest unbedingt deine komplette Platine nachbessern. Teilweise sind nur halbe pads verlötet. :(
  9. Poste ein gutes Bild von der Platine, wie Thorsten meinte und hattest du es schon einen anderen Quarz versucht?
  10. Ich hab bei mir noch ein paar 52er PICs rumliegen. Könnte dir einen mit MIOS 1.9g zusenden, dann kann man hoffentlich den PIC schon mal als Fehlerquelle ausschließen mfg Marxon
  11. Hmm, sorry.... Whats about using a ngr script? ngc EVENT_AINSER id= 41 type=meta meta=RunSection:2 range=0:127 ngr if ^section == 2 if (hw_id)AINSER:41 > 100 set Button:1041 80 else set Button:1041 0 endif endif Best regards Marxon
  12. Also ich lese nur von dem Loopback Test... Mit dem stellst du aber nur sicher dass dein MiDi Interface funktioniert und mit MiosStudio kommuniziert. Hast du auch die folgenden Tests gemacht? Sorry, der Nachfrage aber sicher ist sicher ;) mfg Marxon
  13. Hi dOperator! Just an idea, because right now i can not test it myself: try "if_equal_stop_on_match" instead "if_equal" Best regards Marxon
  14. Ok. Thanks for your reply mOnO!
  15. Hi all! I like to control my Seq V4 (LPC1769) with my MidiboxNG (STM32F4) via Midi. Is it correct if i connect LPC1769 Core P2.1 to STM32F4 Core PA2 and LPC1769 Core P2.0 to STM32F4 Core PA3? Thanks for your advice. Marxon
  16. Hier gibt es einen Midi Troubleshoot Guide, der hat mir Anfangs auch geholfen: http://ucapps.de/howto_debug_midi.html Ich denke mal die Schritte gelten auch für MF-NG module... mfg Marxon
  17. Marxon

    RSS feed

    Leider kam immer noch keine Meldung. Weder auf meinem iPad noch auf meinem PC Clienten. Komisch.... Gruß Marxon
  18. Hi Thorsten! Thank you. Hopefully I've learned something from this issue and i will do a better troubleshooting next time. Your preliminary version is working. Event pool allocations decreased from 99% to 37%. Best regards Marxon
  19. Marxon

    Probleme

    Hi Mot96 bist du sicher, dass der Bank change nicht doch ausgeführt wird aber evtl die Bankabfrage nicht funktioniert? Deaktiviere versuchsweise deine Abfrage im .ngr script "#" und füge in die .ngc Datei folgenden Code ein: # This is a dummy LED without assigned hardware (hw_id=2000 not used anywhere else) and without MIDI event. # the purpose of this EVENT item is to print the bank whenever the LCD is refreshed (e.g. after startup or bank change) EVENT_LED id=2000 fwd_to_lcd=1 lcd_pos=1:1:1 label="Bnk%q" Vieleicht hast du damit Erfolg. Gruß Marxon EDIT Nur um sicher zugehen: Hat es einen bestimmten Grund, warum den Bankwechsel nicht per .ngc Event machst?
  20. It works!!! :hyper: :hyper: :hyper:
  21. Damn! Kick me in my ass! I checked everything... Really everything? No, i left out the resistor array which turns out to be a 10k ohm array. :angry: :angry: :angry: This might be the problem! I am going to change it and post result in some minutes...
  22. 1. LCD works with LPC core 2. Ehrlich TK, zu der Uhrzeit solltest du noch online sein ;) 3. Checked wiring 10 times. Also tried another 74hc595.
  23. And what does it mean?
×
×
  • Create New...