Jump to content

toxictv101

Members
  • Posts

    68
  • Joined

  • Last visited

    Never

Posts posted by toxictv101

  1. hi all

    i need some help to finish my box

    it's a midio128 with 8 dout output pin that are play by midi

    i would like to get 2x 1ms pulse on pin1 & 2 and keep gate on others

    i ve a idea of where i could put some code but dont know exactly what to call

    and i know that the folowin function is call 1ms after some output have change

    can i put something there that can reset a given pin so 1ms after that it have move.

    --------------------------------------------------------------------------

    ;;  This function is called by MIOS after the shift register have been loaded

    ;;  Note that this is an interrupt service routine! Use FSR2 instead of FSR0

    ;;  and IRQ_TMPx instead of TMPx -- and make the routine as fast as possible

    ;; --------------------------------------------------------------------------

    USER_SR_Service_Finish

    ;; fetch DIN registers if requested

    IFCLR MB_STAT, MB_STAT_FETCH_DIN_REQ, rgoto USER_SR_Service_Finish_End

    bcf MB_STAT, MB_STAT_FETCH_DIN_REQ

    call MIDIO_DOUT_FetchDIN

    USER_SR_Service_Finish_End

    return

    ---------------------------------------------------------------------------------------------

    tks !

  2. salut uriel

    Psss,pour ceux qui ne le savent pas encore: Le SID V2 devrait être polyphonique !! Oulala !

    a+

    la sid v1 peut etre poly aussi a partir du moment ou tu en mets plus q une. tu peux aller jusque 4 sid donc 4 voix

    et meme avc un seul sid tu peux utiliser un des 3 osc par voix de poly.

    pour ce qui est des ecrans lcd

    y'a toutes une serie d'options

    http://www.ucapps.de/mbhp_lcd.html

    dont ecran graphique ou carractere, de la taille que tu veux !!!

    tu peux aussi dessiner toi meme les carracteres (sur le graphique)

    voir meme l'interface que pense.

    +uriel

    ps: tu es uriel de Bxl ?

  3. for now

    ive connected the start/stop pin of the Din sync  to a switch with 5 volt

    and the clock pin from the din sync to a dout pin, so when the corespondant note is play

    roland seq. think that its a clock pule,  i would like to configure the midio

    so that it know that when these note is played, its note 1 pulse (1ms)

    that it have to do , but 12. 

    or other solution would be to make the midio capable of receive the midi clock

    and traduce it by pulses (1 or 12 or 24 ... ) on dout.

  4. hi ,

    i have build some tr808 sound modul

    and with it a midio128 that produce 1ms trig out

    i also have add a din Roland sync 24 Output to be able to ctrl Roland gear with the BoX.

    the problem is that , it have to send 12 x 1ms pulse to get one step out of the sequencer

    so i would like to modifi the midio128 prog to make it send (only on 1 pin)

    12 x 1ms pulse (12pulse @ 500hz) eatch time i send a note to it by midi

    so the roland sequ. can understand that he got to play a step

    Any one Can help me , show me how to include this in the soft ?

    Tks

     

×
×
  • Create New...