Jump to content

QBAS

Members
  • Posts

    211
  • Joined

  • Last visited

Posts posted by QBAS

  1. No tak to nie?le to za?atwi?e? z pickami. 36 to chyba Ci na troszku starczy.

    A co do panelu to poprostu jest to genialny pomys? - ?e te? sam nie wpad?em!!!

    A ja m?czy?em z linijk? - achhhh - dzi?ki Ci stary  ;D

  2. no tak , ale co do tych sampli MICROCHIPa to ju? chyba ju? osobom prywatnym , tylko je?li masz emaila na firm?.

    Wiesz co? o tych ograniczeniach czy tylko ja jestem w iluzji?

    chetnie bym lykn?? jakie? picki

  3. Kupie SIDy i YMFy
    To niez?y masz plan. Kurcze ja natomiast ?udz? si? ?e podo?am ze stworzeniem wirtualnego syntezatora daj?cego mi jakie? niez?e brzmienie. Narazie przesiad?em si? na linuxa i tyle.

    Nawet jeszcze nie wiem która wersja jest ju? na wst?pie najlepiej dostosowana do audio (sterowniki & programy).

    Ale od czego jest net lub rady ?yczliwych.

    Niemniej daj zna? jak ju? zagra Ci Twój syntezator - w sensie czy Ci si? podoba brzmienie.

    Ja jako? z tych MP3 nie do ko?ca si? zajara?em - szukam czego? delikatniejszego lub z wi?kszym przesterem, g??bszymi filtrami itd. Powodzenia!

  4. Hi

    I almost everyday check news on this forum but I don`t know why I don`t see your question about the code.

    Bill I`m very new in C so I decide to work with assembler - becouse I try finish keyboard. Learning C will be later.

    I play both hands (6, 7 notes) I every was OK. I`ll try 10 notes.

    Moxi - I will be a pleasure for me to share the code , but I don`t know how !

    I can of course send you email with file - but will be better if you give me way how and where I can put files for share.

    I waiting for directions. :)

    If somebody can improve code - I`m open!

    Now I`m installing modules inside empty evolution keyboard.

    I finishing code for LED 7 segment 3 digit matrix (8 wires x 3 wires).

  5. Stryd_one

    Does it only do this when the pot is configured to send MIDI? Or even if the pot is connected, but not doing anything?

    Pots are initialized but not connected.

    When I configure pots for sending CC -> keyboard sending note on/off is halted, droped.

    When I set pots for doing nothing, then no problem with sending note on/off.

    Thorsten.

    MIOS is already doing "preemptive multitasking". This means for example, that after all pot values have been checked for changes, Tick() will be called before the pots are checked again.

    Therefore I think that there must be a problem with your program - it's very important, that functions never block the main thread!

    Thank you for suggestion, I`m looking for

  6. I realize sm_matrix 16x16 with velocity based on sm_example2_v1.

    The Sm_handler is called from User_Tick - when nothing is to do.

    I added 3 pots.

    When I turn a pot and play on keyboard the midi note on/off are paused/stoped.

    What to solve this problem?

    I would like to do independent tasks:

    -scan matrix : send notes from keyboard + attendance the buttons from panel (now from User_Tick)

    -velocity decrease (from User_Timer)

    -pots: sending CC (AIN_NotifyChange)

    -driving 3 x 7 segment led display (?).

  7. Hi Thorsten!

    I`m full of admiration for your idea to scan matrix buttons include in sm_fast project.

    When I understood haw it woorks then I could extended nombers of column and rows to 16 in both.

    It works fine, but now I`m going to add the code for velocity detection.

    Of course I suppose that extention (16x16) can include errors which I don`t see and also the code could be shorter.

    p.s. Can somebody give me the adress where I can put file for share?

  8. Hi Stryd_one

    Thank you for your suggestions.

    I glad that I could be first person who tested it.

    I would like to share photos, but I don`t know how (I know it`s funny).

    When I press button for "Insert Image" and between this "][" I put path for photos - after presing preview I see no images. ???

    So if you can please tell me how to insert images on linux system.

    I need expand matrix to 16x16 because 12x11 it is need for scaning the keyboard matrix and 4x5 for 20 the buttons matrix on panel.

    One tricky thing is... for polyphonic velocity sensitivity, you will need a timer for each key which is depressed.

    Yes I`ll try to do a timer for each key. I will seek in T.K. code din_velocity_unmuxed_v1_0 but it`s a example in C ::) :-X.

  9. Thank you very very much T.K. for fast respense.

    For me You are an expert.

    Yes! With my keyboard matrix (orginally from damaged evolution mk361) the sm_example2_v1 work!

    Now I try change the code  :D.

    If additional switches and encoders should be used in parallel, it would be required to connect the DIN/DOUT chain to seperate pins (thats possible, the pins are defined in sm_fast.inc) - I would propose J6 and J7, since these ports are designed for such purposes

    Where to connect in this case AIN modules?

    What is the reason to use separate pins to the DIN/DOUT chain when I would like to work with additional encoders?

    Will it be bigger latency when I use also SRIO (DIN/DOUT modules not in chain) together with chain?

    Thank you very much

    QBAS

  10. hello Moebius

    IF you have MPLAB IDE installed somewhere (on Win32), you could try only copying MPASMWIN.EXE and try using it under the wine.

    Unfortunately not :(  I was not backuped an installed programs.

    Maybe I will find somebody with Win32 for install and copy to my computer.

    Ok I will try again, but thank you for many informations.

    QBAS

  11. Thank you very much.

    Ok - this is what I need.

    I will check gputils & SDCC 'C' compiler.

    Previously I was trying install MPASM under Wine on FC4, but it never runs.

    Maybe on another distro will be ok.

    For asm - for your own projects: gputils from http://gputils.sourceforge.net should work. But I think this isn't useful for existing projects because Microchip assembler has different syntax. MPASM under Wine will work.

    So - if I use program Skeleton or modificate midibox64e under gputils program will not working?

    (sorry for too much questions)

    QBAS

×
×
  • Create New...