Jump to content

novski

Members
  • Posts

    460
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by novski

  1. Thats the momentary situation Regards, Novski
  2. I have started a project to make a 8 Fader Module. I thaught of a comunity project but it seams that people have different ideas then i have so until now its just as far as i drove it. You can have a look here: http://wiki.midibox.org/doku.php?id=fadercore_-_fadermodule_for_audio_daw If you are interessted i can send you pictures of my module. But since a user named Zam is redifining the Fader driver i was waiting untin he wold maybe release his work somehow. Time whent bye and now its geting summer again! but hey time is relative, istn't it... Regards, Novski
  3. did you see the whitelist: http://www.midibox.org/dokuwiki/doku.php?id=midi_interface_whitelist
  4. That is the problem. I had the same problem with the exact same interface.
  5. Hi Keeze I don't see a fwd_id in your config and the output seams to Disable it somehow. I don't know if that is the problem, but maybe you can add a fwd_id to test. RESET_HW LCD "%CEncoder Values" # Hardware configuration ENC n=1 sr= 1 pins=0:1 type=detented1 # Events EVENT_ENC id=1 fwd_id=881 fwd_to_lcd=1 type=CC chn= 1 cc= 16 range=0:127 lcd_pos=1:1:1 label="^std_enc" fwd_id can be anything you don't already use... this sample = 881 Regards, Novski
  6. Be aware that the ETH connections to Midibox relay on a Realtime Protocol Midi impementation made availabe from BEBDigitalAudio is a gift to the community with a realy cheap price but not opensource. So the only advantage i see in the PIC32MZ the Ethernet, is not realy of use because OSC is not that Latency-free as RTPM. (maybe i overseen something, then please update me) RTP-Midi - Thread http://midibox.org/forums/topic/18923-the-ng-and-the-dsp/ Some Basic Information: http://www.midibox.org/dokuwiki/doku.php?id=mios Regards, Novski
  7. Hi, TK. Thanks for the answer. Well since i made those files about 6-8 Months ago i realy can't remember if i made them with Textwrangler. (the editor i normaly use for any code edits on my mac...) But what i can certanly say is that those files worked with the previous version. Right now i don't have enough time to experiment with older versions (and i don't see older releases on ucapps.de) but, if you point me to previous versions of MIOS_Studio, Bootloaders and MB_NG i will try to find out wich version works an wich one doesn't, in the new year... By the way i wish everyone and specialy all Midibox Gurus who helped me so much, a happy new year! Regards, Novski
  8. Hi Are there any known problems with the File Editor and new software? (eg. bootloader v.1.018 & NG 1.033) I powered up my midibox project and whanted to change some stuf so i noticed that the newest MIOS_Studio seamse to scramble up the Text in the Browser So i thaught to update the Bootloader wold solve, but that doesn't help. Seams like the two first in the List of my Files are scrambled like that: I was able to download and Replace the false characters my problem is solved now, i make this post is just to let you know. Regards, Novski
  9. True! The Neutrik Bantam aren't 110 Ohm AES Compliant! But for cables below 20m there are no problems to expect.
  10. I think this exaple can help: EVENT_BUTTON id= 1 type=CC chn= 1 cc= 16 range= 0:127 EVENT_BUTTON id= 1 type=CC chn= 1 cc= 16 range= 127:0Have a look here:http://ucapps.de/midibox_ng_manual_ngc.htmlin this part...: EVENT_* The EVENT_* commands confgure "virtual control elements" which will act as a MIDI event source and/or destination: EVENT CommandDescriptionEVENT_BUTTONA button can send a MIDI event whenever it's pressed or depressed. If pressed, the maximum value of the specified range will be sent (typically 127), if depressed the minimum value (typically 0). In toggle mode, the on/off state will be updated when it receives the same event.
  11. Hi Andy I installed several Patchbay variants in different studios and i wold recomend you a Neutrik TT Bantam Patch. There are different types availabe on market, but also a one with default connections. It connects the most needed in to out without cables. You can then ether Y a signal or detatch it by sticking a cable in a Uper or lower hole and link it to someware else. And that for 48 signals on 1RU. Magic... regards, Ivan
  12. Hi Andreas Thats a big thing you are planing! I like people who think big! May you provide some less detailed descriptions about the why you whant to develop such a Matrix/Mixer and what signals you whant to switch? For me its not clear what you mean to do with 2x 16x16 MX Chip. Is that for stereo analog audio? Regards, Novski
  13. Yes the shop is currently in redesign... i can make you a personal quote, if your interested in pcbs or parts... regards, novski
  14. wow. i thought i had found the cheapest factory ever but that 3pcb is even cheaper. Especially the 4 Layers are crazy cheap. Until now i ordered makepcb.com but they have shitty prints. And variating quality. thanks for that... Maybe now i can make my Encoder board on less pcb size with 4 Layers. wold be nice... Regards, novski edit: for those who consider to let the standard modules get done: https://github.com/novski/Midibox i redraw some of them...
  15. http://www.midibox.org/dokuwiki/doku.php?id=fadercore_-_fadermodule_for_audio_daw
  16. Hello Marxon i hope i undersand your question right... try this as OFF in .NGC EVENT_BUTTON id= 1 type=CC chn= 1 cc= 16 range= 127:0and this as ON EVENT_BUTTON id= 1 type=CC chn= 1 cc= 16 range= 0:127and to jump to .NGR section type this in .NGC: EVENT_BUTTON id=1 type=Meta meta=RunSection:21 button_mode=OnOnlyand make the corresponding section in .NGR if ^section == 21 endif i didn't test that, let me know if it helped... Best Regards, Novski
  17. Hi If your working with Eagle i have a lib where i tested different angles and sizes... Hope it helps.. Regards, novski Bourns Encoder.lbr
  18. Hi Zam are you going to share your config and work somehow? Regards, novski
  19. what i don't see is what is ment with pressure pads. Does that Button act like a keyboard with more volume as you press harder? Regards, Novski
  20. MIOS provides a simplified configuration of shiftregister (SR) in/outs. Each chain of SR (in or out) can have 32 SR. Two encoders take one SR so in your case you have to reduce the number of encoders by eight to add the Buttons... anyway, to build something like that is time intense. You will aso have to specify how the case of your controller should look... Regards, novski
  21. Maybe you want to provide some more information about what Userinterface you need. Like how much buttons, Faders or encoders... Regards, novski
  22. Sometimes osx tryes to automaticaly deletes the endings. Try to add a: ".brd" at the end of the filename if its a board layout and a:".sch" if its a schematic...
  23. Yes, my tests resulted in a distance of ~30mm to the next encoder to get enough space for fingers and cap. My 8Enc pcb has a 27,5mm grid. With 11 LEDs in the Ring and the RGB colored Encoder.
  24. It wil help to visualize the Bank. I didn't realize it until now because i got stuck with the Motorfader modul. I try to make a remote for my software mixer. So in one bank it will be the Gain and in a other maybe the panorama and so on, i think the color will make it more visual in what mode i am while turning the encoder... For a more complet feature request, the solution cold be to assign RGB LED's to a Ring (i think It is not possible yet to assign a look of a Matrix in RGB way...) and then give it to the RGB LED of the encoder.
×
×
  • Create New...