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
This is from the v0.33 firmware changelog. Don't know, if this helps.
I never noticed this new option.
I will test if it is related to the behaviour described above.
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.