Jump to content

Tinus

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Posts posted by Tinus

  1. Hello Thorsten,

    Thanks for answering. The required trigger time I don't know actually, one thing I know I can trigger it with a +5V trigger signal from my waldorf pulse +, so a simple +5V signal for 1 ms or a little more would probably do the trick, but I'll want to leave options open to make use of the other 6 pins in a later state (probably I'll try to build a couple of modules from Hallucogen's 808 project).

    Does serial chains mean that it's only possible when you use an DOUT with shift registers in combination with the 128IO application (I see some shiftregister related codelines)?

    Tijs

    BTW Big respect to what you've realised with the Midibox project. I never saw such a well-documented midi/audio projects site on the I-net.

  2. After struggling through the forum and the mios-applications past weeks I think I know what I need here.

    It might be possible with loading the j5_dout_v1_3b "How to save a DOUT module by using J5 as digital input" application. As I saw in the Mios_tables.inc this application is already configured to listen to C4 till C5. In another topic I saw this code has to be changed in the main.asm to give a good trigger signal:

    USER_SR_Service_Finish

    clrf    MIOS_PARAMETER1       

    movlw   0x00     

    call    MIOS_DOUT_SRSet               

    movlw   0x01     

    call    MIOS_DOUT_SRSet     

    return

    Can somebody tell me if I'm on the right track?

    Tijs

  3. Hello,

    I was looking for a way to midify my coron's. In such a  way that I only have to add a core module to my 2 channel Marc Bareille DS8 clone to let it listen to midi. After searching I found that that the Midibox CV makes use of a core port to generate 8 triggers. Is it simply a matter of uploading the midibox cv application into core without adding lcd and aout module?

    I want to make use of the 8 triggers for future drumsynth extension and program them so I can trigger the channels from C3 to G3. Do you have to program this into the Mios code or can this be programmed by sysex?

    Greets

    Tijs

×
×
  • Create New...