"KYONEX" does not need to write "0B" after writing "1B". No matter which slot is set to "1B", it will affect all slots, so there is no need to set it to "1B" in a specific slot.
Figure 4.2 KEY_ON and KEY_OFF functions
Figure 4.4 Types of loops
┌────┬────┬────┬────┬────┐ │haaa│hiii│huuu│heee│hooo│ └────┴────┴────┴────┴────┘ ↑ Attack ↑ Loop ↑ ↑ data ↑ data ↑ SA LSA LEA
●For normal loop ┌────┬────┬────┬────┬────┬────┬────┬────┬──── │haaa│hiii│huuu│heee│hooo│huuu│heee│hooo│huu └────┴────┴────┴────┴────┴────┴────┴────┴──── ↑ ↑ ↑ ↑ SA LSA LEA(LSA) LEA(LSA) ●For reverse loop ┌────┬────┬────┬────┬────┬────┬────┬────┬──── │haaa│hiii│oooh│eeeh│uuuh│oooh│eeeh│uuuh│ooo └────┴────┴────┴────┴────┴────┴────┴────┴──── ↑ ↑ ↑ ↑ SA LEA LSA(LEA) LSA(LEA) ●In the case of alternative loop ┌────┬────┬────┬────┬────┬────┬────┬────┬──── │haaa│hiii│huuu│heee│hooo│oooh│eeeh│uuuh│huu └────┴────┴────┴────┴────┴────┴────┴────┴─── ↑ ↑ ↑ ↑ SA LSA LEA LEA