Jump to content

kasiofz

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by kasiofz

  1.  

    Hi Thorsten,

    Thanks for the answer.

    Something has to be wrong with if statement, because when I replaced the code line with the if statement that you suggested nothing changed.

    But, when I replaced the code line with only the else statement code the problem solved.

    So, to summarise I replaced:

    SEQ_LED_PinSet(seq_hwcfg_led.beat, (seq_hwcfg_led.measure && measure_led_on) ? 0 : beat_led_on);

    with

    SEQ_LED_PinSet(seq_hwcfg_led.beat, beat_led_on);

    And the beat led worked fine.

    I thing that something is wrong with

    if( seq_hwcfg_led.measure != 0xffff )

     

    Regards, Vasilis

  2. In the roll layer of a 32step drum track, if I change the roll parameter for step 1 I get roll on step 17 too. I don't know if this is normal, but the same happens on the other step pair too (2-18, 3-19 etc.) 

    I want to ask if I can find the source code for midibox_seq_v4_095 latest release because I want to built it manualy with some modifications in the code-config file.

    Also I want to compare the two sources to source the beat light problem.

     

  3. Hi all,

    First post here,

    I used the latest release (midibox_seq_v4_096_pre5) on an LPC17 core. The beat led doesn't flash on the first step of the sequence. So I get 3 flashes in a 16 step loop.

    If I set the track synchronisation to 32 steps, the beat led flashes normally on measure step 17, but doen't flash on step 1. So I get 7 flashes.

    Release midibox_seq_v4_095 works without the above problems.

×
×
  • Create New...