Question concerning pattern chaining

I have a problem with the repeat parameter set in the performance menu.
In the manual there is this nice example:
If you set for pattern 1 rpt=3, nxt=2 and for pattern 2 rpt=1, nxt=1, you should have something like this:

| 1 | 1 | 1 | 2 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | 2 | ........

This works for me, but only once. So I get:

| 1 | 1 | 1 | 2 | 1 | 2 | 1 | 2 | ............

Could someone reproduce this behaviour?


Comments

  • - Pattern change reset mode. This is a new global setting that, when turned on, will cause song counter to start from 0 whenever a pattern changes. This prevents the behavior of not playing the displayed number of repetitions for a pattern (when in certain song positions. see the LXR manual).

    This is from the v0.33 firmware changelog. Don't know, if this helps.
  • Thanks for the hint.
    I never noticed this new option.
    I will test if it is related to the behaviour described above.
  • is the firmware what is on the SD card or is it what's flashed on the ATmega chip?
  • edited May 2015
    It's the same ;-)
    The firmware is flashed on the ATmega (on the frontpanel board) and on the ARM STM32F04 (on the mainboard).
    To update both of them you need to copy the firmware file to the SD card and flash it once to the microcontroller chips (encoder pressed while powering on).
    So, after the firmware is flashed, you dont't need it on the SD card anymore.
Sign In or Register to comment.