Jump to content

novski

Members
  • Posts

    460
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by novski

  1. 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 :blush: 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! :decayed: but hey time is relative, istn't it...
    Regards, Novski

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

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

  4. 15 hours ago, TK. said:

    Hi,

    there are no known problems, and I'm using the file editor whenever I'm working on MBNG, and I never noticed such an effect.

    Note that the file editor works independent from the bootloader, the communication interface is implemented in the application.

    It seems that after each quote (") two ÂÂ are added, except for the LCD command, where we see a different scheme.

    Could it be that you edited the file with a different editor (which inserted these characters for some reasons) and then uploaded to the SD Card?

    Best Regards, Thorsten.

    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

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

    5682b4e189ef2_Bildschirmfoto2015-12-29um

    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

  6. 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:0

    Have a look here:

    http://ucapps.de/midibox_ng_manual_ngc.html

    in this part...:

    bullet.gif EVENT_* 

    The EVENT_* commands confgure "virtual control elements" which will act as a MIDI event source and/or destination:

    EVENT CommandDescription
    EVENT_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.

     

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

  8. Hi Andreas

    Thats a big thing you are planing! I like people who think big! :grin:

    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

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

  10. 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:0

    and this as ON

    EVENT_BUTTON id=  1  type=CC  chn= 1 cc= 16  range=  0:127

    and to jump to .NGR section type this in .NGC:

    EVENT_BUTTON id=1  type=Meta  meta=RunSection:21  button_mode=OnOnly

    and make the corresponding section in .NGR

    if ^section == 21
    
    endif
    

    i didn't test that, let me know if it helped...

    Best Regards, Novski

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

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

  13. Hi

    I made my 8Enc PCB arround that Encoder.

    Its quite interresting. Then a year later i desided to make a Matrix modul and a encoder mounting pcb. Its not yet on Github because i was to busy and still waiting for the big sister with ledring to arrive but you are welcome to use it...

    The parts laks documentation as well because of time but im working on it...

    Have a look: http://www.vlrlab.com/home/29-bourns-rgb-encoder-pcb.html

    Im mot able to ship cheep because everything in switzerland is so expensive, as well as the parts.. I buy them for almost double the price that sparkfun sells them from the supplyers in switzerland...

    If you have any question regarding them please fell free to contact me or have a look into the schematics of 8enc on Github.

    Best Regards, novski

×
×
  • Create New...